mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Allow udbp(4) to claim Belkin "Windows Easy Transfer Cable" for Netgraph use.
These have been tested back-to-back with Linux 3.x and a similar attachment at the other end; a CDC EEM-like encapsulation can be used for emulated Ethernet over udbp(4) with ng_ether.
This commit is contained in:
parent
b91f227f60
commit
ae9fd9cccd
1 changed files with 1 additions and 0 deletions
|
|
@ -259,6 +259,7 @@ static driver_t udbp_driver = {
|
|||
};
|
||||
|
||||
static const STRUCT_USB_HOST_ID udbp_devs[] = {
|
||||
{USB_VPI(USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5U258, 0)},
|
||||
{USB_VPI(USB_VENDOR_NETCHIP, USB_PRODUCT_NETCHIP_TURBOCONNECT, 0)},
|
||||
{USB_VPI(USB_VENDOR_NETCHIP, USB_PRODUCT_NETCHIP_GADGETZERO, 0)},
|
||||
{USB_VPI(USB_VENDOR_PROLIFIC, USB_PRODUCT_PROLIFIC_PL2301, 0)},
|
||||
|
|
|
|||
Loading…
Reference in a new issue