Add new quirk.
MFC after: 1 week PR: usb/187188 Submitted by: Hiroo Ono <hiroo.ono+freebsd@gmail.com>
This commit is contained in:
parent
af7b51e6ac
commit
827f71dc20
@ -93,6 +93,7 @@ static struct usb_quirk_entry usb_quirks[USB_DEV_QUIRKS_MAX] = {
|
||||
USB_QUIRK(TELEX, MIC1, 0x009, 0x009, UQ_AU_NO_FRAC),
|
||||
USB_QUIRK(SILICONPORTALS, YAPPHONE, 0x100, 0x100, UQ_AU_INP_ASYNC),
|
||||
USB_QUIRK(LOGITECH, UN53B, 0x0000, 0xffff, UQ_NO_STRINGS),
|
||||
USB_QUIRK(REALTEK, RTL8196EU, 0x0000, 0xffff, UQ_CFG_INDEX_1),
|
||||
USB_QUIRK(ELSA, MODEM1, 0x0000, 0xffff, UQ_CFG_INDEX_1),
|
||||
USB_QUIRK(PLANEX2, MZKUE150N, 0x0000, 0xffff, UQ_CFG_INDEX_1),
|
||||
/* Quirks for printer devices */
|
||||
|
@ -3688,6 +3688,7 @@ product REALTEK RTL8188CU_1 0x817a RTL8188CU
|
||||
product REALTEK RTL8188CU_2 0x817b RTL8188CU
|
||||
product REALTEK RTL8187 0x8187 RTL8187 Wireless Adapter
|
||||
product REALTEK RTL8187B_0 0x8189 RTL8187B Wireless Adapter
|
||||
product REALTEK RTL8196EU 0x8196 RTL8196EU
|
||||
product REALTEK RTL8187B_1 0x8197 RTL8187B Wireless Adapter
|
||||
product REALTEK RTL8187B_2 0x8198 RTL8187B Wireless Adapter
|
||||
product REALTEK RTL8188CUS 0x818a RTL8188CUS
|
||||
|
Loading…
Reference in New Issue
Block a user