mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Add Planex MZK-UE150N.
Submitted by: Yusuke Tanaka MFC after: 3 days
This commit is contained in:
parent
463de68bf0
commit
52d5f34490
2 changed files with 2 additions and 0 deletions
|
|
@ -94,6 +94,7 @@ static struct usb_quirk_entry usb_quirks[USB_DEV_QUIRKS_MAX] = {
|
|||
USB_QUIRK(SILICONPORTALS, YAPPHONE, 0x100, 0x100, UQ_AU_INP_ASYNC),
|
||||
USB_QUIRK(LOGITECH, UN53B, 0x0000, 0xffff, UQ_NO_STRINGS),
|
||||
USB_QUIRK(ELSA, MODEM1, 0x0000, 0xffff, UQ_CFG_INDEX_1),
|
||||
USB_QUIRK(PLANEX2, MZKUE150N, 0x0000, 0xffff, UQ_CFG_INDEX_1),
|
||||
/* Quirks for printer devices */
|
||||
USB_QUIRK(HP, 895C, 0x0000, 0xffff, UQ_BROKEN_BIDIR),
|
||||
USB_QUIRK(HP, 880C, 0x0000, 0xffff, UQ_BROKEN_BIDIR),
|
||||
|
|
|
|||
|
|
@ -3351,6 +3351,7 @@ product PLANEX2 RTL8192CU 0xab2b RTL8192CU
|
|||
product PLANEX2 GWUS54HP 0xab01 GW-US54HP
|
||||
product PLANEX2 GWUS300MINIS 0xab24 GW-US300MiniS
|
||||
product PLANEX2 RT3070 0xab25 RT3070
|
||||
product PLANEX2 MZKUE150N 0xab2f MZK-UE150N
|
||||
product PLANEX2 GWUS54MINI2 0xab50 GW-US54Mini2
|
||||
product PLANEX2 GWUS54SG 0xc002 GW-US54SG
|
||||
product PLANEX2 GWUS54GZL 0xc007 GW-US54GZL
|
||||
|
|
|
|||
Loading…
Reference in a new issue