aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-11Input: xpad - handle all variations of Mad Catz Beat PadYuri Khan3-0/+5
2012-07-10Input: bcm5974 - Add support for 2012 MacBook Pro RetinaHenrik Rydberg1-0/+20
2012-07-10HID: add support for 2012 MacBook Pro RetinaRyan Bourgeois3-0/+15
2012-07-04Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen17-23/+34
2012-06-28Input: wacom - don't retrieve touch_max when it is predefinedPing Cheng1-1/+3
2012-06-28Input: wacom - fix retrieving touch_max bugPing Cheng1-1/+1
2012-05-24Merge branch 'next' into for-linusDmitry Torokhov4603-177803/+332126
2012-05-24Input: matrix-keymap - fix building keymapsDmitry Torokhov1-1/+1
2012-05-10Input: spear-keyboard - add device tree bindingsViresh Kumar1-15/+56
2012-05-10Input: matrix-keymap - wire up device tree supportDmitry Torokhov2-101/+130
2012-05-10Input: matrix-keymap - uninline and prepare for device tree supportDmitry Torokhov21-177/+259
2012-05-10Input: adp5588 - add support for gpio namesJean-François Dagenais1-0/+1
2012-05-10Input: omap-keypad - dynamically handle register offsetsPoddar, Sourav2-28/+94
2012-05-10Input: synaptics - fix compile warningJJ Ding1-10/+10
2012-05-10Input: ALPS - switch to using input_mt_report_finger_countDmitry Torokhov1-8/+2
2012-05-10Input: ALPS - add semi-MT support for v4 protocolGeorge Pantalos2-6/+75
2012-05-10Input: Add Synaptics NavPoint (PXA27x SSP/SPI) driverPaul Parsons3-0/+382
2012-05-10Input: atmel_mxt_ts - dump each message on just 1 lineDaniel Kurtz1-9/+5
2012-05-10Input: atmel_mxt_ts - do not read extra (checksum) byteDaniel Kurtz1-2/+0
2012-05-10Input: atmel_mxt_ts - verify object size in mxt_write_objectDaniel Kurtz1-1/+1
2012-05-10Input: atmel_mxt_ts - only allow root to update firmwareDaniel Kurtz1-2/+2
2012-05-10Input: atmel_mxt_ts - use CONFIG_PM_SLEEPDaniel Kurtz1-8/+3
2012-05-10Input: sentelic - report device's production serial numberTai-hwa Liang2-4/+38
2012-05-10Input: tl6040-vibra - Device Tree supportPeter Ujfalusi1-11/+35
2012-05-02Input: evdev - properly handle read/write with count 0Dmitry Torokhov1-23/+38
2012-05-02Input: evdev - properly access RCU-protected 'grab' dataDmitry Torokhov1-3/+5
2012-05-02Input: mpu3050 - set IRQF_ONESHOT when requesting the interruptStephen Warren1-1/+1
2012-05-02Input: serio_raw - signal EFAULT even if read/write partially succeedsDmitry Torokhov1-15/+18
2012-05-02Input: wacom - use dev_xxx() instead of naked printk()s and dbg()sDmitry Torokhov2-17/+27
2012-05-02Input: wacom - return proper error if usb_get_extra_descriptor() failsDmitry Torokhov1-5/+6
2012-05-02Input: wacom - fix sparse warningDmitry Torokhov1-2/+2
2012-04-29Input: add support for DA9052/53 touch screen controllerAshish Jangam3-0/+388
2012-04-29Input: usbtouchscreen - only expose e2i configure option in expert modeShawn Landden1-1/+2
2012-04-29Input: usbtouchscreen - fix typoShawn Landden1-1/+1
2012-04-29Input: wacom - add 0xE5 (MT device) supportPing Cheng4-45/+157
2012-04-29Input: wacom - retrieve maximum number of touch pointsPing Cheng3-24/+65
2012-04-23Input: aiptek - adjust error-handling code labelJulia Lawall1-1/+1
2012-04-23Input: lpc32xx_ts - fix device tree compatible stringRoland Stigge1-1/+1
2012-04-23Input: atkbd - fix language in a printed messageJesper Juhl1-1/+1
2012-04-21Input: use module_pci_driverAxel Lin3-39/+5
2012-04-21Merge commit 'v3.4-rc4' into nextDmitry Torokhov4522-176581/+329473
2012-04-21Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-14/+13
2012-04-21Merge tag 'mmc-fixes-for-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds9-80/+85
2012-04-21Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds7-10/+69
2012-04-21Merge tag 'mfd-for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds8-137/+121
2012-04-20Input: serio_raw - ensure we don't block in non-blocking readDmitry Torokhov1-18/+25
2012-04-20Input: tc3589x-keypad - remove unnecessary checksDmitry Torokhov1-13/+9
2012-04-20Input: cma3000-d0x - remove unneeded checksDmitry Torokhov1-1/+1
2012-04-20Input: matrix-keypad - undo GPIO setup if input_register_device failsDmitry Torokhov1-23/+30
2012-04-20Input: matrix-keypad - allocate keycodes with keypad structureDmitry Torokhov1-13/+10