File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 767767#define USB_VENDOR_ID_LCPOWER 0x1241
768768#define USB_DEVICE_ID_LCPOWER_LC1000 0xf767
769769
770+ #define USB_VENDOR_ID_LEGO 0x0694
771+ #define USB_DEVICE_ID_LEGO_WEDO 0x0003
772+
770773#define USB_VENDOR_ID_LD 0x0f11
771774#define USB_DEVICE_ID_LD_CASSY 0x1000
772775#define USB_DEVICE_ID_LD_CASSY2 0x1001
Original file line number Diff line number Diff line change @@ -825,6 +825,7 @@ static const struct hid_device_id hid_ignore_list[] = {
825825 { HID_USB_DEVICE (USB_VENDOR_ID_KWORLD , USB_DEVICE_ID_KWORLD_RADIO_FM700 ) },
826826 { HID_USB_DEVICE (USB_VENDOR_ID_KYE , USB_DEVICE_ID_KYE_GPEN_560 ) },
827827 { HID_BLUETOOTH_DEVICE (USB_VENDOR_ID_KYE , 0x0058 ) },
828+ { HID_USB_DEVICE (USB_VENDOR_ID_LEGO , USB_DEVICE_ID_LEGO_WEDO ) },
828829 { HID_USB_DEVICE (USB_VENDOR_ID_LD , USB_DEVICE_ID_LD_CASSY ) },
829830 { HID_USB_DEVICE (USB_VENDOR_ID_LD , USB_DEVICE_ID_LD_CASSY2 ) },
830831 { HID_USB_DEVICE (USB_VENDOR_ID_LD , USB_DEVICE_ID_LD_POCKETCASSY ) },
You can’t perform that action at this time.
0 commit comments