aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-04Input: i8042 - remove identification strings from DMI tablesDmitry Torokhov1-77/+66
2009-12-02Merge commit 'v2.6.32' into nextDmitry Torokhov1-0/+21
2009-12-02Input: i8042 - add Dell Vostro 1320, 1520 and 1720 to the reset listAnisse Astier1-0/+21
2009-11-05Merge commit 'v2.6.32-rc6' into nextDmitry Torokhov2-8/+40
2009-11-02Input: i8042 - try to get stable CTR value when initializingDmitry Torokhov1-7/+28
2009-11-02Merge commit 'v2.6.32-rc5' into for-linusDmitry Torokhov3-0/+3
2009-10-18Input: i8042 - add Sony Vaio VGN-FZ240E to the nomux listDmitry Torokhov1-0/+11
2009-10-12Input: add driver for Altera PS/2 controllerThomas Chou3-0/+209
2009-10-12Input: i8042 - make pnp_data_busted variable boolean instead of intDmitry Torokhov1-1/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan3-0/+3
2009-10-08Input: i8042 - print debug data when testing AUX IRQ deliveryDmitry Torokhov1-0/+3
2009-10-05Input: libps2 - fix dependancy on i8042Dmitry Torokhov1-6/+7
2009-09-17Input: libps2 - additional locking for i8042 portsDmitry Torokhov2-4/+65
2009-09-13Merge branch 'next' into for-linusDmitry Torokhov8-138/+221
2009-09-10Input: i8042 - use platform_driver_probeDmitry Torokhov1-23/+22
2009-09-10Input: i8042 - use boolean type where it makes senseDmitry Torokhov2-70/+71
2009-09-10Input: i8042 - try disabling and re-enabling AUX port at closeDmitry Torokhov1-1/+49
2009-09-10Input: i8042 - bypass AUX IRQ delivery test on laptopsDmitry Torokhov2-1/+36
2009-08-27Merge commit 'v2.6.31-rc8' into nextDmitry Torokhov2-1/+9
2009-08-26Input: i8042 - add Acer Aspire 5536 to the nomux listDmitry Torokhov1-0/+8
2009-08-19Input: add new driver for Sentelic Finger Sensing PadTai-hwa Liang1-3/+12
2009-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+8
2009-08-05Input: i8042 - add Asus G1S to noloop exception listJory A. Pratt1-0/+8
2009-08-02parisc: hp_sdc_mlc.c - check return value of down_trylock()Helge Deller1-1/+1
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-22Merge commit 'v2.6.31-rc4' into nextDmitry Torokhov5-8/+38
2009-07-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-6/+36
2009-07-07Input: use resource_size when allocating resourcesJulia Lawall1-1/+1
2009-07-07Input: mark serio and i8042 as suspended when hibernating tooThadeu Lima de Souza Cascardo2-6/+8
2009-06-28Input: i8042 - more reset quirks for MSI Wind-clone netbooksYan Li1-0/+28
2009-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-37/+38
2009-06-14Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2009-06-12Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-1/+1
2009-06-11[ARM] 5544/1: Trust PrimeCell resource sizesLinus Walleij1-1/+1
2009-06-11Merge commit 'v2.6.30' into nextDmitry Torokhov2-2/+2
2009-05-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+1
2009-05-28Input: libps2 - better handle bad scheduler decisionsDmitry Torokhov1-1/+1
2009-05-21microblaze: Kconfig: Enable drivers for MicroblazeMichal Simek1-1/+1
2009-05-20[ARM] 5519/1: amba probe: pass "struct amba_id *" instead of void *Alessandro Rubini1-1/+1
2009-05-09Input: serio - do not use deprecated dev.power.power_stateDmitry Torokhov2-26/+28
2009-05-08Merge commit 'v2.6.30-rc5' into nextDmitry Torokhov4-6/+26
2009-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+1
2009-04-21drivers/input/serio/hp_sdc.c: fix crash when removing hp_sdc moduleHelge Deller1-1/+23
2009-04-17Input: sa1111ps2 - use disable_irq_nosync() in irq handlersBen Nizette1-1/+1
2009-04-17Input: serio - rearrange EXPORT_SYMBOL() markingsDmitry Torokhov1-11/+10
2009-04-16Merge branch 'next' into for-linusDmitry Torokhov2-8/+57
2009-04-11Input: i8042 - add a DMI table for the i8042.reset optionArjan van de Ven1-0/+28
2009-04-11Input: i8042 - introduce a tougher resetArjan van de Ven1-8/+29
2009-04-08Merge branch 'next' into for-linusDmitry Torokhov1-0/+8