diff options
| author | augustss <augustss@NetBSD.org> | 1999-10-13 19:11:07 +0000 |
|---|---|---|
| committer | augustss <augustss@NetBSD.org> | 1999-10-13 19:11:07 +0000 |
| commit | 0a020334b9a2f2e136bb4e7795c604a99f424a23 (patch) | |
| tree | 5c08118151ef8b2351c86e88433c632fa358ee28 /sys/dev | |
| parent | 940b21d891098f6808989486e7e875d7886ccaf4 (diff) | |
Regen.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/usbdevs.h | 12 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 28 |
2 files changed, 36 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 9c6c609927b..cb8bd95bfef 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs.h,v 1.52 1999/10/13 09:00:49 augustss Exp $ */ +/* $NetBSD: usbdevs.h,v 1.53 1999/10/13 19:11:07 augustss Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.52 1999/10/13 09:00:21 augustss Exp + * NetBSD: usbdevs,v 1.53 1999/10/13 18:55:32 augustss Exp */ /* @@ -84,6 +84,7 @@ #define USB_VENDOR_VISION 0x0553 /* VLSI Vision Ltd. */ #define USB_VENDOR_ATEN 0x0557 /* ATEN International Corp. Ltd. */ #define USB_VENDOR_MUSTEK 0x055f /* Mustek Systems Inc. */ +#define USB_VENDOR_TELEX 0x0562 /* Telex Communications Inc. */ #define USB_VENDOR_PERACOM 0x0565 /* Peracom Networks Inc. */ #define USB_VENDOR_WACOM 0x056a /* WACOM Corp. Ltd. */ #define USB_VENDOR_ETEK 0x056c /* e-TEK Labs */ @@ -101,6 +102,7 @@ #define USB_VENDOR_MACALLY 0x0618 /* Macally */ #define USB_VENDOR_MULTITECH 0x06e0 /* MultiTech */ #define USB_VENDOR_ADS 0x06e1 /* ADS Technologies */ +#define USB_VENDOR_MIDIMAN 0x0763 /* Midiman */ #define USB_VENDOR_SANDISK 0x0781 /* SanDisk Corp */ #define USB_VENDOR_SIIG 0x07cc /* SIIG */ #define USB_VENDOR_ACTIVEWIRE 0x0854 /* ActiveWire Inc. */ @@ -224,6 +226,9 @@ /* Mustek products */ #define USB_PRODUCT_MUSTEK_MDC800 0xa800 /* MDC-800 digital camera */ +/* Telex Communications products */ +#define USB_PRODUCT_TELEX_MIC1 0x0001 /* Enhanced USB Microphone */ + /* Peracom products */ #define USB_PRODUCT_PERACOM_SERIAL1 0x0001 /* Serial Converter */ @@ -288,6 +293,9 @@ #define USB_PRODUCT_ENTREGA_EZUSB 0x8000 /* EZ-USB */ #define USB_PRODUCT_ENTREGA_SERIAL 0x8001 /* DB25 Serial connector */ +/* Midiman products */ +#define USB_PRODUCT_MIDIMAN_MIDISPORT2X2 0x1001 /* Midisport 2x2 */ + /* SanDisk products */ #define USB_PRODUCT_SANDISK_IMAGEMATE 0x0001 /* USB ImageMate */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index dd15f7975e7..8d440256144 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.52 1999/10/13 09:00:49 augustss Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.53 1999/10/13 19:11:07 augustss Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.52 1999/10/13 09:00:21 augustss Exp + * NetBSD: usbdevs,v 1.53 1999/10/13 18:55:32 augustss Exp */ /* @@ -310,6 +310,12 @@ struct usb_knowndev usb_knowndevs[] = { "MDC-800 digital camera", }, { + USB_VENDOR_TELEX, USB_PRODUCT_TELEX_MIC1, + 0, + "Telex Communications Inc.", + "Enhanced USB Microphone", + }, + { USB_VENDOR_PERACOM, USB_PRODUCT_PERACOM_SERIAL1, 0, "Peracom Networks Inc.", @@ -490,6 +496,12 @@ struct usb_knowndev usb_knowndevs[] = { "DB25 Serial connector", }, { + USB_VENDOR_MIDIMAN, USB_PRODUCT_MIDIMAN_MIDISPORT2X2, + 0, + "Midiman", + "Midisport 2x2", + }, + { USB_VENDOR_SANDISK, USB_PRODUCT_SANDISK_IMAGEMATE, 0, "SanDisk Corp", @@ -754,6 +766,12 @@ struct usb_knowndev usb_knowndevs[] = { NULL, }, { + USB_VENDOR_TELEX, 0, + USB_KNOWNDEV_NOPROD, + "Telex Communications Inc.", + NULL, + }, + { USB_VENDOR_PERACOM, 0, USB_KNOWNDEV_NOPROD, "Peracom Networks Inc.", @@ -856,6 +874,12 @@ struct usb_knowndev usb_knowndevs[] = { NULL, }, { + USB_VENDOR_MIDIMAN, 0, + USB_KNOWNDEV_NOPROD, + "Midiman", + NULL, + }, + { USB_VENDOR_SANDISK, 0, USB_KNOWNDEV_NOPROD, "SanDisk Corp", |
