mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
Add new USB quirk.
Submitted by: Dmitry Luhtionov Approved by: thompsa (mentor)
This commit is contained in:
parent
4fa2655157
commit
d74698ca2e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=214800
@ -120,6 +120,7 @@ static struct usb_quirk_entry usb_quirks[USB_DEV_QUIRKS_MAX] = {
|
||||
USB_QUIRK(MGE, UPS2, 0x0000, 0xffff, UQ_HID_IGNORE),
|
||||
USB_QUIRK(APPLE, IPHONE, 0x0000, 0xffff, UQ_HID_IGNORE),
|
||||
USB_QUIRK(APPLE, IPHONE_3G, 0x0000, 0xffff, UQ_HID_IGNORE),
|
||||
USB_QUIRK(MEGATEC, UPS, 0x0000, 0xffff, UQ_HID_IGNORE),
|
||||
/* Devices which should be ignored by both ukbd and uhid */
|
||||
USB_QUIRK(CYPRESS, WISPY1A, 0x0000, 0xffff, UQ_KBD_IGNORE, UQ_HID_IGNORE),
|
||||
USB_QUIRK(METAGEEK, WISPY1B, 0x0000, 0xffff, UQ_KBD_IGNORE, UQ_HID_IGNORE),
|
||||
|
@ -2518,7 +2518,7 @@ product PHILIPS RT2870 0x200f RT2870
|
||||
product PHILIPSSEMI HUB1122 0x1122 HUB
|
||||
|
||||
/* Megatec */
|
||||
product MEGATEC UPS 0x5161 Protocol based UPS
|
||||
product MEGATEC UPS 0x5161 Phoenixtec protocol based UPS
|
||||
|
||||
/* P.I. Engineering products */
|
||||
product PIENGINEERING PS2USB 0x020b PS2 to Mac USB Adapter
|
||||
|
Loading…
Reference in New Issue
Block a user