aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2010-09-30 08:01:22 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-22 13:21:51 -0400
commit1b62d2583963d5974974aa923214bada7aa7b5d1 (patch)
treef4b9360d875d9a943b51cf0d3e27123deb6a9ecb /Documentation
parent6bc235a2e24a5ef677daee3fd4f74f6cd643e23c (diff)
USB: yurex: assign a real minor number to the driver
This assigns the minor number 192 to the yurex driver. We also fix up the previous usb minor number entry, it was wrong. Cc: Tomoki Sekiyama <tomoki.sekiyama@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devices.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/devices.txt b/Documentation/devices.txt
index d0d1df6cb5de..3cab6b342017 100644
--- a/Documentation/devices.txt
+++ b/Documentation/devices.txt
@@ -2553,7 +2553,10 @@ Your cooperation is appreciated.
2553 175 = /dev/usb/legousbtower15 16th USB Legotower device 2553 175 = /dev/usb/legousbtower15 16th USB Legotower device
2554 176 = /dev/usb/usbtmc1 First USB TMC device 2554 176 = /dev/usb/usbtmc1 First USB TMC device
2555 ... 2555 ...
2556 192 = /dev/usb/usbtmc16 16th USB TMC device 2556 191 = /dev/usb/usbtmc16 16th USB TMC device
2557 192 = /dev/usb/yurex1 First USB Yurex device
2558 ...
2559 209 = /dev/usb/yurex16 16th USB Yurex device
2557 240 = /dev/usb/dabusb0 First daubusb device 2560 240 = /dev/usb/dabusb0 First daubusb device
2558 ... 2561 ...
2559 243 = /dev/usb/dabusb3 Fourth dabusb device 2562 243 = /dev/usb/dabusb3 Fourth dabusb device