summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryuo <yuo@openbsd.org>2013-12-13 17:40:56 +0000
committeryuo <yuo@openbsd.org>2013-12-13 17:40:56 +0000
commit993e9836361ee8761573622f254cb4b498ed13f3 (patch)
treee8a7d209ab450bf1cfa436c35edbce8f9966f3b1
parentadd IIJmobile 510FU (diff)
downloadwireguard-openbsd-993e9836361ee8761573622f254cb4b498ed13f3.tar.xz
wireguard-openbsd-993e9836361ee8761573622f254cb4b498ed13f3.zip
regen
-rw-r--r--sys/dev/usb/usbdevs.h6
-rw-r--r--sys/dev/usb/usbdevs_data.h12
2 files changed, 14 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index ea538103390..b93e1f4a69c 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: usbdevs.h,v 1.627 2013/12/13 12:58:19 yuo Exp $ */
+/* $OpenBSD: usbdevs.h,v 1.628 2013/12/13 17:40:56 yuo Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.616 2013/12/13 12:54:40 yuo Exp
+ * OpenBSD: usbdevs,v 1.617 2013/12/13 17:38:38 yuo Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -2483,6 +2483,8 @@
/* Longcheer products */
#define USB_PRODUCT_LONGCHEER_D21LCMASS 0x9401 /* Emobile D21LC Mass only mode */
#define USB_PRODUCT_LONGCHEER_D21LC 0x9404 /* Emobile D21LC */
+#define USB_PRODUCT_LONGCHEER_510FU 0x9801 /* IIJmobile 510FU */
+#define USB_PRODUCT_LONGCHEER_510FUMASS 0x98ff /* IIJmobile 510FU Mass only mode */
/* Longshine products */
#define USB_PRODUCT_ABOCOM_LCS8138TX 0x401a /* LCS-8138TX */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index c021e8e1e0a..f958ad21edc 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.621 2013/12/13 12:58:19 yuo Exp $ */
+/* $OpenBSD: usbdevs_data.h,v 1.622 2013/12/13 17:40:56 yuo Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.616 2013/12/13 12:54:40 yuo Exp
+ * OpenBSD: usbdevs,v 1.617 2013/12/13 17:38:38 yuo Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -5462,6 +5462,14 @@ const struct usb_known_product usb_known_products[] = {
"Emobile D21LC",
},
{
+ USB_VENDOR_LONGCHEER, USB_PRODUCT_LONGCHEER_510FU,
+ "IIJmobile 510FU",
+ },
+ {
+ USB_VENDOR_LONGCHEER, USB_PRODUCT_LONGCHEER_510FUMASS,
+ "IIJmobile 510FU Mass only mode",
+ },
+ {
USB_VENDOR_ABOCOM, USB_PRODUCT_ABOCOM_LCS8138TX,
"LCS-8138TX",
},