Skip to content

Commit

Permalink
nsyshid: Initialise interface index as 0 (#1473)
Browse files Browse the repository at this point in the history
  • Loading branch information
deReeperJosh authored Jan 12, 2025
1 parent 07cd402 commit eab1b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cafe/OS/libs/nsyshid/BackendLibusb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ namespace nsyshid::backend::libusb
auto device = std::make_shared<DeviceLibusb>(m_ctx,
desc.idVendor,
desc.idProduct,
1,
0,
2,
0,
libusb_get_bus_number(dev),
Expand Down

0 comments on commit eab1b24

Please sign in to comment.