Add new USB quirk.
Submitted by: AJ <aleksanderlothe@live.com> PR: 208623 MFC after: 1 week
This commit is contained in:
parent
2b3506d919
commit
348256df6f
@ -529,6 +529,9 @@ static struct usb_quirk_entry usb_quirks[USB_DEV_QUIRKS_MAX] = {
|
||||
|
||||
/* DYMO LabelManager Pnp */
|
||||
USB_QUIRK(DYMO, LABELMANAGERPNP, 0x0000, 0xffff, UQ_MSC_DYMO_EJECT),
|
||||
|
||||
/* Holtek USB gaming keyboard */
|
||||
USB_QUIRK(HOLTEK, F85, 0x0000, 0xffff, UQ_KBD_BOOTPROTO),
|
||||
};
|
||||
#undef USB_QUIRK_VP
|
||||
#undef USB_QUIRK
|
||||
|
@ -2268,6 +2268,9 @@ product HIDGLOBAL CM6020 0x1784 Omnikey Cardman 6020
|
||||
product HITACHI DVDCAM_DZ_MV100A 0x0004 DVD-CAM DZ-MV100A Camcorder
|
||||
product HITACHI DVDCAM_USB 0x001e DVDCAM USB HS Interface
|
||||
|
||||
/* Holtek products */
|
||||
product HOLTEK F85 0xa030 Holtek USB gaming keyboard
|
||||
|
||||
/* HP products */
|
||||
product HP 895C 0x0004 DeskJet 895C
|
||||
product HP 4100C 0x0101 Scanjet 4100C
|
||||
|
Loading…
Reference in New Issue
Block a user