sync
authorlandry <landry@openbsd.org>
Mon, 5 Apr 2021 16:18:32 +0000 (16:18 +0000)
committerlandry <landry@openbsd.org>
Mon, 5 Apr 2021 16:18:32 +0000 (16:18 +0000)
sys/dev/usb/usbdevs.h
sys/dev/usb/usbdevs_data.h

index 141e4f2..eba4914 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: usbdevs.h,v 1.748 2021/03/31 09:59:32 sthen Exp $     */
+/*     $OpenBSD: usbdevs.h,v 1.749 2021/04/05 16:18:32 landry Exp $    */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
 #define        USB_VENDOR_IODATA2      0x40bb          /* I-O Data */
 #define        USB_VENDOR_IRIVER       0x4102          /* iRiver */
 #define        USB_VENDOR_DELL 0x413c          /* Dell */
+#define        USB_VENDOR_PCSENSORS    0x413d          /* PC Sensors */
 #define        USB_VENDOR_WCH  0x4348          /* QinHeng Electronics */
 #define        USB_VENDOR_ACEECA       0x4766          /* Aceeca */
 #define        USB_VENDOR_FEIXUN       0x4855          /* FeiXun Communication */
 /* PARA Industrial products */
 #define        USB_PRODUCT_PARA_RT3070 0x8888          /* RT3070 */
 
+/* PC Sensors products */
+#define        USB_PRODUCT_PCSENSORS_TEMPER    0x2107          /* TEMPer */
+
 /* Pegatron products */
 #define        USB_PRODUCT_PEGATRON_RT2870     0x0002          /* RT2870 */
 #define        USB_PRODUCT_PEGATRON_RT3070     0x000c          /* RT3070 */
index 107ee92..d7b2799 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: usbdevs_data.h,v 1.742 2021/03/31 09:59:32 sthen Exp $        */
+/*     $OpenBSD: usbdevs_data.h,v 1.743 2021/04/05 16:18:32 landry Exp $       */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
@@ -8605,6 +8605,10 @@ const struct usb_known_product usb_known_products[] = {
            USB_VENDOR_PARA, USB_PRODUCT_PARA_RT3070,
            "RT3070",
        },
+       {
+           USB_VENDOR_PCSENSORS, USB_PRODUCT_PCSENSORS_TEMPER,
+           "TEMPer",
+       },
        {
            USB_VENDOR_PEGATRON, USB_PRODUCT_PEGATRON_RT2870,
            "RT2870",
@@ -14501,6 +14505,10 @@ const struct usb_known_vendor usb_known_vendors[] = {
            USB_VENDOR_DELL,
            "Dell",
        },
+       {
+           USB_VENDOR_PCSENSORS,
+           "PC Sensors",
+       },
        {
            USB_VENDOR_WCH,
            "QinHeng Electronics",