MFC of SVN rev 181482:
Add quirks for making uhid(4) ignore the Apple iPhone and iPhone 3G. Approved by: sam
This commit is contained in:
parent
44b7f08818
commit
5df11898c8
@ -128,6 +128,11 @@ Static const struct usbd_quirk_entry {
|
||||
ANY, { UQ_HID_IGNORE }},
|
||||
{ USB_VENDOR_MGE, USB_PRODUCT_MGE_UPS2,
|
||||
ANY, { UQ_HID_IGNORE }},
|
||||
{ USB_VENDOR_APPLE, USB_PRODUCT_APPLE_IPHONE,
|
||||
ANY, { UQ_HID_IGNORE }},
|
||||
{ USB_VENDOR_APPLE, USB_PRODUCT_APPLE_IPHONE_3G,
|
||||
ANY, { UQ_HID_IGNORE }},
|
||||
|
||||
/* Devices which should be ignored by both ukbd and uhid */
|
||||
{ USB_VENDOR_CYPRESS, USB_PRODUCT_CYPRESS_WISPY,
|
||||
ANY, { UQ_KBD_IGNORE }},
|
||||
|
@ -685,6 +685,8 @@ product APPLE IPOD_07 0x1207 iPod '07'
|
||||
product APPLE IPOD_08 0x1208 iPod '08'
|
||||
product APPLE IPODVIDEO 0x1209 iPod Video
|
||||
product APPLE IPODNANO 0x120a iPod Nano
|
||||
product APPLE IPHONE 0x1290 iPhone
|
||||
product APPLE IPHONE_3G 0x1292 iPhone 3G
|
||||
|
||||
/* Arkmicro Technologies */
|
||||
product ARKMICRO ARK3116 0x0232 ARK3116 Serial
|
||||
|
Loading…
Reference in New Issue
Block a user