From 70fc4a2a04393aef127cd80e19dfd85320253e3e Mon Sep 17 00:00:00 2001 From: nonaka Date: Thu, 14 Nov 2013 16:26:18 +0000 Subject: regen --- sys/dev/usb/usbdevs.h | 8 ++++++-- sys/dev/usb/usbdevs_data.h | 16 ++++++++++++---- 2 files changed, 18 insertions(+), 6 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 6658c7b5ddb..ccd6831d807 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs.h,v 1.648 2013/10/27 17:12:28 rmind Exp $ */ +/* $NetBSD: usbdevs.h,v 1.649 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 */ /* @@ -80,6 +80,7 @@ #define USB_VENDOR_FTDI 0x0403 /* Future Technology Devices */ #define USB_VENDOR_NEC 0x0409 /* NEC */ #define USB_VENDOR_KODAK 0x040a /* Eastman Kodak */ +#define USB_VENDOR_WELTREND 0x040b /* Weltrend Semiconductor */ #define USB_VENDOR_VIA 0x040d /* VIA */ #define USB_VENDOR_MELCO 0x0411 /* Melco */ #define USB_VENDOR_CREATIVE 0x041e /* Creative Labs */ @@ -3236,6 +3237,9 @@ #define USB_PRODUCT_WACOM_INTUOSA5 0x0021 /* Intuos A5 */ #define USB_PRODUCT_WACOM_GD0912U 0x0022 /* Intuos 9x12 Graphics Tablet */ +/* Weltrend Semiconductor */ +#define USB_PRODUCT_WELTREND_HID 0x2201 /* HID Device */ + /* Western Digital products */ #define USB_PRODUCT_WESTERN_EXTHDD 0x0400 /* External HDD */ 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 */ /* @@ -98,6 +98,10 @@ const struct usb_vendor usb_vendors[] = { USB_VENDOR_KODAK, "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[] = { { @@ -9682,6 +9686,10 @@ const struct usb_product usb_products[] = { USB_VENDOR_WACOM, USB_PRODUCT_WACOM_GD0912U, "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; -- cgit