aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-01Input: evdev - fix variable initialisationHeiko Stübner1-1/+1
2012-01-10Input: bcm5974 - set BUTTONPAD propertyJussi Pakkanen1-0/+3
2012-01-10Input: serio_raw - return proper result when serio_raw_write failsDmitry Torokhov1-1/+1
2012-01-10Input: serio_raw - really signal HUP upon disconnectDmitry Torokhov1-2/+2
2012-01-10Input: serio_raw - remove stray semicolonChe-Liang Chiou1-1/+1
2012-01-10Input: revert some over-zealous conversions to module_platform_driver()Dmitry Torokhov8-10/+102
2012-01-04Input: tc3589x-keypad - add missing kerneldocNaga Radhesh1-0/+2
2012-01-04Input: ucb1400-ts - switch to using dev_xxx() for diagnostic messagesDmitry Torokhov1-8/+9
2012-01-04Input: ucb1400_ts - convert to threaded IRQDmitry Torokhov2-126/+115
2012-01-04Input: ucb1400_ts - drop inline annotationsDmitry Torokhov1-9/+9
2012-01-04Input: usb1400_ts - add __devinit/__devexit section annotationsDmitry Torokhov1-5/+5
2012-01-04Input: ucb1400_ts - set driver ownerDmitry Torokhov1-0/+1
2012-01-04Input: ucb1400_ts - convert to use dev_pm_opsDmitry Torokhov1-6/+6
2011-12-30Input: psmouse - make sure we do not use stale methodsDmitry Torokhov1-69/+124
2011-12-30Input: evdev - do not block waiting for an event if fd is nonblockDima Zavin1-8/+7
2011-12-30Input: evdev - if no events and non-block, return EAGAIN not 0Dima Zavin1-0/+3
2011-12-30Input: evdev - only allow reading events if a full packet is presentDima Zavin1-1/+1
2011-12-30Input: add driver for pixcir i2c touchscreensJianchun Bian4-0/+262
2011-12-30Input: samsung-keypad - implement runtime power management supportMark Brown1-7/+80
2011-12-30Input: tegra-kbc - report wakeup key for some platformsRakesh Iyer2-3/+25
2011-12-30Input: tegra-kbc - add device tree bindingsOlof Johansson2-8/+102
2011-12-29Input: sentelic - fix retrieving number of buttonsTai-hwa Liang2-3/+4
2011-12-27Input: add driver for AUO In-Cell touchscreens using pixcir ICsHeiko Stübner4-0/+722
2011-12-24Input: mpu3050 - configure the sampling methodHeikki Krogerus1-5/+103
2011-12-24Input: mpu3050 - ensure we enable interruptsHeikki Krogerus1-1/+12
2011-12-24Input: mpu3050 - add of_match table for device-tree probingOlof Johansson1-0/+7
2011-12-23Input: sentelic - release mutex upon register write failureTai-hwa Liang1-2/+2
2011-12-23Input: sentelic - document the latest hardwareTai-hwa Liang1-31/+333
2011-12-12Input: wacom - add LED support for Cintiq 24HDJason Gerecke2-9/+13
2011-12-12Input: wacom - add support for Cintiq 24HDJason Gerecke2-1/+77
2011-12-12Input: synaptics - fix touchpad not working after S2R on Vostro V13Dmitry Torokhov1-0/+11
2011-12-12Input: add driver for Sharp gp2ap002a00f proximity sensorCourtney Cavin4-1/+334
2011-12-12Input: keyboard - staticise non-exported symbolsAxel Lin2-2/+2
2011-12-12Input: mc13783-pwrbutton - convert to use module_platform_driver()Axel Lin1-12/+2
2011-12-12Input: migor-ts - rework probe() to simplify error pathDmitry Torokhov1-25/+18
2011-12-12Input: migor-ts - use proper client data accessor functionsDmitry Torokhov1-5/+4
2011-12-12Input: migor-ts - convert to a threaded IRQDmitry Torokhov1-41/+24
2011-12-12Input: cma3000_d0x - fix signedness bug in cma3000_thread_irq()Xi Wang1-2/+2
2011-12-12Input: wacom - add product id used by Samsung Slate 7Chris Bagwell1-0/+4
2011-11-30Input: htcpen - switch to DMI-based autoloadingDmitry Torokhov1-6/+1
2011-11-30Input: ad7879-i2c - use swapped variant of i2c_smbus_read_word_dataJonathan Cameron1-2/+2
2011-11-30Input: touchscreen - use macro module_platform_driver()JJ Ding18-228/+18
2011-11-30Input: serio - use macro module_platform_driver()JJ Ding4-51/+4
2011-11-30Input: mouse - use macro module_platform_driver()JJ Ding3-39/+4
2011-11-30Input: misc - use macro module_platform_driver()JJ Ding20-247/+21
2011-11-30Input: keyboard - use macro module_platform_driver()JJ Ding26-327/+26
2011-11-30Input: add generic GPIO-tilt driverHeiko Stübner5-0/+404
2011-11-29Input: remove redundant spi driver bus initializationLars-Peter Clausen4-4/+0
2011-11-29Input: samsung-keypad - remove redundant MODULE_ALIASAxel Lin1-1/+0
2011-11-29Input: ad7879-i2c - remove redundant MODULE_ALIASAxel Lin1-1/+0