Re: [PATCH] Remove logic error in /Documentation/devices.txt



Please CC: me, I'm not subscribed to the LKML.

Thanks,
Marcus



Am Samstag, den 30.09.2006, 00:22 +0200 schrieb Marcus Fischer:
commit 51f3fe947923f6e775031cc1d538de6cf06ec77d
Author: Marcus Fischer <linux@xxxxxxxxxxxxxxxxx>
Date: Fri Sep 29 23:50:01 2006 +0200

I found an logic error in the following commit:

author Steven Haigh <netwiz@xxxxxxxxx>
Tue, 8 Aug 2006 21:42:06 +0000 (07:42 +1000)
committer Greg Kroah-Hartman <gregkh@xxxxxxx>
Wed, 27 Sep 2006 18:58:59 +0000 (11:58 -0700)
commit 03270634e242dd10cc8569d31a00659d25b2b8e7
tree 8f4665eb7b17386e733fcdc7d02e87c4a1592550
parent 8ac283ad415358f022498887811c35ac656b5222

Documentation/devices.txt may either say ../adutux10 11th Ontrack
ADU device
or ../adutux9 10th Ontrack ADU device.

Anyway, the original one makes no sense.

+ 67 = /dev/usb/adutux0 1st Ontrak ADU device
+ ...
+ 76 = /dev/usb/adutux10 10th Ontrak ADU device

This patch removes the logic error.

However, I saw that MAX_DEVICES is 16.
Thus, shouldn't this docu then say:
"81 = /dev/usb/adutux15 16th Ontrack ADU device" ?

CU, Marcus


Signed-off-by: Marcus Fischer <linux@xxxxxxxxxxxxxxxxx>
---

diff --git a/Documentation/devices.txt b/Documentation/devices.txt
index addc67b..37efae8 100644
--- a/Documentation/devices.txt
+++ b/Documentation/devices.txt
@@ -2545,7 +2545,7 @@ Your cooperation is appreciated.
66 = /dev/usb/cpad0 Synaptics cPad (mouse/LCD)
67 = /dev/usb/adutux0 1st Ontrak ADU device
...
- 76 = /dev/usb/adutux10 10th Ontrak ADU device
+ 76 = /dev/usb/adutux9 10th Ontrak ADU device
96 = /dev/usb/hiddev0 1st USB HID device
...
111 = /dev/usb/hiddev15 16th USB HID device



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages

  • Re: Linux 2.6.16.58
    ... pointing to latest tag instead of latest commit. ... also present in my local tree, I'm certain that it remained there ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)
  • Re: quicklists confuse meminfo
    ... A Google query for the commit ID returned only one ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)
  • Re: nfs4 hang regression
    ... AFAIK it is fixed - commit 3d39c691ff486142dd9aaeac12f553f4476b7a62 ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)
  • Re: 2.6.19-git3 panics on boot - ata_piix/PCI related [still in -git17]
    ... I'm also hitting this running at commit: ... I have 2 identical systems with one difference, one has a DVD ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)
  • [PATCH 3/3] libata: replace ATA_FLAG_{NCQ,NO_ATAPI} using ->proto_mask
    ... commit a02791c8298bc0c2202a49c5e781ed2c68132dc8 ... * Register FIS clearing BSY */ ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
    (Linux-Kernel)