Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Dec 8, 2024
1 parent 3687742 commit dbae4c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpp/base/primary_device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,6 @@ vector<uint8_t> 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);
Expand Down

0 comments on commit dbae4c2

Please sign in to comment.