diff options
| author | jun <jun@NetBSD.org> | 2008-10-21 12:20:44 +0000 |
|---|---|---|
| committer | jun <jun@NetBSD.org> | 2008-10-21 12:20:44 +0000 |
| commit | 3caafa9653d9b42a89a2808aad2d13bb5bbb1fd1 (patch) | |
| tree | ed5cee27e9d893b470c04c84ec628ef76ec5759d /sys/dev/usb/usbdevs_data.h | |
| parent | d1b01a37093c7866c68fcc5bf78886eda5d6ce1c (diff) | |
Add
corega K.K CG-WLUSB2GPX
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 4b73a95a0d9..d032f2b35f4 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.512 2008/10/19 11:37:44 joerg Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.513 2008/10/21 12:21:46 jun Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.516 2008/10/19 11:36:11 joerg Exp + * NetBSD: usbdevs,v 1.517 2008/10/21 12:20:44 jun Exp */ /* @@ -2759,6 +2759,10 @@ const struct usb_product usb_products[] = { "CG-WLUSB2GL", }, { + USB_VENDOR_COREGA, USB_PRODUCT_COREGA_CGWLUSB2GPX, + "CG-WLUSB2GPX", + }, + { USB_VENDOR_COREGA, USB_PRODUCT_COREGA_FETHER_USB_TXC, "FEther USB-TXC", }, @@ -6803,4 +6807,4 @@ const struct usb_product usb_products[] = { "Prestige", }, }; -const int usb_nproducts = 1237; +const int usb_nproducts = 1238; |
