diff options
| author | Steven Haigh <netwiz@crc.id.au> | 2006-08-09 07:42:06 +1000 | 
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-09-27 11:58:59 -0700 | 
| commit | 03270634e242dd10cc8569d31a00659d25b2b8e7 (patch) | |
| tree | 8f4665eb7b17386e733fcdc7d02e87c4a1592550 /Documentation | |
| parent | 8ac283ad415358f022498887811c35ac656b5222 (diff) | |
| download | linux-03270634e242dd10cc8569d31a00659d25b2b8e7.tar.bz2 | |
USB: Add ADU support for Ontrak ADU devices
This patch adds support for Ontrak ADU USB devices.
Fixed for printk issues by Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Steven Haigh <netwiz@crc.id.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/devices.txt | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devices.txt b/Documentation/devices.txt index 66c725f530f3..addc67b1d770 100644 --- a/Documentation/devices.txt +++ b/Documentation/devices.txt @@ -2543,6 +2543,9 @@ Your cooperation is appreciated.  		 64 = /dev/usb/rio500	Diamond Rio 500  		 65 = /dev/usb/usblcd	USBLCD Interface (info@usblcd.de)  		 66 = /dev/usb/cpad0	Synaptics cPad (mouse/LCD) +		 67 = /dev/usb/adutux0	1st Ontrak ADU device +		    ... +		 76 = /dev/usb/adutux10	10th Ontrak ADU device  		 96 = /dev/usb/hiddev0	1st USB HID device  		    ...  		111 = /dev/usb/hiddev15	16th USB HID device  |