diff options
author | Eric Miao <eric.y.miao@gmail.com> | 2010-02-08 02:10:05 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-02-11 01:58:03 -0500 |
commit | 74e7e725e4766a2045708d274d4d07cd4fae8adc (patch) | |
tree | c1c491f93cc04f059c8afe59f2cb4ed5928a5b0d /Documentation/feature-removal-schedule.txt | |
parent | 9e3af04f8787315f63f55b191bb9a06741dbf183 (diff) |
Input: mark {corgi,spitz,tosa}kbd drivers deprecated
Provided that now keyboards on these devices are fully supported by
generic GPIO based matrix keypad driver, mark these hardcoded and
difficult to maintain drivers as deprecated.
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 0a46833c1b76..f8dc4d92e114 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -542,3 +542,14 @@ Why: Duplicate functionality with the gspca_zc3xx driver, zc0301 only | |||
542 | sensors) wich are also supported by the gspca_zc3xx driver | 542 | sensors) wich are also supported by the gspca_zc3xx driver |
543 | (which supports 53 USB-ID's in total) | 543 | (which supports 53 USB-ID's in total) |
544 | Who: Hans de Goede <hdegoede@redhat.com> | 544 | Who: Hans de Goede <hdegoede@redhat.com> |
545 | |||
546 | ---------------------------- | ||
547 | |||
548 | What: corgikbd, spitzkbd, tosakbd driver | ||
549 | When: 2.6.35 | ||
550 | Files: drivers/input/keyboard/{corgi,spitz,tosa}kbd.c | ||
551 | Why: We now have a generic GPIO based matrix keyboard driver that | ||
552 | are fully capable of handling all the keys on these devices. | ||
553 | The original drivers manipulate the GPIO registers directly | ||
554 | and so are difficult to maintain. | ||
555 | Who: Eric Miao <eric.y.miao@gmail.com> | ||