Files
linux/drivers
Alan Cox 079c9534a9 vt:tackle kbd_table
Keyboard struct lifetime is easy, but the locking is not and is completely
ignored by the existing code. Tackle this one head on

- Make the kbd_table private so we can run down all direct users
- Hoick the relevant ioctl handlers into the keyboard layer
- Lock them with the keyboard lock so they don't change mid keypress
- Add helpers for things like console stop/start so we isolate the poking
  around properly
- Tweak the braille console so it still builds

There are a couple of FIXME locking cases left for ioctls that are so hideous
they should be addressed in a later patch. After this patch the kbd_table is
private and all the keyboard jiggery pokery is in one place.

This update fixes speakup and also a memory leak in the original.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-03-08 10:50:35 -08:00
..
2012-03-08 10:50:35 -08:00
2012-03-08 10:45:55 -08:00
2012-02-02 14:00:43 +05:30
2012-01-20 08:24:22 -08:00
2012-01-14 15:07:24 -08:00
2012-02-02 15:09:47 -08:00
2012-02-10 10:25:27 -08:00
2012-02-10 10:25:27 -08:00
2012-01-23 08:44:53 -08:00
2012-03-08 10:50:35 -08:00
2012-03-08 10:50:35 -08:00
2012-02-10 10:25:27 -08:00
2012-01-13 10:12:23 -08:00
2012-01-11 23:58:47 -05:00