diff options
| author | kiyohara <kiyohara@NetBSD.org> | 2007-11-25 09:17:56 +0000 |
|---|---|---|
| committer | kiyohara <kiyohara@NetBSD.org> | 2007-11-25 09:17:56 +0000 |
| commit | e18f7bdc362db0c3679e229adbe266dfee4bd8de (patch) | |
| tree | c96ef1d5a0b62231ae4ee4ba797500182159898c /sys/dev/usb/usbdevs_data.h | |
| parent | b18c0cc5517f081b92f9428c94b6fbb7f2823be3 (diff) | |
Regen.
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 fc4a3b768ab..18b2ece0f4d 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.486 2007/10/14 01:09:00 xtraeme Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.487 2007/11/25 09:17:56 kiyohara Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.486 2007/10/14 01:08:35 xtraeme Exp + * NetBSD: usbdevs,v 1.487 2007/11/25 09:16:49 kiyohara Exp */ /* @@ -2690,6 +2690,10 @@ const struct usb_product usb_products[] = { "ULUSB-11 Key", }, { + USB_VENDOR_COREGA, USB_PRODUCT_COREGA_CGWLUSB2GL, + "CG-WLUSB2GL", + }, + { USB_VENDOR_COREGA, USB_PRODUCT_COREGA_FETHER_USB_TXC, "FEther USB-TXC", }, @@ -6478,4 +6482,4 @@ const struct usb_product usb_products[] = { "Prestige", }, }; -const int usb_nproducts = 1164; +const int usb_nproducts = 1165; |
