diff options
| author | augustss <augustss@NetBSD.org> | 2002-04-18 03:49:17 +0000 |
|---|---|---|
| committer | augustss <augustss@NetBSD.org> | 2002-04-18 03:49:17 +0000 |
| commit | 2f34976283bb155e01552a26845a6d1004f14ea8 (patch) | |
| tree | 657cb551e76d487c3922a4a8610cac690d5fd89b /sys/dev | |
| parent | 544654cbc32251d348c3ea55d54b350d24df1f5d (diff) | |
Regen.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/usbdevs.h | 8 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 16 |
2 files changed, 20 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index e415ec61402..1182fa2b27d 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs.h,v 1.246 2002/04/12 17:40:38 heinz Exp $ */ +/* $NetBSD: usbdevs.h,v 1.247 2002/04/18 03:49:17 augustss Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.242 2002/04/12 13:12:28 heinz Exp + * NetBSD: usbdevs,v 1.243 2002/04/18 03:48:53 augustss Exp */ /* @@ -329,6 +329,7 @@ #define USB_VENDOR_ADDONICS2 0x0bf6 /* Addonics Technology */ #define USB_VENDOR_AGATE 0x0c08 /* Agate Technologies */ #define USB_VENDOR_DMI 0x0c0b /* DMI */ +#define USB_VENDOR_TANGTOP 0x0d3d /* Tangtop */ #define USB_VENDOR_PEN 0x0d7d /* Pen Drive */ #define USB_VENDOR_MOTOROLA 0x1063 /* Motorola */ #define USB_VENDOR_CCYU 0x1065 /* CCYU Technology */ @@ -1147,6 +1148,9 @@ #define USB_PRODUCT_DIAMOND2_RIO600USB 0x5001 /* Rio 600 USB */ #define USB_PRODUCT_DIAMOND2_RIO800USB 0x5002 /* Rio 800 USB */ +/* Tangtop products */ +#define USB_PRODUCT_TANGTOP_USBPS2 0x0001 /* USBPS2 */ + /* Taugagreining products */ #define USB_PRODUCT_TAUGA_CAMERAMATE 0x0005 /* CameraMate (DPCM_USB) */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 22373210fee..b305d8c4563 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.247 2002/04/12 17:40:38 heinz Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.248 2002/04/18 03:49:17 augustss Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.242 2002/04/12 13:12:28 heinz Exp + * NetBSD: usbdevs,v 1.243 2002/04/18 03:48:53 augustss Exp */ /* @@ -2890,6 +2890,12 @@ const struct usb_knowndev usb_knowndevs[] = { "Rio 800 USB", }, { + USB_VENDOR_TANGTOP, USB_PRODUCT_TANGTOP_USBPS2, + 0, + "Tangtop", + "USBPS2", + }, + { USB_VENDOR_TAUGA, USB_PRODUCT_TAUGA_CAMERAMATE, 0, "Taugagreining HF", @@ -4720,6 +4726,12 @@ const struct usb_knowndev usb_knowndevs[] = { NULL, }, { + USB_VENDOR_TANGTOP, 0, + USB_KNOWNDEV_NOPROD, + "Tangtop", + NULL, + }, + { USB_VENDOR_PEN, 0, USB_KNOWNDEV_NOPROD, "Pen Drive", |
