diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2026-05-04 15:33:24 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2026-07-09 18:40:37 +0000 |
| commit | 707ee7ff952c5aa50884f96f7ed26f756c9723b5 (patch) | |
| tree | 714a4a5807b75d516ab00783becdd345557b2a47 | |
| parent | e9f21e4f28ce8cf8ca890b86f8c791473976396f (diff) | |
usbdevs: Add Microchip 10BASE-T1S eval board
USB vendor:product 184f:0051
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D56794
| -rw-r--r-- | sys/dev/usb/usbdevs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 5d9ce62da13d..a2592b4dd411 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -714,6 +714,7 @@ vendor DISPLAYLINK 0x17e9 DisplayLink vendor LENOVO 0x17ef Lenovo vendor WAVESENSE 0x17f4 WaveSense vendor VAISALA 0x1843 Vaisala +vendor K2L 0x184f K2L GmbH vendor VERBATIM 0x18a5 Verbatim vendor E3C 0x18b4 E3C Technologies vendor AMIT 0x18c5 AMIT @@ -2767,6 +2768,9 @@ product JVC MP_PRX1 0x3008 MP-PRX1 Ethernet /* JRC products */ product JRC AH_J3001V_J3002V 0x0001 AirH PHONE AH-J3001V/J3002V +/* K2L products */ +product K2L EVB_LAN8670_USB 0x0051 Microchip EVB-LAN8670-USB 10BASE-T1S + /* Kamstrrup products */ product KAMSTRUP OPTICALEYE 0x0001 Optical Eye/3-wire product KAMSTRUP MBUS_250D 0x0005 M-Bus Master MultiPort 250D |
