aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-03Input: wacom_w8001 - simplify querying logicDmitry Torokhov1-81/+40
2009-09-03Input: atkbd - allow setting force-release bitmap via sysfsDmitry Torokhov1-6/+37
2009-09-02ARM: 5682/1: Add cpu.c and dev.c and modify some files of w90p910 platformwanzongshun1-2/+2
2009-08-30Input: w90p910_keypad - move a dereference below a NULL testJulia Lawall1-1/+3
2009-08-28OMAP: Rename OMAP_MPUIO_BASE to OMAP1_MPUIO_BASETony Lindgren1-11/+11
2009-08-27Input: add twl4030_keypad driverDavid Brownell3-0/+492
2009-08-27Input: matrix-keypad - add function to build device keymapDmitry Torokhov2-26/+5
2009-08-27Input: tosakbd - fix cleaning up KEY_STROBEs after errorRoel Kluin1-9/+9
2009-08-27Input: joydev - validate axis/button maps before clobbering current onesStephen Kitt1-32/+74
2009-08-27Merge commit 'v2.6.31-rc8' into nextDmitry Torokhov9-55/+119
2009-08-26Input: i8042 - add Acer Aspire 5536 to the nomux listDmitry Torokhov1-0/+8
2009-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds5-45/+85
2009-08-21Input: ucb1400_ts - enable interrupt unconditionallyPavel Revak1-4/+4
2009-08-21Input: ucb1400_ts - enable ADC FilterMarek Vasut1-0/+9
2009-08-21Input: wacom - don't use on-stack memory for report buffersDmitry Torokhov1-14/+29
2009-08-20Input: xpad - add USB ID for the drumkit controller from Rock BandCorbin Simpson1-0/+2
2009-08-20Input: w90p910_keypad - rename driver name to match platformWan ZongShun1-3/+3
2009-08-19Input: iforce - support new revision of ACT LABS Force RSJiri Kosina2-0/+2
2009-08-19Input: add new driver for Sentelic Finger Sensing PadTai-hwa Liang7-4/+1012
2009-08-19Input: psmouse - allow defining read-only attributesDmitry Torokhov1-5/+16
2009-08-12Input: joydev - decouple axis and button map ioctls from input constantsStephen Kitt1-27/+41
2009-08-12Input: eeti_ts - allow active high irq linesDaniel Mack1-3/+19
2009-08-09Input: w90p910_keypad - adjust to use definitions from matrix_keypad.hDmitry Torokhov1-79/+65
2009-08-09Input: add keypad driver for w90p910Wan ZongShun3-0/+316
2009-08-09Input: combine hil_kbd and hil_ptr driversDmitry Torokhov5-493/+219
2009-08-09Input: hil_kbd - prepare for merging with hil_ptrDmitry Torokhov1-78/+78
2009-08-09Input: hil_kbd - switch to use completion instead of semaphoreDmitry Torokhov1-132/+140
2009-08-08Input: wistron_btns - switch to using dev_pm_opsDmitry Torokhov1-29/+37
2009-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-9/+33
2009-08-05Input: matrix_keypad - make matrix keymap size dynamicEric Miao1-9/+9
2009-08-05Input: wistron_btns - support Prestigio Wifi RF kill buttonTJ1-0/+16
2009-08-05Input: serio - don't use serio->write() directlyDmitry Torokhov6-86/+91
2009-08-05Input: hgpk - forced recalibration for the OLPC touchpadPaul Fox1-3/+52
2009-08-05Input: i8042 - add Asus G1S to noloop exception listJory A. Pratt1-0/+8
2009-08-04Input: tsc2007 - check if I2C communication works during probeRichard Röjfors1-3/+5
2009-08-04Input: tsc2007 - make get_pendown_state platform callback optionalDmitry Torokhov1-79/+93
2009-08-02parisc: hp_sdc_mlc.c - check return value of down_trylock()Helge Deller1-1/+1
2009-07-27Input: usbtouchscreen - add support for e2i touchscreen controllerFlorian Echtler2-0/+54
2009-07-26Input: tsc2007 - do not read coordinates during probeRichard Röjfors1-2/+3
2009-07-26Input: tsc2007 - make init/exit platform hw callbacks optionalRichard Röjfors1-3/+6
2009-07-26Input: tsc2007 - properly shut off interrupts/delayed workDmitry Torokhov1-30/+42
2009-07-26Input: tsc2007 - remove HR timerRichard Röjfors1-35/+13
2009-07-26Input: pxa27x_keypad - switch to using dev_pm_opsDmitry Torokhov1-7/+12
2009-07-26Input: serio - switch to using dev_pm_opsDmitry Torokhov1-12/+11
2009-07-26Input: i8042 - switch to using dev_pm_opsDmitry Torokhov1-26/+18
2009-07-24Input: gpio_keys - swtich to dev_pm_opsMike Rapoport1-7/+12
2009-07-23Input: bf54x-keys - convert printk() to dev_*()Mike Frysinger1-17/+9
2009-07-23Input: add Blackfin rotary input driverMichael Hennerich3-0/+294
2009-07-22Input: pxa27x_keypad - remove extra clk_disableDmitry Torokhov1-23/+20
2009-07-22Merge commit 'v2.6.31-rc4' into nextDmitry Torokhov22-209/+770