diff options
| author | augustss <augustss@NetBSD.org> | 2001-04-01 14:50:43 +0000 |
|---|---|---|
| committer | augustss <augustss@NetBSD.org> | 2001-04-01 14:50:43 +0000 |
| commit | b20d51da7943006becae7f5bc672ece01c38da92 (patch) | |
| tree | a570b66643526a2bfc6352e6f498f7d5271b7a70 /sys/dev | |
| parent | 9132bd964335e12def11fa2ad35b6a9f53b82e63 (diff) | |
Regen.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/usbdevs.h | 20 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 10 |
2 files changed, 26 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 065a35352b8..92841b3e1f4 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs.h,v 1.156 2001/03/28 18:36:32 ichiro Exp $ */ +/* $NetBSD: usbdevs.h,v 1.157 2001/04/01 14:50:43 augustss Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.153 2001/03/26 15:26:54 augustss Exp + * NetBSD: usbdevs,v 1.155 2001/04/01 14:50:22 augustss Exp */ /* @@ -46,6 +46,21 @@ /* * List of known USB vendors + * + * Please note that these IDs do not do anything. Adding an ID here and + * regenerating the usbdevs.h and usbdevs_data.h only makes a symbolic name + * available to the source code and does not change any functionality, nor + * does it make your device available to a specific driver. + * It will however make the descriptive string available if a device does not + * provide the string itself. + * + * After adding a vendor ID VNDR and a product ID PRDCT you will have the + * following extra defines: + * #define USB_VENDOR_VNDR 0x???? + * #define USB_PRODUCT_VNDR_PRDCT 0x???? + * + * You may have to add these defines to the respective probe routines to + * make the device recognised by the appropriate device driver. */ #define USB_VENDOR_AOX 0x03e8 /* AOX, Inc. */ @@ -481,6 +496,7 @@ #define USB_PRODUCT_EPSON_1200 0x0104 /* Perfection 1200U / 1200Photo scanner */ #define USB_PRODUCT_EPSON_1600 0x0107 /* Expression 1600 scanner */ #define USB_PRODUCT_EPSON_1640 0x010a /* Perfection 1640SU scanner */ +#define USB_PRODUCT_EPSON_1240 0x010b /* Perfection 1240U / 1240Photo scanner */ /* e-TEK Labs products */ #define USB_PRODUCT_ETEK_1COM 0x8007 /* Serial port */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 931ad8634ea..174a98a6864 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.157 2001/03/28 18:36:32 ichiro Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.158 2001/04/01 14:50:43 augustss Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.153 2001/03/26 15:26:54 augustss Exp + * NetBSD: usbdevs,v 1.155 2001/04/01 14:50:22 augustss Exp */ /* @@ -622,6 +622,12 @@ const struct usb_knowndev usb_knowndevs[] = { "Perfection 1640SU scanner", }, { + USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1240, + 0, + "Seiko Epson Corp.", + "Perfection 1240U / 1240Photo scanner", + }, + { USB_VENDOR_ETEK, USB_PRODUCT_ETEK_1COM, 0, "e-TEK Labs", |
