alistair23-linux/drivers/s390
Martin Schwidefsky 1fcbba3d65 s390/3270: fix minor_start issue
The 3270 device nodes 227/0 and 228/0 are special. 227/0 is never used,
and 228/0 is used to redirect full screen applications from /dev/3270/tub
to the real device node of the 3270 terminal.
To keep the device names /dev/3270/tty<x> consistent with the minor number
the device driver sets minor_start to 0 and skips minor 0. That makes the
tty index equivalent to the minor number. But doing so seems to causes
problems with init scripts.
A better solution is to set minor_start to the correct value of 1 and
set name_base to 1 as well. tty_register_device will then automatically
create the correct tty name.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2013-03-21 13:35:39 +01:00
..
block s390/scm_blk: fix error return code in scm_blk_init() 2013-03-21 13:35:38 +01:00
char s390/3270: fix minor_start issue 2013-03-21 13:35:39 +01:00
cio s390/scm: process availability 2013-03-07 09:52:24 +01:00
crypto s390/irq: remove split irq fields from /proc/stat 2013-01-08 10:57:07 +01:00
kvm All trivial, thanks to the stuff which didn't quite make it time. 2013-02-26 14:49:12 -08:00
net qeth: Fix scatter-gather regression 2013-03-19 10:09:40 -04:00
scsi s390/time: rename tod clock access functions 2013-02-14 15:55:10 +01:00
Makefile