Fix for shuttle detection on Linux

smart-pointers
Phil Taylor 2023-02-20 22:19:55 +00:00
rodzic ce9e3e9f2c
commit 37c30404d8
1 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -187,9 +187,8 @@ private:
usbDeviceType usbDevice = usbNone;
unsigned short knownUsbDevices[6][5] = {
{shuttleXpress,0x0b33,0x0020,0x0001,0x000c},
{shuttlePro2,0x0b33,0x0030,0x0001,0x000c},
//{eCoderPlus,0x0c26,0x001e}, // Only enable for testing!
{shuttleXpress,0x0b33,0x0020,0x0000,0x0000},
{shuttlePro2,0x0b33,0x0030,0x0000,0x0000},
{RC28,0x0c26,0x001e,0x0004,0x0004},
{eCoderPlus, 0x1fc9, 0x0003,0x0000,0x0000},
{QuickKeys, 0x28bd, 0x5202,0x0001,0xff0a},