aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-15Input: change input handlers to use bool when possibleDmitry Torokhov4-13/+12
2010-07-15Input: introduce MT event slotsHenrik Rydberg2-43/+96
2010-07-15Input: usbtouchscreen - implement reset_resumeOliver Neukum1-32/+76
2010-07-15Input: usbtouchscreen - implement runtime power managementOliver Neukum1-3/+24
2010-07-15Input: usbtouchscreen - implement basic suspend/resumeOliver Neukum1-0/+25
2010-07-14Input: Add ATMEL QT602240 touchscreen driverJoonyoung Shim3-0/+1414
2010-07-14Input: fix signedness warning in input_set_keycode()Dmitry Torokhov1-1/+1
2010-07-14Input: Add pwm beeper driverLars-Peter Clausen3-0/+211
2010-07-13Input: xpad - remove mouse buttons and axes for dance padsChristoph Fritz1-44/+63
2010-07-13Input: atlas_btns - switch to using pr_err() and friendsDmitry Torokhov1-15/+8
2010-07-13Input: atlas_btns - fix mixing acpi_status and int for return valueAxel Lin1-8/+6
2010-07-13Input: atlas_btns - adds a missing owner field for atlas_acpi_driverAxel Lin1-0/+1
2010-07-08Input: twl4030-pwrbutton - replace __devinit with __initMarkus Lehtonen1-6/+6
2010-07-04Input: mcs - Add MCS touchkey driverJoonyoung Shim4-3/+255
2010-07-03Input: release pressed keys when resuming deviceOliver Neukum1-10/+29
2010-07-03Input: ads7846 - extend the driver for ads7845 controller supportAnatolij Gustschin1-37/+135
2010-07-03Input: ads7846 - do not allow altering platform dataDmitry Torokhov1-16/+19
2010-07-03Input: adxl34 - make enable/disable separate from suspend/resumeDmitry Torokhov4-48/+70
2010-07-03Input: ad7879 - report EV_KEY/BTN_TOUCH eventsMichael Hennerich1-3/+13
2010-07-03Input: ad7879 - fix spi word size to 16 bitMichael Hennerich1-0/+8
2010-07-03Input: ad7879 - use i2c_smbus_read_i2c_block_data() to lower overheadMichael Hennerich1-1/+4
2010-07-03Input: ad7879 - add open and close methodsDmitry Torokhov4-39/+86
2010-07-03Input: ad7879 - split bus logic outMike Frysinger6-415/+484
2010-06-30Input: ad7879 - use threaded IRQDmitry Torokhov1-27/+9
2010-06-30Merge commit 'v2.6.35-rc3' into nextDmitry Torokhov585-4621/+72469
2010-06-28Input: lm8323 - fix error handling in lm8323_probe()Dan Carpenter1-5/+7
2010-06-28Input: gpio-keys - add gpiolib debounce supportGrazvydas Ignotas1-5/+14
2010-06-28HID - blacklist ET&T TC4UH touchscreen controllerPetr Štetiar2-0/+2
2010-06-28Input: usbtouchscreen - add support for ET&T TC4UM touchscreen controllerPetr Štetiar2-11/+14
2010-06-28Input: ads7846 - allow specifying irq trigger type in platform dataAnatolij Gustschin1-1/+4
2010-06-28Input: wacom - add support for DTU2231 and DTU1631Ping Cheng2-0/+45
2010-06-28Input: wistron_btns - fix a memory leak in wb_module_init error pathAxel Lin1-1/+3
2010-06-25Input: adxl34x - add support for ADXL346 orientation sensingMichael Hennerich1-4/+58
2010-06-25Input: add driver for ADXL345/346 Digital AccelerometersMichael Hennerich6-0/+1218
2010-06-24Input: adp5588-keys - support GPI events for ADP5588 devicesXiaolong CHEN1-7/+127
2010-06-23Input: evdev - never leave the client buffer empty after writeHenrik Rydberg1-3/+7
2010-06-23Input: hid-input - use a larger event buffer for MT devicesHenrik Rydberg1-0/+3
2010-06-23Input: bcm5974 - set the average number of events per MT event packetHenrik Rydberg1-0/+2
2010-06-23Input: evdev - use driver hint to compute size of event bufferHenrik Rydberg1-2/+7
2010-06-23Input: evdev - convert to dynamic event bufferHenrik Rydberg1-5/+17
2010-06-23Input: tps6507x-ts - remove unneeded NULL testJiri Slaby1-3/+0
2010-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds6-9/+63
2010-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds4-90/+12
2010-06-11PCI: hotplug/cpqphp, fix NULL dereferenceJiri Slaby1-0/+7
2010-06-11Revert "PCI: create function symlinks in /sys/bus/pci/slots/N/"Jesse Barnes2-85/+0
2010-06-11PCI: change resource collision messages from KERN_ERR to KERN_INFOBjorn Helgaas1-5/+5
2010-06-11Merge branch 'wimax-2.6.35.y' of git://git.kernel.org/pub/scm/linux/kernel/git/inaky/wimaxDavid S. Miller1-1/+1
2010-06-11wimax/i2400m: fix missing endian correction read in fw loaderInaky Perez-Gonzalez1-1/+1
2010-06-11Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds3-10/+11
2010-06-10net8139: fix a race at the end of NAPIFigo.zhang2-2/+2