aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-10Input: tsdev - fix broken usec-to-millisecs conversionAndrew Morton1-1/+1
2007-07-10Input: pxa27x_keyboard - fix compile errorMike Rapoport1-1/+1
2007-07-10Input: serio_raw - shut up errorneous warningAndrew Morton1-1/+1
2007-07-10Input: atkbd - change mapping for e032 from KEY_WWW to KEY_HOMEPAGEHans de Goede1-2/+2
2007-07-10Input: usbtouchscreen - add support for IRTOUCHSYSTEMS touchscreensOndrej Zary2-0/+39
2007-07-10Input: xpad - fix report for dpad and inverted Y and RY axes on xbox 360Dmitry Torokhov1-20/+20
2007-07-10Input: xpad - make xpad_play_effect() staticAdrian Bunk1-1/+2
2007-07-10Input: xpad - fix check for succesful usb_buffer_allocJan Kratochvil1-1/+1
2007-07-10Input: grip-mp - use ARRAY_SIZEAndi Drebes1-2/+2
2007-07-10Input: wacom - add support for the new Bamboo tabletsPing Cheng4-9/+53
2007-07-10Input: add gpio-mouse driverHans-Christian Egtvedt3-0/+213
2007-07-10Input: convert from class devices to standard devicesDmitry Torokhov5-299/+335
2007-07-10Input: wistron - add support for querying/changing keymapDmitry Torokhov1-34/+87
2007-07-10Input: wistron - convert to use input-polldevDmitry Torokhov2-99/+102
2007-07-10Input: wistron - add LED supportEric Piel2-2/+91
2007-07-10Input: wriston - reduce polling frequencyEric Piel1-4/+14
2007-07-10Input: aiptek - update driver versionRene van Paassen1-2/+2
2007-07-10Input: aiptek - rework the function key codeRene van Paassen1-51/+46
2007-07-10Input: aiptek - tolerate newlines in sysfs filesRene van Paassen1-1/+4
2007-07-10Input: aiptek - correct the tool switching codeRene van Paassen1-42/+52
2007-07-10Input: aiptek - use only absolute misc reportsRene van Paassen1-1/+4
2007-07-10Input: aiptek - put sensible warnings in probeRene van Paassen1-6/+22
2007-07-10Input: aiptek - use set_bit instead of bitwise orRene van Paassen1-8/+20
2007-07-10Input: aiptek - fix relative mode parsingMark Vytlacil1-5/+7
2007-07-10Input: aiptek - fixed mouse button definesRene van Paassen1-3/+3
2007-07-10Input: aiptek - correct the proximity and validity checksRene van Paassen1-8/+8
2007-07-10Input: aiptek - correct documentation on reportsRene van Paassen1-2/+2
2007-07-10Input: aiptek - use array to list all buttonsDmitry Torokhov1-17/+12
2007-07-10Input: aiptek - kill aiptek_convert_from_2s_complement()Dmitry Torokhov1-22/+2
2007-07-10Input: aiptek - use maps in attributesDmitry Torokhov1-224/+138
2007-07-10Input: aiptek - do not check for NULL in attribute methodsDmitry Torokhov1-101/+0
2007-07-10Input: aiptek - use attribute groupDmitry Torokhov1-69/+40
2007-07-10Input: aiptek - remove vendor and product attributes from sysfsDmitry Torokhov1-73/+0
2007-07-10Input: aiptek - do not try to export associated event deviceDmitry Torokhov1-42/+0
2007-07-10Input: psmouse - add support for Cortron PS/2 TrackballsAristeu Rozanski2-0/+30
2007-07-10Input: xpad - add Xbox360 gamepad rumble supportJan Kratochvil2-4/+128
2007-07-10Input: xpad - add support for Xbox 360 gamepadJan Kratochvil1-34/+117
2007-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-17/+43
2007-06-29Input: serio - take drv_mutex in serio_cleanup()Dmitry Torokhov1-0/+2
2007-06-28Input: atkbd - use printk_ratelimit for spurious ACK messagesQi Yong1-3/+4
2007-06-28Input: atkbd - throttle LED switchingDmitry Torokhov1-14/+26
2007-06-28Input: i8042 - add HP Pavilion ZT1000 to the MUX blacklistDmitry Torokhov1-0/+11
2007-06-20x86_64: Quieten Atari keyboard warnings in KconfigAndi Kleen1-0/+3
2007-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds7-34/+54
2007-06-13Input: move input-polldev to drivers/inputDmitry Torokhov5-12/+14
2007-06-12Input: i8042 - add ULI EV4873 to noloop listDmitry Torokhov1-0/+9
2007-06-12Input: i8042 - add ASUS P65UP5 to the noloop listDmitry Torokhov1-0/+9
2007-06-12Input: usbtouchscreen - fix fallout caused by move from drivers/usbOndrej Zary1-22/+22
2007-06-07Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-3/+3
2007-06-05[ARM] pxa: fix pxa27x keyboard driverRussell King1-3/+3