diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2020-05-25 12:45:57 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2020-05-25 12:45:57 +0000 |
commit | d9d0820d62b0dde70bb78d407d7a045aea7492e5 (patch) | |
tree | c7a4d4704c433351a05f35d75edb84fa77309e8d | |
parent | ed3f0dd17231d997b90f1bc16942af10e63405c6 (diff) |
ThingM blink(1)
-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 9e868d53709..d5cd124eb04 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.712 2020/03/10 01:11:30 kevlo Exp $ +$OpenBSD: usbdevs,v 1.713 2020/05/25 12:45:56 patrick Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -631,6 +631,7 @@ vendor TRIPPLITE 0x2478 Tripp-Lite vendor ARUBA 0x2626 Aruba vendor XIAOMI 0x2717 Xiaomi vendor NHJ 0x2770 NHJ +vendor THINGM 0x27b8 ThingM vendor ASUSTEK 0x2821 ASUSTeK Computer vendor PLANEX 0x2c02 Planex Communications vendor LINKINSTRUMENTS 0x3195 Link Instruments @@ -4243,6 +4244,9 @@ product TESTO 556 0x0009 556/560 USB interface product TESTO SERIAL_1 0x000a USB adapter product TESTO SERIAL_2 0xf001 USB to serial converter +/* ThingM products */ +product THINGM BLINK1 0x01ed USB notification light + /* Thrustmaster products */ product THRUST FUSION_PAD 0xa0a3 Fusion Digital Gamepad |