aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio
Commit message (Expand)AuthorAgeFilesLines
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-193-12/+6
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-0/+1
* Input: serio_raw - shut up errorneous warningAndrew Morton2007-07-101-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2007-07-052-0/+13
|\
| * Input: serio - take drv_mutex in serio_cleanup()Dmitry Torokhov2007-06-291-0/+2
| * Input: i8042 - add HP Pavilion ZT1000 to the MUX blacklistDmitry Torokhov2007-06-281-0/+11
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2007-06-131-0/+18
|\ \ | |/
| * Input: i8042 - add ULI EV4873 to noloop listDmitry Torokhov2007-06-121-0/+9
| * Input: i8042 - add ASUS P65UP5 to the noloop listDmitry Torokhov2007-06-121-0/+9
* | [ARM] Fix some section mismatch warningsRussell King2007-05-301-2/+2
|/
* Input: i8042 - fix AUX port detection with some chipsRoland Scheidegger2007-05-081-6/+29
* Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2007-05-013-29/+24
|\
| * Input: serio - do not touch bus's rwsemDmitry Torokhov2007-04-271-26/+15
| * Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/...Linus Torvalds2007-03-081-2/+8
| |\
| | * Input: i8042 - another attempt to fix AUX delivery checksDmitry Torokhov2007-03-071-2/+8
| * | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/...Linus Torvalds2007-02-192-35/+64
| |\ \ | | |/
| * | Storage class should be before const qualifierTobias Klauser2007-02-171-1/+1
* | | Input: i8042 - add Fujitsu touchscreen/touchpad PNP IDsDmitry Torokhov2007-04-251-0/+2
* | | Input: i8042 - add Panasonic CF-29 to nomux listDmitry Torokhov2007-04-251-0/+11
* | | Input: i8042 - disable interfaces when switching to legacy modeDmitry Torokhov2007-04-121-0/+7
* | | Input: i8042 - add HP Pavilion DV4017EA to the MUX blacklistDmitry Torokhov2007-03-161-0/+11
* | | Input: HIL - fix rwlock recursion bugHelge Deller2007-03-163-25/+18
* | | Input: HIL - cleanup coding styleHelge Deller2007-02-283-498/+611
* | | Input: HIL - various fixes for HIL driversHelge Deller2007-02-283-19/+20
| |/ |/|
* | Input: remove obsolete setup parameters from input driversDmitry Torokhov2007-02-181-7/+0
* | Input: i8042 - let serio bus suspend portsDmitry Torokhov2007-02-182-28/+64
|/
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-142-2/+0
* [PATCH] mark struct file_operations const 3Arjan van de Ven2007-02-121-1/+1
* Input: i8042 - fix AUX IRQ delivery checkDmitry Torokhov2007-02-101-1/+4
* Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2007-02-102-4/+8
|\
| * SERIO: add the sysfs driver name to all modulesGreg Kroah-Hartman2007-02-071-2/+4
| * [SPARC64]: Fix of_iounmap() region release.David S. Miller2006-12-311-2/+4
* | Input: i8042 - really suppress ACK/NAK during panic blinkDmitry Torokhov2007-01-181-3/+4
|/
* Input: i8042 - add another Lifebook P7010 to nomux blacklistDmitry Torokhov2006-12-081-0/+7
* Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2006-12-083-4/+5
|\
| * [PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham2006-12-071-0/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-1/+1
| |\
| | * Driver core: change misc class_devices to be real devicesGreg Kroah-Hartman2006-12-011-1/+1
| * | WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-221-3/+3
| |/
* | Input: handle serio_register_driver() errorsAkinobu Mita2006-11-231-2/+1
* | Input: serio - make serio_register_driver() return errorsDmitry Torokhov2006-11-231-33/+74
* | Input: serio - remove serio_unregister_port_delayed()Dmitry Torokhov2006-11-171-18/+0
* | Input: i8042 - fix shutdown issue on some boxes with active MUXesDmitry Torokhov2006-11-171-7/+11
* | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2006-11-042-11/+11
|\ \ | |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2006-10-173-6/+32
| |\
| * | [PATCH] hp drivers/input stuff: C99 initializers, NULL noise removal, __user ...Al Viro2006-10-152-11/+11
* | | Input: i8042 - remove unneeded call to i8042_interrupt()Dmitry Torokhov2006-11-021-18/+3
* | | Input: serio - rearrange serio_bus initializationMarton Nemeth2006-11-021-11/+11
| |/ |/|
* | Input: serio core - handle errors returned by device_bind_driver()Dmitry Torokhov2006-10-121-2/+14
* | Input: serio - add lockdep annotationsJiri Kosina2006-10-112-2/+7