Bug #1970 » 0001-Apple-usb-keybord-doesn-t-generate-an-interrupt-for-.patch
sys/bus/usb/usb_quirks.c | ||
---|---|---|
/* MGE UPS Systems ProtectionCenter */
|
||
{ .idVendor = 0x0463, .idProduct = 0xffff, .bcdDevice = ANY,
|
||
.quirks = { UQ_HID_IGNORE }},
|
||
/* Apple usb keyboard */
|
||
{ .idVendor = 0x05ac, .idProduct = 0x0221, .bcdDevice = ANY,
|
||
.quirks = { UQ_NO_SET_PROTO}},
|
||
{ 0, 0, 0, { 0 } }
|
||
};
|
||