diff options
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index cef29a71d55..ffba049b0a6 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.617 2012/07/04 01:08:58 christos Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.618 2012/08/04 13:03:38 nonaka Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.624 2012/07/04 01:08:26 christos Exp + * NetBSD: usbdevs,v 1.625 2012/08/04 13:03:17 nonaka Exp */ /* @@ -7307,6 +7307,10 @@ const struct usb_product usb_products[] = { "RTL8188CU", }, { + USB_VENDOR_PLANEX2, USB_PRODUCT_PLANEX2_GWUSH300N, + "GW-USH300N", + }, + { USB_VENDOR_PLANEX3, USB_PRODUCT_PLANEX3_GWUS54GZ, "GW-US54GZ", }, @@ -9535,4 +9539,4 @@ const struct usb_product usb_products[] = { "Prestige", }, }; -const int usb_nproducts = 1861; +const int usb_nproducts = 1862; |
