svn commit: r333489 - head/sys/dev/usb
Ed Maste
emaste at FreeBSD.org
Fri May 11 13:09:22 UTC 2018
Author: emaste
Date: Fri May 11 13:09:21 2018
New Revision: 333489
URL: https://svnweb.freebsd.org/changeset/base/333489
Log:
usbdevs: add new Microchip USB-Ethernet device IDs
LAN7800 USB 3.1 to 10/100/1000 Ethernet with PHY
LAN7801 USB 3.1 to 10/100/1000 Ethernet with RGMII interface
Also update manufacturer name for the Vendor ID. Microchip acquired
SMSC in May 2012.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/dev/usb/usbdevs
Modified: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs Fri May 11 12:58:36 2018 (r333488)
+++ head/sys/dev/usb/usbdevs Fri May 11 13:09:21 2018 (r333489)
@@ -103,7 +103,7 @@ vendor CREATIVE 0x041e Creative Labs
vendor NOKIA 0x0421 Nokia
vendor ADI 0x0422 ADI Systems
vendor CATC 0x0423 Computer Access Technology
-vendor SMC2 0x0424 Standard Microsystems
+vendor SMC2 0x0424 Microchip (Standard Microsystems)
vendor MOTOROLA_HK 0x0425 Motorola HK
vendor GRAVIS 0x0428 Advanced Gravis Computer
vendor CIRRUSLOGIC 0x0429 Cirrus Logic
@@ -4320,6 +4320,8 @@ product SMC 2862WG 0xee13 EZ Connect Wireless Adapter
product SMC2 2020HUB 0x2020 USB Hub
product SMC2 2514HUB 0x2514 USB Hub
product SMC3 2662WUSB 0xa002 2662W-AR Wireless
+product SMC2 LAN7800_ETH 0x7800 USB/Ethernet
+product SMC2 LAN7801_ETH 0x7801 USB/Ethernet
product SMC2 LAN9500_ETH 0x9500 USB/Ethernet
product SMC2 LAN9505_ETH 0x9505 USB/Ethernet
product SMC2 LAN9530_ETH 0x9530 USB/Ethernet
More information about the svn-src-all
mailing list