On Sun, Jan 06, 2002 at 12:59:00PM -0800, Greg KH wrote:
> Hi,
> 
> Here's a patch against 2.5.2-pre9 that adds a USB driver for all of the
> auerswald ISDN devices.  The patch was written by Wolfgang Mües.

For those paying attention, this driver uses a new USB minor number, and
some new ioctls.  Here's a patch that Wolfgang sent me that documents
these changes.  I'll be sending it on to the proper people, but wanted
to post it here for everyone to see.

thanks,

greg k-h


diff -Nru a/Documentation/devices.txt b/Documentation/devices.txt
--- a/Documentation/devices.txt Mon Jan  7 10:11:59 2002
+++ b/Documentation/devices.txt Mon Jan  7 10:11:59 2002
@@ -2180,6 +2180,9 @@
                    ...
                 63 = /dev/usb/scanner15 16th USB scanner
                 64 = /dev/usb/rio500   Diamond Rio 500
+                80 = /dev/usb/auer0    1st auerswald ISDN device
+                   ...
+                95 = /dev/usb/auer15   16th auerswald ISDN device
 
 181 char       Conrad Electronic parallel port radio clocks
                  0 = /dev/pcfclock0    First Conrad radio clock
diff -Nru a/Documentation/ioctl-number.txt b/Documentation/ioctl-number.txt
--- a/Documentation/ioctl-number.txt    Mon Jan  7 10:11:58 2002
+++ b/Documentation/ioctl-number.txt    Mon Jan  7 10:11:58 2002
@@ -101,7 +101,8 @@
 'S'    82-FF   scsi/scsi.h             conflict!
 'T'    all     linux/soundcard.h       conflict!
 'T'    all     asm-i386/ioctls.h       conflict!
-'U'    all     linux/drivers/usb/usb.h
+'U'    00-EF   linux/drivers/usb/usb.h
+'U'    F0-FF   drivers/usb/auerswald.c
 'V'    all     linux/vt.h
 'W'    00-1F   linux/watchdog.h        conflict!
 'W'    00-1F   linux/wanrouter.h       conflict!

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to