diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2023-11-27 20:03:51 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2023-11-27 20:03:51 +0000 |
commit | 9c0874b5a7170f57fbc7e018b229d28a699db261 (patch) | |
tree | 81ad852dcb35b06a09309d93b0fcd72686f2342a | |
parent | 76258ff75b2e89b4ab9f60d8b4e975a4907e283c (diff) |
New devices, support for which is coming soon.
-rw-r--r-- | sys/dev/usb/usbdevs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index f260a9219c1..40346863f84 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.759 2023/09/09 14:23:37 kevlo Exp $ +$OpenBSD: usbdevs,v 1.760 2023/11/27 20:03:50 miod Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -654,6 +654,7 @@ vendor DYNABOOK 0x30f3 Dynabook vendor LINKINSTRUMENTS 0x3195 Link Instruments vendor AEI 0x3334 AEI vendor PQI 0x3538 PQI +vendor RDING 0x3553 RDing TECH vendor DAISY 0x3579 Daisy Technology vendor NI 0x3923 National Instruments vendor MICRONET 0x3980 Micronet Communications @@ -3773,6 +3774,9 @@ product RALINK RT2573_2 0x9021 RT2573 product RATOC REXUSB60 0xb000 USB serial REX-USB60 product RATOC REXUSB60F 0xb020 REX-USB60F +/* RDing TECH products */ +product RDING TEMPER 0xa001 TEMPer sensor + /* Realtek products */ product REALTEK RTL8188ETV 0x0179 RTL8188ETV product REALTEK RTL8188CTV 0x018a RTL8188CTV |