diff options
| author | christos <christos@NetBSD.org> | 2010-11-03 20:46:58 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2010-11-03 20:46:58 +0000 |
| commit | caf800370b90e3c315236b87e758da01fcdd686e (patch) | |
| tree | 727453342147f8ecf989ae0b0cb0f73508dfc6eb /sys/dev | |
| parent | b57fc8a05d23bf4f78fc97a820ad5fbc29b2413d (diff) | |
regen
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/usbdevs.h | 8 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 22 |
2 files changed, 25 insertions, 5 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index bf42175ab8a..2ad1862b02c 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -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 --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 357b483c1dd..f6e438bbab0 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -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 @@ const struct usb_product usb_products[] = { "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 @@ const struct usb_product usb_products[] = { "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 @@ const struct usb_product usb_products[] = { "Prestige", }, }; -const int usb_nproducts = 1466; +const int usb_nproducts = 1470; |
