mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Add support for the ethernet port in the JVC MP-PRX1 port replicator.
This commit is contained in:
parent
bc7744545d
commit
7515d96b78
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=143547
@ -111,6 +111,7 @@ __FBSDID("$FreeBSD$");
|
||||
Static struct axe_type axe_devs[] = {
|
||||
{ USB_VENDOR_ASIX, USB_PRODUCT_ASIX_AX88172 },
|
||||
{ USB_VENDOR_DLINK, USB_PRODUCT_DLINK_DUBE100 },
|
||||
{ USB_VENDOR_JVC, USB_PRODUCT_JVC_MP_PRX1 },
|
||||
{ USB_VENDOR_LINKSYS2, USB_PRODUCT_LINKSYS2_USB200M },
|
||||
{ USB_VENDOR_MELCO, USB_PRODUCT_MELCO_LUAU2KTX },
|
||||
{ USB_VENDOR_NETGEAR, USB_PRODUCT_NETGEAR_FA120 },
|
||||
|
@ -981,6 +981,7 @@ product IOMEGA ZIP250 0x0030 Zip 250
|
||||
|
||||
/* JVC products */
|
||||
product JVC GR_DX95 0x000a GR-DX95
|
||||
product JVC MP_PRX1 0x3008 MP-PRX1 Ethernet
|
||||
|
||||
/* JRC products */
|
||||
product JRC AH_J3001V_J3002V 0x0001 AirH\" PHONE AH-J3001V/J3002V
|
||||
|
Loading…
Reference in New Issue
Block a user