Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb regen
details: https://anonhg.NetBSD.org/src/rev/a6305f62d37e
branches: trunk
changeset: 758383:a6305f62d37e
user: christos <christos%NetBSD.org@localhost>
date: Wed Nov 03 20:46:58 2010 +0000
description:
regen
diffstat:
sys/dev/usb/usbdevs.h | 8 ++++++--
sys/dev/usb/usbdevs_data.h | 22 +++++++++++++++++++---
2 files changed, 25 insertions(+), 5 deletions(-)
diffs (91 lines):
diff -r 1fc20259540c -r a6305f62d37e sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h Wed Nov 03 20:46:33 2010 +0000
+++ b/sys/dev/usb/usbdevs.h Wed Nov 03 20:46:58 2010 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: usbdevs.h,v 1.558 2010/11/03 20:03:54 christos Exp $ */
+/* $NetBSD: usbdevs.h,v 1.559 2010/11/03 20:46:58 christos Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.565 2010/11/03 20:03:02 christos Exp
+ * NetBSD: usbdevs,v 1.566 2010/11/03 20:46:15 christos Exp
*/
/*
@@ -1071,7 +1071,10 @@
#define USB_PRODUCT_DLINK_DWLAG122_NF 0x3a05 /* DWL-AG122 */
#define USB_PRODUCT_DLINK_DWLG122 0x3c00 /* AirPlus G Wireless USB Adapter */
/* product DLINK RT2570 0x3c00 RT2570 */
+#define USB_PRODUCT_DLINK2_DWLG122C1 0x3c03 /* DWL-G122 rev C1 */
+#define USB_PRODUCT_DLINK2_WUA1340 0x3c04 /* WUA-1340 */
#define USB_PRODUCT_DLINK_DUBE100B1 0x3c05 /* DUB-E100 rev B1 */
+#define USB_PRODUCT_DLINK2_DWA111 0x3c06 /* DWA-111 */
#define USB_PRODUCT_DLINK_RT2870 0x3c09 /* RT2870 */
#define USB_PRODUCT_DLINK_RT3072 0x3c0a /* RT3072 */
#define USB_PRODUCT_DLINK_DSB650C 0x4000 /* 10Mbps ethernet adapter */
@@ -1551,6 +1554,7 @@
/* Kingston products */
#define USB_PRODUCT_KINGSTON_XX1 0x0008 /* Ethernet Adapter */
#define USB_PRODUCT_KINGSTON_KNU101TX 0x000a /* KNU101TX USB Ethernet */
+#define USB_PRODUCT_KINGSTON_DTMINI10 0x162c /* DT Mini 10 */
/* Kodak products */
#define USB_PRODUCT_KODAK_DC220 0x0100 /* Digital Science DC220 */
diff -r 1fc20259540c -r a6305f62d37e sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h Wed Nov 03 20:46:33 2010 +0000
+++ b/sys/dev/usb/usbdevs_data.h Wed Nov 03 20:46:58 2010 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: usbdevs_data.h,v 1.559 2010/11/03 20:03:54 christos Exp $ */
+/* $NetBSD: usbdevs_data.h,v 1.560 2010/11/03 20:46:58 christos Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.565 2010/11/03 20:03:02 christos Exp
+ * NetBSD: usbdevs,v 1.566 2010/11/03 20:46:15 christos Exp
*/
/*
@@ -3327,10 +3327,22 @@
"AirPlus G Wireless USB Adapter",
},
{
+ USB_VENDOR_DLINK2, USB_PRODUCT_DLINK2_DWLG122C1,
+ "DWL-G122 rev C1",
+ },
+ {
+ USB_VENDOR_DLINK2, USB_PRODUCT_DLINK2_WUA1340,
+ "WUA-1340",
+ },
+ {
USB_VENDOR_DLINK, USB_PRODUCT_DLINK_DUBE100B1,
"DUB-E100 rev B1",
},
{
+ USB_VENDOR_DLINK2, USB_PRODUCT_DLINK2_DWA111,
+ "DWA-111",
+ },
+ {
USB_VENDOR_DLINK, USB_PRODUCT_DLINK_RT2870,
"RT2870",
},
@@ -4631,6 +4643,10 @@
"KNU101TX USB Ethernet",
},
{
+ USB_VENDOR_KINGSTON, USB_PRODUCT_KINGSTON_DTMINI10,
+ "DT Mini 10",
+ },
+ {
USB_VENDOR_KODAK, USB_PRODUCT_KODAK_DC220,
"Digital Science DC220",
},
@@ -7807,4 +7823,4 @@
"Prestige",
},
};
-const int usb_nproducts = 1466;
+const int usb_nproducts = 1470;
Home |
Main Index |
Thread Index |
Old Index