Using correct pid for cammus

This commit is contained in:
Paul Dino Jones 2024-08-05 16:11:29 -04:00
parent db1caa2b8d
commit 45b336ecbc
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ int cammusc5_init(WheelDevice* wheeldevice)
res = hid_init(); res = hid_init();
wheeldevice->handle = hid_open(0x3416, 0x0301, NULL); wheeldevice->handle = hid_open(0x3416, 0x1021, NULL);
if (!wheeldevice->handle) if (!wheeldevice->handle)
{ {