]> git.baikalelectronics.ru Git - kernel.git/commit
parisc: KittyHawk LCD fix
authorGuy Martin <gmsoft@tuxicoman.be>
Sat, 6 Nov 2010 16:24:29 +0000 (16:24 +0000)
committerKyle McMartin <kyle@mcmartin.ca>
Sat, 4 Dec 2010 16:18:25 +0000 (11:18 -0500)
commit19ba3045e209db7c0b8d345dfdab9d8c8da31c80
tree61ecbb1e92251aa9d684584ca0367d4e92348be0
parent88bbe3e927cca1dd71554cd9de5d1605fe333728
parisc: KittyHawk LCD fix

K class aka KittyHawk don't have LED support on their LCD. Installing
HP-UX confirmed this. The current led_wq fills the LCD with black
characters each time it runs.

The patch prevents the led_wq workqueue and its proc entry to be
created for KittyHawk machines.

It also increase min_cmd_delay as currently, one character out of two
is lost when a string is sent to the LCD.

Signed-off-by: Guy Martin <gmsoft@tuxicoman.be>
Signed-off-by: Kyle McMartin <kyle@mcmartin.c>
drivers/parisc/led.c