mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 08:07:28 -04:00
Add the Prolific PL2301 and PL2302 Link cables.
Submitted by: Dirk van Gulik <dirkx@webweaving.org>
This commit is contained in:
parent
fd75cc902e
commit
b4f9bcbc06
1 changed files with 5 additions and 0 deletions
|
|
@ -233,6 +233,11 @@ USB_MATCH(udbp)
|
|||
uaa->product == USB_PRODUCT_NETCHIP_TURBOCONNECT))
|
||||
return(UMATCH_VENDOR_PRODUCT);
|
||||
|
||||
if ((uaa->vendor == USB_VENDOR_PROLIFIC &&
|
||||
(uaa->product == USB_PRODUCT_PROLIFIC_PL2301 ||
|
||||
uaa->product == USB_PRODUCT_PROLIFIC_PL2302)))
|
||||
return(UMATCH_VENDOR_PRODUCT);
|
||||
|
||||
if ((uaa->vendor == USB_VENDOR_ANCHOR &&
|
||||
uaa->product == USB_PRODUCT_ANCHOR_EZLINK))
|
||||
return(UMATCH_VENDOR_PRODUCT);
|
||||
|
|
|
|||
Loading…
Reference in a new issue