From e18f7bdc362db0c3679e229adbe266dfee4bd8de Mon Sep 17 00:00:00 2001 From: kiyohara Date: Sun, 25 Nov 2007 09:17:56 +0000 Subject: Regen. --- sys/dev/usb/usbdevs_data.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'sys/dev/usb/usbdevs_data.h') 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 */ /* @@ -2689,6 +2689,10 @@ const struct usb_product usb_products[] = { USB_VENDOR_COREGA, USB_PRODUCT_COREGA_WLUSB_11_KEY, "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; -- cgit 19'>refslogtreecommitdiff
path: root/tools/compat/dev
AgeCommit message (Expand)Author
2014-12-22remove unused constants (Kamil Rytarowski)christos
2014-09-07Avoid overflowing the "year" value by making the field uint64_t. Adaptmartin
2014-09-01Add a slightly stripped down version of sys/dev/clock/clock_subr.h to makemartin