summaryrefslogtreecommitdiff
path: root/drivers/input/serio/i8042.c
AgeCommit message (Expand)Author
2010-09-20Input: i8042 - fix device removal on unloadDmitry Torokhov
2009-11-02Input: i8042 - try to get stable CTR value when initializingDmitry Torokhov
2009-10-08Input: i8042 - print debug data when testing AUX IRQ deliveryDmitry Torokhov
2009-09-17Input: libps2 - additional locking for i8042 portsDmitry Torokhov
2009-09-10Input: i8042 - use platform_driver_probeDmitry Torokhov
2009-09-10Input: i8042 - use boolean type where it makes senseDmitry Torokhov
2009-09-10Input: i8042 - try disabling and re-enabling AUX port at closeDmitry Torokhov
2009-09-10Input: i8042 - bypass AUX IRQ delivery test on laptopsDmitry Torokhov
2009-07-26Input: i8042 - switch to using dev_pm_opsDmitry Torokhov
2009-07-07Input: mark serio and i8042 as suspended when hibernating tooThadeu Lima de Souza Cascardo
2009-05-09Input: serio - do not use deprecated dev.power.power_stateDmitry Torokhov
2009-04-11Input: i8042 - introduce a tougher resetArjan van de Ven
2008-06-17Input: i8042 - retry failed CTR writes when resumingJiri Kosina
2008-05-27Input: i8042 - make sure Dritek quirk is invoked at resumeBruno Prémont
2008-03-14Input: i8042 - fix warning on non-x86 buildsRoland Dreier
2008-02-06Input: i8042 - non-x86 build fixAndrew Morton
2008-01-21Input: i8042 - add Dritek keyboard extension quirkCarlos Corbacho
2008-01-21Input: drop redundant includes of moduleparam.hJulia Lawall
2008-01-21Input: i8042 - use synchronize_irq() instead of synchronize_sched()Dmitry Torokhov
2007-10-22Input: i8042 - export i8042_command()Márton Németh
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov
2007-09-04Input: i8042 - fix modpost warningRalf Baechle
2007-08-30Input: i8042 - fix retrun value of i8042_aux_test_irqFernando Luis Vázquez Cao
2007-07-18Input: i8042 - restore control register when enabling port failsMarkus Armbruster
2007-05-08Input: i8042 - fix AUX port detection with some chipsRoland Scheidegger
2007-05-01Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov
2007-04-12Input: i8042 - disable interfaces when switching to legacy modeDmitry Torokhov
2007-03-07Input: i8042 - another attempt to fix AUX delivery checksDmitry Torokhov
2007-02-18Input: remove obsolete setup parameters from input driversDmitry Torokhov
2007-02-18Input: i8042 - let serio bus suspend portsDmitry Torokhov
2007-02-10Input: i8042 - fix AUX IRQ delivery checkDmitry Torokhov
2007-01-18Input: i8042 - really suppress ACK/NAK during panic blinkDmitry Torokhov
2006-11-17Input: i8042 - fix shutdown issue on some boxes with active MUXesDmitry Torokhov
2006-11-02Input: i8042 - remove unneeded call to i8042_interrupt()Dmitry Torokhov
2006-10-11Input: i8042 - supress ACK/NAKs when blinking during panicDmitry Torokhov
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-09-10Input: i8042 - get rid of polling timerDmitry Torokhov
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2005-12-28Input: i8042 - convert to the new platform device interfaceDmitry Torokhov
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King
2005-10-29Create platform_device.h to contain all the platform device details.Russell King
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King
2005-09-10Input: i8042 - use kzalloc instead of kcallocDmitry Torokhov
2005-09-04Input: i8042 - add i8042.nokbd module option to allow supressingDmitry Torokhov
2005-09-04Input: make i8042_platform_init return 'real' error codeDmitry Torokhov
2005-09-04Input: i8042 - clean up initialization code; abort if weDmitry Torokhov
2005-07-15Input: i8042 - don't use negation to mark AUX dataDmitry Torokhov
2005-06-25[PATCH] RCU: clean up a few remaining synchronize_kernel() callsPaul E. McKenney
2005-05-28Input: Only write the CTR in i8042 resume function. Reading it isVojtech Pavlik