diff options
| author | tshiozak <tshiozak@NetBSD.org> | 2007-09-03 17:43:20 +0000 |
|---|---|---|
| committer | tshiozak <tshiozak@NetBSD.org> | 2007-09-03 17:43:20 +0000 |
| commit | ad88e4382b2ee053c874696ce99298563f8be546 (patch) | |
| tree | 068b3bef3e0a2a07218fb4a35a2239db715733a4 /sys/dev/usb/usbdevs.h | |
| parent | 64af3fdf23a46ec06a6367a5ae106a0bfe1e7fd0 (diff) | |
sync with the last change of usbdevs.
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 2c7e7ba65be..c91d58a4a6b 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs.h,v 1.480 2007/08/18 20:24:33 sborrill Exp $ */ +/* $NetBSD: usbdevs.h,v 1.481 2007/09/03 17:43:20 tshiozak Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.481 2007/08/18 20:23:04 sborrill Exp + * NetBSD: usbdevs,v 1.482 2007/09/03 17:41:41 tshiozak Exp */ /* @@ -499,6 +499,7 @@ #define USB_VENDOR_IODATA2 0x40bb /* I-O Data */ #define USB_VENDOR_IRIVER 0x4102 /* iRiver */ #define USB_VENDOR_DELL 0x413c /* Dell */ +#define USB_VENDOR_WINCHIPHEAD 0x4348 /* WinChipHead */ #define USB_VENDOR_AVERATEC 0x50c2 /* Averatec */ #define USB_VENDOR_SWEEX 0x5173 /* Sweex */ #define USB_VENDOR_ONSPEC2 0x55aa /* OnSpec Electronic Inc. */ @@ -2251,6 +2252,9 @@ #define USB_PRODUCT_WACOM_INTUOSA5 0x0021 /* Intuos A5 */ #define USB_PRODUCT_WACOM_GD0912U 0x0022 /* Intuos 9x12 Graphics Tablet */ +/* WinChipHead products */ +#define USB_PRODUCT_WINCHIPHEAD_CH341SER 0x5523 /* CH341/CH340 USB-Serial Bridge */ + /* Wistron NeWeb products */ #define USB_PRODUCT_WISTRONNEWEB_UR055G 0x0711 /* UR055G */ |
