aboutsummaryrefslogtreecommitdiffstats
path: root/usr/initramfs_data.S (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-16Input: tsc2005 - remove 'disable' sysfs attributeDmitry Torokhov1-48/+4
2011-03-16Input: tsc2005 - add open/closeDmitry Torokhov1-94/+124
2011-03-16Input: tsc2005 - handle read errors from SPI layerDmitry Torokhov1-19/+81
2011-03-16Input: tsc2005 - do not rearm timer in hardirq handlerDmitry Torokhov1-13/+1
2011-03-16Input: tsc2005 - don't use work for 'pen up' handlingDmitry Torokhov1-31/+27
2011-03-16Input: tsc2005 - do not use 0 in place of NULLDmitry Torokhov1-20/+16
2011-03-16Input: tsc2005 - use true/false for boolean variablesDmitry Torokhov1-12/+13
2011-03-16Input: tsc2005 - hide selftest attribute if we can't resetDmitry Torokhov1-18/+28
2011-03-16Input: tsc2005 - rework driver initialization codeDmitry Torokhov1-110/+105
2011-03-16Input: tsc2005 - set up bus type in input deviceDmitry Torokhov1-0/+1
2011-03-16Input: tsc2005 - set up parent deviceDmitry Torokhov1-0/+1
2011-03-16Input: tsc2005 - clear driver data after unbindingDmitry Torokhov1-1/+4
2011-03-16Input: tsc2005 - add module descriptionDmitry Torokhov1-0/+1
2011-03-16Input: tsc2005 - remove driver banner messageDmitry Torokhov1-1/+0
2011-03-16Input: tsc2005 - remove incorrect module aliasDmitry Torokhov1-1/+0
2011-03-16Input: tsc2005 - convert to using dev_pm_opsDmitry Torokhov1-12/+12
2011-03-16Input: tsc2005 - use spi_get/set_drvdata()Dmitry Torokhov1-7/+12
2011-03-16Input: introduce tsc2005 driverLauri Leukkunen4-0/+766
2011-03-16Input: xen-kbdfront - move to drivers/input/miscDmitry Torokhov5-12/+14
2011-03-16Input: xen-kbdfront - add grant reference for shared pageDaniel De Graaf1-11/+28
2011-03-16Input: xen-kbdfront - advertise either absolute or relative coordinatesOlaf Hering1-20/+24
2011-03-15Input: tc3589x-keypad - fix 'double const' warningDmitry Torokhov1-11/+11
2011-03-15Input: tca6416-keypad - suspend/resume wakeup supportMagnus Damm1-0/+28
2011-03-14Input: atmel_mxt_ts - add objects of mXT1386 chipJoonyoung Shim1-0/+8
2011-03-14Input: atmel_mxt_ts - remove firmware version checkJoonyoung Shim1-16/+5
2011-03-14Input: wm831x-ts - ensure the controller is in a known state on openMark Brown1-1/+3
2011-03-13Input: add Atmel AT42QT1070 keypad driverBo Shen3-0/+287
2011-03-12Input: wm831x-ts - default pressure measurements onMark Brown1-1/+4
2011-03-12Input: bcm5974 - add support for MacBookPro8Andy Botting4-0/+35
2011-03-12Input: wacom - support 2FGT in MT formatPing Cheng2-18/+53
2011-03-12Input: wacom - support one finger touch the touchscreen wayPing Cheng2-90/+50
2011-03-12Input: wacom - process pen data in its own routinePing Cheng1-33/+40
2011-03-12Input: wacom - do not send 2FGT Tablet PC events in TAP formatPing Cheng2-79/+10
2011-02-25Input: atmel_mxt_ts - remove matrix size checkIiro Valkonen1-73/+0
2011-02-23Input: mcs_touchkey - add shutdown handlerHeungJun Kim1-0/+9
2011-02-23Input: mcs_touchkey - add support for suspend/resumeHeungjun Kim2-1/+48
2011-02-23Input: omap4-keypad - wire up runtime PM handlingAbraham Arce1-19/+55
2011-02-21Input: uinput - reversed test in uinput_setup_device()Dan Carpenter1-1/+1
2011-02-21Input: atmel_mxt_ts - allow board code to specify IRQ flagsIiro Valkonen3-3/+7
2011-02-21Input: atmel_mxt_ts - allow board code to suppliy controller configIiro Valkonen2-135/+18
2011-02-21Input: atmel_mxt_ts - add mXT224 identifier to id_tableChris Leech1-0/+1
2011-02-21Input: synaptics_i2c - convert to dev_pm_opsMark Brown1-7/+9
2011-02-21Input: adxl34x - fix references to adx134xMark Brown1-2/+2
2011-02-21Input: adxl34x-spi - convert to dev_pm_opsMark Brown1-7/+9
2011-02-21Input: adxl34x-i2c - convert to dev_pm_opsMark Brown1-7/+9
2011-02-21Input: max7359 - convert to dev_pm_opsMark Brown1-7/+10
2011-02-21Input: lm8323 - convert to dev_pm_opsMark Brown1-7/+8
2011-02-21Input: ad714x-spi - convert to dev_pm_opsMark Brown1-9/+8
2011-02-21Input: ad714x-i2c - convert to dev_pm_opsMark Brown1-9/+8
2011-02-21Input: uinput - use memdup_user() and friendsDmitry Torokhov1-25/+10