diff options
author | thompsa <thompsa@FreeBSD.org> | 2009-01-13 19:07:23 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2009-01-13 19:07:23 +0000 |
commit | 5bd9063145d72d00422860a2b79593b7f2f56412 (patch) | |
tree | 8cf67a1cdd1a6b86ab630581fc1c10ea5e5e7160 /sys/dev/usb2/include/usb2_devtable.h | |
parent | 60eb19390d887d6fc64e01aced10cba25251ec8a (diff) | |
download | FreeBSD-src-5bd9063145d72d00422860a2b79593b7f2f56412.zip FreeBSD-src-5bd9063145d72d00422860a2b79593b7f2f56412.tar.gz |
Regen.
Diffstat (limited to 'sys/dev/usb2/include/usb2_devtable.h')
-rw-r--r-- | sys/dev/usb2/include/usb2_devtable.h | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/sys/dev/usb2/include/usb2_devtable.h b/sys/dev/usb2/include/usb2_devtable.h index 9e92588..16dd627 100644 --- a/sys/dev/usb2/include/usb2_devtable.h +++ b/sys/dev/usb2/include/usb2_devtable.h @@ -4,7 +4,7 @@ * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * FreeBSD: head/sys/dev/usb/usbdevs 186651 2008-12-31 14:25:14Z luigi + * FreeBSD: head/sys/dev/usb/usbdevs 187163 2009-01-13 19:01:25Z thompsa */ /* $NetBSD: usbdevs,v 1.392 2004/12/29 08:38:44 imp Exp $ */ @@ -4031,6 +4031,12 @@ const struct usb_knowndev usb_knowndevs[] = { "Sitecom USB-232 Products", }, { + USB_VENDOR_MEIZU, USB_PRODUCT_MEIZU_M6_SL, + 0, + "Meizu Electronics", + "MiniPlayer M6 (SL)", + }, + { USB_VENDOR_MELCO, USB_PRODUCT_MELCO_LUATX1, 0, "Melco", @@ -7871,6 +7877,12 @@ const struct usb_knowndev usb_knowndevs[] = { NULL, }, { + USB_VENDOR_MEIZU, 0, + USB_KNOWNDEV_NOPROD, + "Meizu Electronics", + NULL, + }, + { USB_VENDOR_YAMAHA, 0, USB_KNOWNDEV_NOPROD, "YAMAHA", |