diff options
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
-rw-r--r-- | sys/dev/usb/usbdevs.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 027cd979dc0..88dac9726cb 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.724 2020/03/10 01:11:58 kevlo Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.725 2020/05/25 12:46:06 patrick Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * 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 $ */ @@ -638,6 +638,7 @@ #define USB_VENDOR_ARUBA 0x2626 /* Aruba */ #define USB_VENDOR_XIAOMI 0x2717 /* Xiaomi */ #define USB_VENDOR_NHJ 0x2770 /* NHJ */ +#define USB_VENDOR_THINGM 0x27b8 /* ThingM */ #define USB_VENDOR_ASUSTEK 0x2821 /* ASUSTeK Computer */ #define USB_VENDOR_PLANEX 0x2c02 /* Planex Communications */ #define USB_VENDOR_LINKINSTRUMENTS 0x3195 /* Link Instruments */ @@ -4250,6 +4251,9 @@ #define USB_PRODUCT_TESTO_SERIAL_1 0x000a /* USB adapter */ #define USB_PRODUCT_TESTO_SERIAL_2 0xf001 /* USB to serial converter */ +/* ThingM products */ +#define USB_PRODUCT_THINGM_BLINK1 0x01ed /* USB notification light */ + /* Thrustmaster products */ #define USB_PRODUCT_THRUST_FUSION_PAD 0xa0a3 /* Fusion Digital Gamepad */ |