Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/sys/dev/usb regen
details: https://anonhg.NetBSD.org/src/rev/66518803a641
branches: netbsd-7
changeset: 799019:66518803a641
user: martin <martin%NetBSD.org@localhost>
date: Sat Feb 21 19:38:51 2015 +0000
description:
regen
diffstat:
sys/dev/usb/usbdevs.h | 5 +++--
sys/dev/usb/usbdevs_data.h | 10 +++++++---
2 files changed, 10 insertions(+), 5 deletions(-)
diffs (57 lines):
diff -r 39427adcc5e8 -r 66518803a641 sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h Sat Feb 21 19:38:02 2015 +0000
+++ b/sys/dev/usb/usbdevs.h Sat Feb 21 19:38:51 2015 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: usbdevs.h,v 1.672.2.2 2015/01/16 08:31:31 martin Exp $ */
+/* $NetBSD: usbdevs.h,v 1.672.2.3 2015/02/21 19:38:51 martin Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.680.2.2 2015/01/16 08:30:42 martin Exp
+ * NetBSD: usbdevs,v 1.680.2.3 2015/02/21 19:38:02 martin Exp
*/
/*
@@ -2089,6 +2089,7 @@
#define USB_PRODUCT_MELCO_KG54AI 0x0067 /* WLI-U2-KG54-AI WLAN */
#define USB_PRODUCT_MELCO_LUAU2GT 0x006e /* LUA-U2-GT Ethernet */
#define USB_PRODUCT_MELCO_NINWIFI 0x008b /* Nintendo Wi-Fi */
+#define USB_PRODUCT_MELCO_PCOPRS1 0x00b3 /* RemoteStation PC-OP-RS1 */
#define USB_PRODUCT_MELCO_SG54HP 0x00d8 /* WLI-U2-SG54HP */
#define USB_PRODUCT_MELCO_G54HP 0x00d9 /* WLI-U2-G54HP */
#define USB_PRODUCT_MELCO_KG54L 0x00da /* WLI-U2-KG54L */
diff -r 39427adcc5e8 -r 66518803a641 sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h Sat Feb 21 19:38:02 2015 +0000
+++ b/sys/dev/usb/usbdevs_data.h Sat Feb 21 19:38:51 2015 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: usbdevs_data.h,v 1.673.2.2 2015/01/16 08:31:31 martin Exp $ */
+/* $NetBSD: usbdevs_data.h,v 1.673.2.3 2015/02/21 19:38:51 martin Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.680.2.2 2015/01/16 08:30:42 martin Exp
+ * NetBSD: usbdevs,v 1.680.2.3 2015/02/21 19:38:02 martin Exp
*/
/*
@@ -6467,6 +6467,10 @@
"Nintendo Wi-Fi",
},
{
+ USB_VENDOR_MELCO, USB_PRODUCT_MELCO_PCOPRS1,
+ "RemoteStation PC-OP-RS1",
+ },
+ {
USB_VENDOR_MELCO, USB_PRODUCT_MELCO_SG54HP,
"WLI-U2-SG54HP",
},
@@ -10195,4 +10199,4 @@
"Prestige",
},
};
-const int usb_nproducts = 2008;
+const int usb_nproducts = 2009;
Home |
Main Index |
Thread Index |
Old Index