Using correct pid for cammus
This commit is contained in:
parent
db1caa2b8d
commit
45b336ecbc
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue