- 10 May, 2007 2 commits
-
-
Frederik Deweerdt authored
drivers/input/misc/ixp4xx-beeper.c: In function 'ixp4xx_spkr_event': drivers/input/misc/ixp4xx-beeper.c:54: error: 'input_dev' undeclared (first use in this function) drivers/input/misc/ixp4xx-beeper.c:54: error: (Each undeclared identifier is reported only once drivers/input/misc/ixp4xx-beeper.c:54: error: for each function it appears in.) Signed-off-by:
Frederik Deweerdt <frederik.deweerdt@gmail.com> Acked-by:
Dmitry Torokhov <dtor@mail.ru> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
Martin Schwidefsky authored
Disable some more menus in the configuration files that are of no interest to a s390 machine. Signed-off-by:
Martin Schwidefsky <schwidefsky@de.ibm.com>
-
- 08 May, 2007 1 commit
-
-
Randy Dunlap authored
Remove includes of <linux/smp_lock.h> where it is not used/needed. Suggested by Al Viro. Builds cleanly on x86_64, i386, alpha, ia64, powerpc, sparc, sparc64, and arm (all 59 defconfigs). Signed-off-by:
Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
- 07 May, 2007 6 commits
-
-
Dmitry Torokhov authored
This will allow concentrating all input devices in one place in {menu|x|q}config. Signed-off-by:
Dmitry Torokhov <dtor@mail.ru> Acked-by:
Greg Kroah-Hartman <gregkh@suse.de>
-
Dmitry Torokhov authored
This will allow concentrating all input devices in one place in {menu|x|q}config. Signed-off-by:
Dmitry Torokhov <dtor@mail.ru> Acked-by:
Greg Kroah-Hartman <gregkh@suse.de>
-
Dmitry Torokhov authored
This will allow concentrating all input devices in one place in {menu|x|q}config. Signed-off-by:
Dmitry Torokhov <dtor@mail.ru> Acked-by:
Greg Kroah-Hartman <gregkh@suse.de>
-
Dmitry Torokhov authored
This will allow concentrating all input devices in one place in {menu|x|q}config. Signed-off-by:
Dmitry Torokhov <dtor@mail.ru> Acked-by:
Greg Kroah-Hartman <gregkh@suse.de>
-
Dmitry Torokhov authored
This will allow concentrating all input devices in one place in {menu|x|q}config. Signed-off-by:
Dmitry Torokhov <dtor@mail.ru> Acked-by:
Greg Kroah-Hartman <gregkh@suse.de>
-
Roland Scheidegger authored
The i8042 driver fails detection of the AUX port with some chips, because they apparently do not change the I8042_CTR_AUXDIS bit immediately. This is known to affect at least HP500/HP510 notebooks, consequently the built-in touchpad will not work. The patch will simply reread the value until it gets the expected value or a retry limit is hit, without touching other workaround code in the same area. Signed-off-by:
Roland Scheidegger <sroland@tungstengraphics.com> Signed-off-by:
Dmitry Torokhov <dtor@mail.ru>
-
- 06 May, 2007 1 commit
-
-
Kristoffer Ericson authored
Trivial compilation fixes for the hp6xx drivers. Signed-off-by:
Kristoffer Ericson <Kristoffer_e1@hotmail.com> Signed-off-by:
Paul Mundt <lethal@linux-sh.org>
-
- 04 May, 2007 2 commits
-
-
Geert Uytterhoeven authored
hilkbd: Kill compiler warning and fix comment dyslexia Signed-off-by:
Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
Michael Schmitz authored
Atari keyboard and mouse support. (reformating and Kconfig fixes by Roman Zippel) Signed-off-by:
Michael Schmitz <schmitz@debian.org> Signed-off-by:
Roman Zippel <zippel@linux-m68k.org> Signed-off-by:
Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
- 02 May, 2007 7 commits
-
-
Dmitry Torokhov authored
Signed-off-by:
Dmitry Torokhov <dtor@mail.ru>
-
Dmitry Torokhov authored
On many laptops (Compaq, HP) the touchpad is so slow responding to reset that keyboard controller times out. The device is reset nonetheless and works fine. Kill the "synaptics reset failed" error; if device is not working then other parts of synaptics_query_hardware() will fail anyway. Signed-off-by:
Dmitry Torokhov <dtor@mail.ru>
-
Mike Frysinger authored
uinput.h relies on structures found in input.h, so pull in the header Signed-off-by:
Mike Frysinger <vapier@gentoo.org> Signed-off-by:
Dmitry Torokhov <dtor@mail.ru>
-
Dmitry Torokhov authored
Signed-off-by:
Dmitry Torokhov <dtor@mail.ru>
-
Dmitry Torokhov authored
Fix various issues pointed by sparse: - module_param_array_named() takes unsigned int as number of parameters argument - shadowing of global variables is not healthy. I think there was once a bug in db9 caused by it. Signed-off-by:
Dmitry Torokhov <dtor@mail.ru>
-
Dmitry Torokhov authored
Make sure that requested effect id is not out of range for the device and that effect is present before requesting device to play it. Reported-by:
Jan Kratochvil <honza@jikos.cz> Signed-off-by:
Dmitry Torokhov <dtor@mail.ru>
-
Greg Kroah-Hartman authored
We need to work on cleaning up the relationship between kobjects, ksets and ktypes. The removal of 'struct subsystem' is the first step of this, especially as it is not really needed at all. Thanks to Kay for fixing the bugs in this patch. Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
-
- 30 Apr, 2007 1 commit
-
-
Roman Moravcik authored
Signed-off-by:
Roman Moravcik <roman.moravcik@gmail.com> Signed-off-by:
Paul Sokolovsky <pmiscml@gmail.com> Signed-off-by:
Dmitry Torokhov <dtor@mail.ru>
-
- 29 Apr, 2007 3 commits
-
-
Dmitry Torokhov authored
Signed-off-by:
Dmitry Torokhov <dtor@mail.ru> Acked-by:
Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
-
Dmitry Torokhov authored
input-polldev provides a skeleton for supporting simple input devices that need to be periodically scanned or polled to detect changes in their state. Signed-off-by:
Dmitry Torokhov <dtor@mail.ru>
-
Eric Piel authored
This patch fixes typo that prevented PROG2 key from working on Acer Travelmate 610. Signed-off-by:
Eric Piel <eric.piel@tremplin-utc.net> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Dmitry Torokhov <dtor@mail.ru>
-
- 27 Apr, 2007 2 commits
-
-
Dmitry Torokhov authored
The subsystem rwsem is not used by the driver core at all, so there is no point in trying to access it. Signed-off-by:
Dmitry Torokhov <dtor@mail.ru> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
-
Dmitry Torokhov authored
The subsystem rwsem is not used by the driver core at all, so there is no point in trying to access it. Signed-off-by:
Dmitry Torokhov <dtor@mail.ru> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
-
- 24 Apr, 2007 5 commits
-
-
Dmitry Torokhov authored
Add input_set_capability() helper used to indicate that an input device supports a certain event without need to manipulate bitmaps directly. Signed-off-by:
Dmitry Torokhov <dtor@mail.ru>
-
Dmitry Torokhov authored
Add PNP IDs for Fujitsu touchscreen/touchpad for AUX port detection to latch onto. Signed-off-by:
Dmitry Torokhov <dtor@mail.ru>
-
Dmitry Torokhov authored
There is no data coming from touchscreen on Panasonic CF-29 notebook unless keyboard controller is in legacy mode. Signed-off-by:
Dmitry Torokhov <dtor@mail.ru>
-
Dmitry Torokhov authored
Have lifebook protocol register 2 separate input devices - one for the touchscreen reporting absolute coordinates and touches and another one for touchpad reporting relative coordinates and left and right button presses. Signed-off-by:
Dmitry Torokhov <dtor@mail.ru>
-
Dmitry Torokhov authored
Signed-off-by:
Dmitry Torokhov <dtor@mail.ru>
-
- 11 Apr, 2007 10 commits
-
-
Dmitry Torokhov authored
It appears that if we turn on 6-byte Lifebook protocol on Panasonic CF-28 its touchpad is left alone and generates standard 3-byte PS/2 data stream with relative packets instead of being converted in 3-byte Lifebook protocol with absolute coordinates - in other words what get what we need to distinguish between touchscreen and touchpad. Signed-off-by:
Dmitry Torokhov <dtor@mail.ru>
-
Dmitry Torokhov authored
Panasonic CF18 has an active multiplexing controller with touchscreen connected to one port and a touchpad to another. Use "phys" from serio port to activate lifebook protoocol only on the port that has touchscreen connected to it. Signed-off-by:
Dmitry Torokhov <dtor@mail.ru>
-
Dmitry Torokhov authored
Create platform device for cobalt buttons as part of arch setup. This makes the driver follow current driver model more closely. Signed-off-by:
Dmitry Torokhov <dtor@mail.ru> Acked-by:
Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
-
Thomas Gleixner authored
IRQF_DISABLED is the proper name. Signed-off-by:
Thomas Gleixner <tglx@linutronix.de> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Dmitry Torokhov <dtor@mail.ru>
-
Cliff Brake authored
This patch adds module parameters for several timing values used in the driver. These values can vary based on the hardware design and how much capacitive filtering there is on the touch panel inputs, and the resistance of the panel. Signed-off-by:
Cliff Brake <cbrake@bec-systems.com> Signed-off-by:
Dmitry Torokhov <dtor@mail.ru>
-
Dmitry Torokhov authored
In preparation for struct class_device -> struct device input core conversion, switch to using input_dev->dev.parent when specifying device position in sysfs tree. Signed-off-by:
Dmitry Torokhov <dtor@mail.ru>
-
Dmitry Torokhov authored
In preparation for struct class_device -> struct device input core conversion, switch to using input_dev->dev.parent when specifying device position in sysfs tree. Signed-off-by:
Dmitry Torokhov <dtor@mail.ru>
-
Dmitry Torokhov authored
In preparation for struct class_device -> struct device input core conversion, switch to using input_dev->dev.parent when specifying device position in sysfs tree. Signed-off-by:
Dmitry Torokhov <dtor@mail.ru>
-
Dmitry Torokhov authored
In preparation for struct class_device -> struct device input core conversion, switch to using input_dev->dev.parent when specifying device position in sysfs tree. Signed-off-by:
Dmitry Torokhov <dtor@mail.ru>
-
Dmitry Torokhov authored
In preparation for struct class_device -> struct device input core conversion, switch to using input_dev->dev.parent when specifying device position in sysfs tree. Signed-off-by:
Dmitry Torokhov <dtor@mail.ru>
-