From 05eb02eec73f3cf44aac4c6f3e7e4060de1876af Mon Sep 17 00:00:00 2001 From: Uwe Seimet Date: Wed, 11 Dec 2024 14:28:05 +0100 Subject: [PATCH] Removed synchronous transfer workaround --- cpp/base/primary_device.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/cpp/base/primary_device.cpp b/cpp/base/primary_device.cpp index 84ca1c58..0ab902de 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);