Skip to content

Commit

Permalink
Initialise interface index as 0
Browse files Browse the repository at this point in the history
  • Loading branch information
deReeperJosh committed Jan 12, 2025
1 parent 07cd402 commit a604fa2
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 a604fa2

Please sign in to comment.