From 37c30404d81c2550ce0ce7552126a9f747e791c8 Mon Sep 17 00:00:00 2001 From: Phil Taylor Date: Mon, 20 Feb 2023 22:19:55 +0000 Subject: [PATCH] Fix for shuttle detection on Linux --- usbcontroller.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/usbcontroller.h b/usbcontroller.h index 8cd55c7..4f732cf 100644 --- a/usbcontroller.h +++ b/usbcontroller.h @@ -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},