svn commit: r188235 - head/sys/dev/usb2/include
Kevin Lo
kevlo at FreeBSD.org
Fri Feb 6 07:04:07 PST 2009
Author: kevlo
Date: Fri Feb 6 15:04:06 2009
New Revision: 188235
URL: http://svn.freebsd.org/changeset/base/188235
Log:
Regen
Modified:
head/sys/dev/usb2/include/usb2_devid.h
head/sys/dev/usb2/include/usb2_devtable.h
Modified: head/sys/dev/usb2/include/usb2_devid.h
==============================================================================
--- head/sys/dev/usb2/include/usb2_devid.h Fri Feb 6 15:03:17 2009 (r188234)
+++ head/sys/dev/usb2/include/usb2_devid.h Fri Feb 6 15:04:06 2009 (r188235)
@@ -4,7 +4,7 @@
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * FreeBSD: head/sys/dev/usb/usbdevs 187726 2009-01-26 17:43:58Z thompsa
+ * FreeBSD: head/sys/dev/usb/usbdevs 188234 2009-02-06 15:03:17Z kevlo
*/
/* $NetBSD: usbdevs,v 1.392 2004/12/29 08:38:44 imp Exp $ */
@@ -1688,6 +1688,7 @@
#define USB_PRODUCT_MELCO_SG54HP 0x00d8 /* WLI-U2-SG54HP */
#define USB_PRODUCT_MELCO_G54HP 0x00d9 /* WLI-U2-G54HP */
#define USB_PRODUCT_MELCO_KG54L 0x00da /* WLI-U2-KG54L */
+#define USB_PRODUCT_MELCO_SG54HG 0x00f4 /* WLI-U2-SG54HG */
/* Merlin products */
#define USB_PRODUCT_MERLIN_V620 0x1110 /* Merlin V620 */
Modified: head/sys/dev/usb2/include/usb2_devtable.h
==============================================================================
--- head/sys/dev/usb2/include/usb2_devtable.h Fri Feb 6 15:03:17 2009 (r188234)
+++ head/sys/dev/usb2/include/usb2_devtable.h Fri Feb 6 15:04:06 2009 (r188235)
@@ -4,7 +4,7 @@
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * FreeBSD: head/sys/dev/usb/usbdevs 187726 2009-01-26 17:43:58Z thompsa
+ * FreeBSD: head/sys/dev/usb/usbdevs 188234 2009-02-06 15:03:17Z kevlo
*/
/* $NetBSD: usbdevs,v 1.392 2004/12/29 08:38:44 imp Exp $ */
@@ -4133,6 +4133,12 @@ const struct usb_knowndev usb_knowndevs[
"WLI-U2-KG54L",
},
{
+ USB_VENDOR_MELCO, USB_PRODUCT_MELCO_SG54HG,
+ 0,
+ "Melco",
+ "WLI-U2-SG54HG",
+ },
+ {
USB_VENDOR_MERLIN, USB_PRODUCT_MERLIN_V620,
0,
"Merlin",
More information about the svn-src-all
mailing list