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.h | |
| parent | ab5f1bc81346a2a41a33e9ecf14d3f89cd3b0871 (diff) | |
regen
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
| -rw-r--r-- | sys/dev/usb/usbdevs.h | 8 |
1 files changed, 6 insertions, 2 deletions
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 */ |
