diff options
| author | mbalmer <mbalmer@NetBSD.org> | 2009-06-28 10:46:37 +0000 |
|---|---|---|
| committer | mbalmer <mbalmer@NetBSD.org> | 2009-06-28 10:46:37 +0000 |
| commit | 5c2d18cdeab963bcbc87a86a964528b911445015 (patch) | |
| tree | d05defe794151bf62da37d3e75d506ed88c91b7a /sys/dev/usb/usbdevs_data.h | |
| parent | 81170a7797e59c8eab466d857dd6af68d48a64d9 (diff) | |
regen.
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 28 |
1 files changed, 22 insertions, 6 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 68ea02307e4..a7864492143 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.524 2009/06/19 01:15:02 mrg Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.525 2009/06/28 10:46:37 mbalmer Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.528 2009/06/19 01:14:27 mrg Exp + * NetBSD: usbdevs,v 1.529 2009/06/28 10:45:24 mbalmer Exp */ /* @@ -1179,6 +1179,10 @@ const struct usb_vendor usb_vendors[] = { "Agilent Technologies", }, { + USB_VENDOR_GUDE, + "Gude ADS", + }, + { USB_VENDOR_PORTSMITH, "Portsmith", }, @@ -1727,14 +1731,18 @@ const struct usb_vendor usb_vendors[] = { "Linksys", }, { - USB_VENDOR_WINCHIPHEAD2, - "QinHeng Electronics", + USB_VENDOR_MEINBERG, + "Meinberg Funkuhren", }, { USB_VENDOR_QUALCOMMINC, "Qualcomm, Incorporated", }, { + USB_VENDOR_WINCHIPHEAD2, + "QinHeng Electronics", + }, + { USB_VENDOR_DLINK, "D-Link", }, @@ -1863,7 +1871,7 @@ const struct usb_vendor usb_vendors[] = { "GNU Radio USRP", }, }; -const int usb_nvendors = 456; +const int usb_nvendors = 458; const struct usb_product usb_products[] = { { @@ -3419,6 +3427,10 @@ const struct usb_product usb_products[] = { "PowerMate Assignable Controller", }, { + USB_VENDOR_GUDE, USB_PRODUCT_GUDE_DCF, + "Exper mouseCLOCK USB", + }, + { USB_VENDOR_GUILLEMOT, USB_PRODUCT_GUILLEMOT_DALEADER, "DA Leader", }, @@ -4415,6 +4427,10 @@ const struct usb_product usb_products[] = { "USB2.0 9 in 1 Reader", }, { + USB_VENDOR_MEINBERG, USB_PRODUCT_MEINBERG_USB5131, + "USB 5131 DCF77 - Radio Clock", + }, + { USB_VENDOR_MELCO, USB_PRODUCT_MELCO_LUATX1, "LUA-TX Ethernet", }, @@ -6887,4 +6903,4 @@ const struct usb_product usb_products[] = { "Prestige", }, }; -const int usb_nproducts = 1255; +const int usb_nproducts = 1257; |
