diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2009-04-07 16:48:35 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-07 08:44:05 -0700 |
commit | 05b363020decda179b51350bb9199a0c2ce3ef42 (patch) | |
tree | 924c57681087130e47bcf75f881b4fafe407ce10 /Documentation/devices.txt | |
parent | 0c212603981abb9bb8fe4ed1eec521dc18be02b9 (diff) | |
download | linux-3.10-05b363020decda179b51350bb9199a0c2ce3ef42.tar.gz linux-3.10-05b363020decda179b51350bb9199a0c2ce3ef42.tar.bz2 linux-3.10-05b363020decda179b51350bb9199a0c2ce3ef42.zip |
lanana: assign a device name and numbering for MAX3100
This is a low density serial port so needs a real major/minor
Signed-off-by: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/devices.txt')
-rw-r--r-- | Documentation/devices.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devices.txt b/Documentation/devices.txt index 4d70df63d1d..53d64d38234 100644 --- a/Documentation/devices.txt +++ b/Documentation/devices.txt @@ -2797,6 +2797,10 @@ Your cooperation is appreciated. 206 = /dev/ttySC1 SC26xx serial port 1 207 = /dev/ttySC2 SC26xx serial port 2 208 = /dev/ttySC3 SC26xx serial port 3 + 209 = /dev/ttyMAX0 MAX3100 serial port 0 + 210 = /dev/ttyMAX1 MAX3100 serial port 1 + 211 = /dev/ttyMAX2 MAX3100 serial port 2 + 212 = /dev/ttyMAX3 MAX3100 serial port 3 205 char Low-density serial ports (alternate device) 0 = /dev/culu0 Callout device for ttyLU0 |