summaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorLandry Breuil <landry@cvs.openbsd.org>2021-04-05 16:18:33 +0000
committerLandry Breuil <landry@cvs.openbsd.org>2021-04-05 16:18:33 +0000
commit196d10955f69739a1766afdf28935afe02970ff5 (patch)
tree3fe13268154f60db9c75fea62ab6ee84e08b3172 /sys/dev/usb
parent122be01a01c8afae75b45daaf60b43d46db2589a (diff)
sync
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/usbdevs.h6
-rw-r--r--sys/dev/usb/usbdevs_data.h10
2 files changed, 14 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index 141e4f29360..eba49147a3f 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -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.
@@ -663,6 +663,7 @@
#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 */
@@ -3506,6 +3507,9 @@
/* 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 */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 107ee929d4d..d7b27995a3b 100644
--- a/sys/dev/usb/usbdevs_data.h
+++ b/sys/dev/usb/usbdevs_data.h
@@ -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.
@@ -8606,6 +8606,10 @@ const struct usb_known_product usb_known_products[] = {
"RT3070",
},
{
+ USB_VENDOR_PCSENSORS, USB_PRODUCT_PCSENSORS_TEMPER,
+ "TEMPer",
+ },
+ {
USB_VENDOR_PEGATRON, USB_PRODUCT_PEGATRON_RT2870,
"RT2870",
},
@@ -14502,6 +14506,10 @@ const struct usb_known_vendor usb_known_vendors[] = {
"Dell",
},
{
+ USB_VENDOR_PCSENSORS,
+ "PC Sensors",
+ },
+ {
USB_VENDOR_WCH,
"QinHeng Electronics",
},