diff options
| author | christos <christos@NetBSD.org> | 2014-02-14 04:22:13 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2014-02-14 04:22:13 +0000 |
| commit | 55ebf28efe73017babd9f88e3c7c252be65d3d53 (patch) | |
| tree | 81dd09a3ae16270b6a2a2997c88b84d6492e46fc /sys/dev/usb/usbdevs_data.h | |
| parent | 5ad26f63a204aba6bf6265b89ff56220ba46a5d1 (diff) | |
regen
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 256cc5a84f2..7d6b6fd0a1f 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.656 2014/01/13 08:24:17 reinoud Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.657 2014/02/14 04:22:13 christos Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.663 2014/01/13 08:23:58 reinoud Exp + * NetBSD: usbdevs,v 1.664 2014/02/14 04:20:43 christos Exp */ /* @@ -1931,6 +1931,10 @@ const struct usb_vendor usb_vendors[] = { "Meinberg Funkuhren", }, { + USB_VENDOR_BECEEM, + "Beceem Communications", + }, + { USB_VENDOR_ZTE, "ZTE", }, @@ -2147,7 +2151,7 @@ const struct usb_vendor usb_vendors[] = { "GNU Radio USRP", }, }; -const int usb_nvendors = 527; +const int usb_nvendors = 528; const struct usb_product usb_products[] = { { @@ -3315,6 +3319,10 @@ const struct usb_product usb_products[] = { "uLinks RS-422/485", }, { + USB_VENDOR_BECEEM, USB_PRODUCT_BECEEM_250U, + "Mobile WiMax SS", + }, + { USB_VENDOR_BELKIN2, USB_PRODUCT_BELKIN2_F5U002, "F5U002 Parallel printer adapter", }, @@ -10099,4 +10107,4 @@ const struct usb_product usb_products[] = { "Prestige", }, }; -const int usb_nproducts = 1987; +const int usb_nproducts = 1988; |
