summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/usbdevs.h8
-rw-r--r--sys/dev/usb/usbdevs_data.h14
2 files changed, 16 insertions, 6 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index cca8ed7e4c5..64be440da7c 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: usbdevs.h,v 1.675 2016/03/31 12:29:32 reyk Exp $ */
+/* $OpenBSD: usbdevs.h,v 1.676 2016/05/20 02:04:54 chris Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.663 2016/03/31 12:27:48 reyk Exp
+ * OpenBSD: usbdevs,v 1.664 2016/05/20 02:04:24 chris Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -838,7 +838,8 @@
#define USB_PRODUCT_AGFA_SNAPSCANE52 0x20fd /* SnapScan e52 */
/* Airprime, Inc. products */
-#define USB_PRODUCT_AIRPRIME_PC5220 0x0112 /* AirPrime CDMA Wireless EVDO card */
+#define USB_PRODUCT_AIRPRIME_PC5220 0x0112 /* CDMA Wireless EVDO card */
+#define USB_PRODUCT_AIRPRIME_AIRCARD_313U 0x68aa /* Aircard 313U */
/* Aincomm products */
#define USB_PRODUCT_AINCOMM_AWU2000B 0x1001 /* AWU2000B */
@@ -3839,6 +3840,7 @@
#define USB_PRODUCT_SIERRA_C01SW 0x6890 /* C01SW */
#define USB_PRODUCT_SIERRA_USB305 0x68a3 /* USB305 */
#define USB_PRODUCT_SIERRA_MC8355 0x9013 /* MC8355 */
+#define USB_PRODUCT_SIERRA_AIRCARD_770S 0x9053 /* Aircard 770S */
/* Sigmatel products */
#define USB_PRODUCT_SIGMATEL_IRDA 0x4200 /* IrDA */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 1edf7dedbf8..e0edc593da0 100644
--- a/sys/dev/usb/usbdevs_data.h
+++ b/sys/dev/usb/usbdevs_data.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: usbdevs_data.h,v 1.669 2016/03/31 12:29:32 reyk Exp $ */
+/* $OpenBSD: usbdevs_data.h,v 1.670 2016/05/20 02:04:54 chris Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.663 2016/03/31 12:27:48 reyk Exp
+ * OpenBSD: usbdevs,v 1.664 2016/05/20 02:04:24 chris Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -511,7 +511,11 @@ const struct usb_known_product usb_known_products[] = {
},
{
USB_VENDOR_AIRPRIME, USB_PRODUCT_AIRPRIME_PC5220,
- "AirPrime CDMA Wireless EVDO card",
+ "CDMA Wireless EVDO card",
+ },
+ {
+ USB_VENDOR_AIRPRIME, USB_PRODUCT_AIRPRIME_AIRCARD_313U,
+ "Aircard 313U",
},
{
USB_VENDOR_AINCOMM, USB_PRODUCT_AINCOMM_AWU2000B,
@@ -9658,6 +9662,10 @@ const struct usb_known_product usb_known_products[] = {
"MC8355",
},
{
+ USB_VENDOR_SIERRA, USB_PRODUCT_SIERRA_AIRCARD_770S,
+ "Aircard 770S",
+ },
+ {
USB_VENDOR_SIGMATEL, USB_PRODUCT_SIGMATEL_IRDA,
"IrDA",
},