diff options
| author | nonaka <nonaka@NetBSD.org> | 2013-11-14 16:26:18 +0000 |
|---|---|---|
| committer | nonaka <nonaka@NetBSD.org> | 2013-11-14 16:26:18 +0000 |
| commit | 70fc4a2a04393aef127cd80e19dfd85320253e3e (patch) | |
| tree | 8eabec9f5c2294c39adbdb72046625ac2f60302b /sys/dev/usb/usbdevs_data.h | |
| parent | ab5f1bc81346a2a41a33e9ecf14d3f89cd3b0871 (diff) | |
regen
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 10041c58b26..1191295fb44 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.649 2013/10/27 17:12:28 rmind Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.650 2013/11/14 16:26:18 nonaka Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.656 2013/10/27 16:59:46 rmind Exp + * NetBSD: usbdevs,v 1.657 2013/11/14 16:25:46 nonaka Exp */ /* @@ -99,6 +99,10 @@ const struct usb_vendor usb_vendors[] = { "Eastman Kodak", }, { + USB_VENDOR_WELTREND, + "Weltrend Semiconductor", + }, + { USB_VENDOR_VIA, "VIA", }, @@ -2139,7 +2143,7 @@ const struct usb_vendor usb_vendors[] = { "GNU Radio USRP", }, }; -const int usb_nvendors = 525; +const int usb_nvendors = 526; const struct usb_product usb_products[] = { { @@ -9683,6 +9687,10 @@ const struct usb_product usb_products[] = { "Intuos 9x12 Graphics Tablet", }, { + USB_VENDOR_WELTREND, USB_PRODUCT_WELTREND_HID, + "HID Device", + }, + { USB_VENDOR_WESTERN, USB_PRODUCT_WESTERN_EXTHDD, "External HDD", }, @@ -10043,4 +10051,4 @@ const struct usb_product usb_products[] = { "Prestige", }, }; -const int usb_nproducts = 1975; +const int usb_nproducts = 1976; |
