diff options
| author | ryoon <ryoon@NetBSD.org> | 2014-05-25 06:11:40 +0000 |
|---|---|---|
| committer | ryoon <ryoon@NetBSD.org> | 2014-05-25 06:11:40 +0000 |
| commit | 31e55114a518d8a2bae065f5f3cf611dd41b0176 (patch) | |
| tree | 55c92a74a5dee12655c9a664e5f3baaf75cd9771 /sys/dev/usb/usbdevs_data.h | |
| parent | 19c7c2b5832043d8abd2257a215adfaa8e430bf5 (diff) | |
Regen
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index cc4522cab67..ef86374455f 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.662 2014/05/20 09:56:42 zafer Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.663 2014/05/25 06:11:40 ryoon Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.668 2014/04/29 10:55:02 nonaka Exp + * NetBSD: usbdevs,v 1.670 2014/05/25 06:10:25 ryoon Exp */ /* @@ -527,6 +527,10 @@ const struct usb_vendor usb_vendors[] = { "Alcor Micro", }, { + USB_VENDOR_XYRATEX, + "Xyratex", + }, + { USB_VENDOR_WACOM, "WACOM", }, @@ -543,8 +547,8 @@ const struct usb_vendor usb_vendors[] = { "Elecom", }, { - USB_VENDOR_XYRATEX, - "Xyratex", + USB_VENDOR_CONEXANT, + "Conexant", }, { USB_VENDOR_HAUPPAUGE, @@ -2151,7 +2155,7 @@ const struct usb_vendor usb_vendors[] = { "GNU Radio USRP", }, }; -const int usb_nvendors = 528; +const int usb_nvendors = 529; const struct usb_product usb_products[] = { { |
