diff --git a/cpp/base/primary_device.cpp b/cpp/base/primary_device.cpp index 91724155..12ce9fb3 100644 --- a/cpp/base/primary_device.cpp +++ b/cpp/base/primary_device.cpp @@ -287,8 +287,6 @@ vector PrimaryDevice::HandleInquiry(device_type type, bool is_removable buf[4] = 0x1f; // Signal support of linked commands buf[7] = 0x08; - // TODO Temporary: Signal support of linked commands and synchronous transfers - buf[7] = 0x18; // Padded vendor, product, revision memcpy(&buf.data()[8], GetPaddedName().c_str(), 28);