diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-15 16:41:39 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-15 16:41:39 -0400 |
commit | f2e1d89f9b349b3cd914b7c6ec6368632f4ad048 (patch) | |
tree | 5b0042924a9f9c8b3309c0be880f51795916fc28 /Documentation | |
parent | 85ffdd28be04c324349dfc7c9de3d4342c885c3f (diff) | |
parent | 82ba56c273911f7eda79849cfa0fc2d2e5a3b75b (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: (40 commits)
Input: use full RCU API
Input: remove tsdev interface
Input: add support for Blackfin BF54x Keypad controller
Input: appletouch - another fix for idle reset logic
HWMON: hdaps - switch to using input-polldev
Input: add support for SEGA Dreamcast keyboard
Input: omap-keyboard - don't pretend we support changing keymap
Input: lifebook - fix X and Y axis range
Input: usbtouchscreen - add support for GeneralTouch devices
Input: fix open count handling in input interfaces
Input: keyboard - add CapsShift lock
Input: adbhid - produce all CapsLock key events
Input: ALPS - add signature for ThinkPad R61
Input: jornada720_kbd - send MSC_SCAN events
Input: add support for the HP Jornada 7xx (710/720/728) touchscreen
Input: add support for HP Jornada 7xx onboard keyboard
Input: add support for HP Jornada onboard keyboard (HP6XX)
Input: ucb1400_ts - use schedule_timeout_uninterruptible
Input: xpad - fix dependancy on LEDS class
Input: auto-select INPUT for MAC_EMUMOUSEBTN option
...
Resolved conflicts manually in drivers/hwmon/applesmc.c: converting from
a class device to a device and converting to use input-polldev created a
few apparently trivial clashes..
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 14 | ||||
-rw-r--r-- | Documentation/kernel-parameters.txt | 3 |
2 files changed, 0 insertions, 17 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 63df2262d41a..fb8258ebc577 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -205,20 +205,6 @@ Who: Len Brown <len.brown@intel.com> | |||
205 | 205 | ||
206 | --------------------------- | 206 | --------------------------- |
207 | 207 | ||
208 | What: Compaq touchscreen device emulation | ||
209 | When: Oct 2007 | ||
210 | Files: drivers/input/tsdev.c | ||
211 | Why: The code says it was obsolete when it was written in 2001. | ||
212 | tslib is a userspace library which does anything tsdev can do and | ||
213 | much more besides in userspace where this code belongs. There is no | ||
214 | longer any need for tsdev and applications should have converted to | ||
215 | use tslib by now. | ||
216 | The name "tsdev" is also extremely confusing and lots of people have | ||
217 | it loaded when they don't need/use it. | ||
218 | Who: Richard Purdie <rpurdie@rpsys.net> | ||
219 | |||
220 | --------------------------- | ||
221 | |||
222 | What: i2c-ixp2000, i2c-ixp4xx and scx200_i2c drivers | 208 | What: i2c-ixp2000, i2c-ixp4xx and scx200_i2c drivers |
223 | When: September 2007 | 209 | When: September 2007 |
224 | Why: Obsolete. The new i2c-gpio driver replaces all hardware-specific | 210 | Why: Obsolete. The new i2c-gpio driver replaces all hardware-specific |
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index fdd6dbcf864e..085e4a095eaa 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1890,9 +1890,6 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1890 | Format: | 1890 | Format: |
1891 | <io>,<irq>,<dma>,<dma2>,<sb_io>,<sb_irq>,<sb_dma>,<mpu_io>,<mpu_irq> | 1891 | <io>,<irq>,<dma>,<dma2>,<sb_io>,<sb_irq>,<sb_dma>,<mpu_io>,<mpu_irq> |
1892 | 1892 | ||
1893 | tsdev.xres= [TS] Horizontal screen resolution. | ||
1894 | tsdev.yres= [TS] Vertical screen resolution. | ||
1895 | |||
1896 | turbografx.map[2|3]= [HW,JOY] | 1893 | turbografx.map[2|3]= [HW,JOY] |
1897 | TurboGraFX parallel port interface | 1894 | TurboGraFX parallel port interface |
1898 | Format: | 1895 | Format: |