Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Add Epson 1240. Add a comment about the purpose...



details:   https://anonhg.NetBSD.org/src/rev/e6101a568961
branches:  trunk
changeset: 507828:e6101a568961
user:      augustss <augustss%NetBSD.org@localhost>
date:      Sun Apr 01 14:50:22 2001 +0000

description:
Add Epson 1240.  Add a comment about the purpose of this file.  From FreeBSD.

diffstat:

 sys/dev/usb/usbdevs |  18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diffs (39 lines):

diff -r 5fb5bc508c2e -r e6101a568961 sys/dev/usb/usbdevs
--- a/sys/dev/usb/usbdevs       Sun Apr 01 14:41:39 2001 +0000
+++ b/sys/dev/usb/usbdevs       Sun Apr 01 14:50:22 2001 +0000
@@ -1,4 +1,4 @@
-$NetBSD: usbdevs,v 1.154 2001/03/28 18:36:07 ichiro Exp $
+$NetBSD: usbdevs,v 1.155 2001/04/01 14:50:22 augustss Exp $
 
 /*
  * Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc.
@@ -39,6 +39,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.
  */
 
 vendor AOX             0x03e8  AOX, Inc.
@@ -474,6 +489,7 @@
 product EPSON 1200             0x0104  Perfection 1200U / 1200Photo scanner
 product EPSON 1600             0x0107  Expression 1600 scanner
 product EPSON 1640             0x010a  Perfection 1640SU scanner
+product EPSON 1240             0x010b  Perfection 1240U / 1240Photo scanner
 
 /* e-TEK Labs products */
 product ETEK 1COM              0x8007  Serial port



Home | Main Index | Thread Index | Old Index