diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-11 14:50:24 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-11 14:50:24 -0500 |
commit | d68798374bcf5cd4a19105b86d96121651b3c8cb (patch) | |
tree | 5e7432adf2b61f1497a4c3138c969e8664c54b6e /Documentation | |
parent | 412ecd7751a2653ab17df39a1dc3565a548633fd (diff) | |
parent | 2a598df595d33be0f12e37ef5df75eff13511d07 (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
Input: remove scan_keyb driver
Input: i8042 - fix AUX IRQ delivery check
Input: wistron - add support for Fujitsu-Siemens Amilo D88x0
Input: inport - use correct config option for ATIXL
Input: HIL - handle erros from input_register_device()
Input: tsdev - schedule removal
Input: add Atlas button driver
Input: ads7846 - be more compatible with the hwmon framework
Input: ads7846 - detect pen up from GPIO state
Input: ads7846 - select correct SPI mode
Input: ads7846 - switch to using hrtimer
Input: ads7846 - optionally leave Vref on during differential measurements
Input: ads7846 - pluggable filtering logic
Input: gpio-keys - keyboard driver for GPIO buttons
Input: hid-ff - add support for Logitech Momo racing wheel
Input: i8042 - really suppress ACK/NAK during panic blink
Input: pc110pad - return proper error
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 8247a4b79d09..c585aa8d62b4 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -319,3 +319,18 @@ Why: In kernel tree version of driver is unmaintained. Sk98lin driver | |||
319 | replaced by the skge driver. | 319 | replaced by the skge driver. |
320 | Who: Stephen Hemminger <shemminger@osdl.org> | 320 | Who: Stephen Hemminger <shemminger@osdl.org> |
321 | 321 | ||
322 | --------------------------- | ||
323 | |||
324 | What: Compaq touchscreen device emulation | ||
325 | When: Oct 2007 | ||
326 | Files: drivers/input/tsdev.c | ||
327 | Why: The code says it was obsolete when it was written in 2001. | ||
328 | tslib is a userspace library which does anything tsdev can do and | ||
329 | much more besides in userspace where this code belongs. There is no | ||
330 | longer any need for tsdev and applications should have converted to | ||
331 | use tslib by now. | ||
332 | The name "tsdev" is also extremely confusing and lots of people have | ||
333 | it loaded when they don't need/use it. | ||
334 | Who: Richard Purdie <rpurdie@rpsys.net> | ||
335 | |||
336 | --------------------------- | ||