mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
Add additional product id and quirks entry for MetaGeek Wi-Spy
Submitted by: Robert Noland PR: 114481 Approved by: re@ (blanket)
This commit is contained in:
parent
20dd22a24e
commit
36fef1500d
2 changed files with 5 additions and 0 deletions
|
|
@ -108,6 +108,8 @@ static const struct usbd_quirk_entry {
|
|||
/* Devices which should be ignored by both ukbd and uhid */
|
||||
{ USB_VENDOR_CYPRESS, USB_PRODUCT_CYPRESS_WISPY,
|
||||
ANY, { UQ_KBD_IGNORE }},
|
||||
{ USB_VENDOR_METAGEEK, USB_PRODUCT_METAGEEK_WISPY,
|
||||
ANY, { UQ_KBD_IGNORE }},
|
||||
{ 0, 0, 0, { 0 } }
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -1556,6 +1556,9 @@ product MELCO PCOPRS1 0x00b3 PC-OP-RS1 RemoteStation
|
|||
product MELCO SG54HP 0x00d8 WLI-U2-SG54HP
|
||||
product MELCO G54HP 0x00d9 WLI-U2-G54HP
|
||||
|
||||
/* MetaGeek products */
|
||||
product METAGEEK WISPY 0x083e MetaGeek Wi-Spy
|
||||
|
||||
/* Metricom products */
|
||||
product METRICOM RICOCHET_GS 0x0001 Ricochet GS
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue