summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorLines
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau-12/+6
2007-07-18Input: i8042 - restore control register when enabling port failsMarkus Armbruster-0/+4
2007-07-18Input: xpad - use le16_to_cpup when parsing data streamDmitry Torokhov-19/+36
2007-07-18Input: switch to using seq_list_xxx helpersPavel Emelianov-25/+4
2007-07-18Input: i8042 - give more trust to PNP data on i386Dmitry Torokhov-7/+29
2007-07-18Input: add driver for Fujitsu serial touchscreensDmitry Torokhov-0/+203
2007-07-18Input: ads7846 - re-check pendown status before reporting eventsSemih Hazar-0/+15
2007-07-18Input: ads7846 - introduce sample settling delaySemih Hazar-1/+64
2007-07-18Input: xpad - add support for leds on xbox 360 padJan Kratochvil-42/+155
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki-0/+3
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo-1/+0
2007-07-10Input: tsdev - fix broken usec-to-millisecs conversionAndrew Morton-1/+1
2007-07-10Input: pxa27x_keyboard - fix compile errorMike Rapoport-1/+1
2007-07-10Input: serio_raw - shut up errorneous warningAndrew Morton-1/+1
2007-07-10Input: atkbd - change mapping for e032 from KEY_WWW to KEY_HOMEPAGEHans de Goede-2/+2
2007-07-10Input: usbtouchscreen - add support for IRTOUCHSYSTEMS touchscreensOndrej Zary-0/+39
2007-07-10Input: xpad - fix report for dpad and inverted Y and RY axes on xbox 360Dmitry Torokhov-20/+20
2007-07-10Input: xpad - make xpad_play_effect() staticAdrian Bunk-1/+2
2007-07-10Input: xpad - fix check for succesful usb_buffer_allocJan Kratochvil-1/+1
2007-07-10Input: grip-mp - use ARRAY_SIZEAndi Drebes-2/+2
2007-07-10Input: wacom - add support for the new Bamboo tabletsPing Cheng-9/+53
2007-07-10Input: add gpio-mouse driverHans-Christian Egtvedt-0/+213
2007-07-10Input: convert from class devices to standard devicesDmitry Torokhov-299/+335
2007-07-10Input: wistron - add support for querying/changing keymapDmitry Torokhov-34/+87
2007-07-10Input: wistron - convert to use input-polldevDmitry Torokhov-99/+102
2007-07-10Input: wistron - add LED supportEric Piel-2/+91
2007-07-10Input: wriston - reduce polling frequencyEric Piel-4/+14
2007-07-10Input: aiptek - update driver versionRene van Paassen-2/+2
2007-07-10Input: aiptek - rework the function key codeRene van Paassen-51/+46
2007-07-10Input: aiptek - tolerate newlines in sysfs filesRene van Paassen-1/+4
2007-07-10Input: aiptek - correct the tool switching codeRene van Paassen-42/+52
2007-07-10Input: aiptek - use only absolute misc reportsRene van Paassen-1/+4
2007-07-10Input: aiptek - put sensible warnings in probeRene van Paassen-6/+22
2007-07-10Input: aiptek - use set_bit instead of bitwise orRene van Paassen-8/+20
2007-07-10Input: aiptek - fix relative mode parsingMark Vytlacil-5/+7
2007-07-10Input: aiptek - fixed mouse button definesRene van Paassen-3/+3
2007-07-10Input: aiptek - correct the proximity and validity checksRene van Paassen-8/+8
2007-07-10Input: aiptek - correct documentation on reportsRene van Paassen-2/+2
2007-07-10Input: aiptek - use array to list all buttonsDmitry Torokhov-17/+12
2007-07-10Input: aiptek - kill aiptek_convert_from_2s_complement()Dmitry Torokhov-22/+2
2007-07-10Input: aiptek - use maps in attributesDmitry Torokhov-224/+138
2007-07-10Input: aiptek - do not check for NULL in attribute methodsDmitry Torokhov-101/+0
2007-07-10Input: aiptek - use attribute groupDmitry Torokhov-69/+40
2007-07-10Input: aiptek - remove vendor and product attributes from sysfsDmitry Torokhov-73/+0
2007-07-10Input: aiptek - do not try to export associated event deviceDmitry Torokhov-42/+0
2007-07-10Input: psmouse - add support for Cortron PS/2 TrackballsAristeu Rozanski-0/+30
2007-07-10Input: xpad - add Xbox360 gamepad rumble supportJan Kratochvil-4/+128
2007-07-10Input: xpad - add support for Xbox 360 gamepadJan Kratochvil-34/+117
2007-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-17/+43
2007-06-29Input: serio - take drv_mutex in serio_cleanup()Dmitry Torokhov-0/+2