summaryrefslogtreecommitdiffstats
path: root/drivers/input/serio
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2007-11-271-0/+8
|\
| * Input: i8042 - add i8042.noloop quirk for MS Virtual MachineJiri Kosina2007-11-211-0/+8
* | Blackfin arch: punt CONFIG_BFIN -- we already have CONFIG_BLACKFINMike Frysinger2007-11-231-1/+1
|/
* Input: hp_sdc.c - fix section mismatchAdrian Bunk2007-10-271-4/+0
* [PARPORT] Remove unused 'irq' argument from parport irq functionsJeff Garzik2007-10-231-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2007-10-222-23/+3
|\
| * Input: i8042 - export i8042_command()Márton Németh2007-10-222-23/+3
* | define global BIT macroJiri Slaby2007-10-191-2/+0
* | get rid of input BIT* duplicate definesJiri Slaby2007-10-191-0/+2
* | freezer: introduce freezer-friendly waiting macrosRafael J. Wysocki2007-10-181-2/+1
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2007-10-128-27/+26
|\
| * Driver core: change add_uevent_var to use a structKay Sievers2007-10-121-8/+3
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2007-09-122-1/+11
| |\
| | * Input: i8042 - add HP Pavilion DV4270ca to the MUX blacklistElvis Pranskevichus2007-09-041-0/+10
| | * Input: i8042 - fix modpost warningRalf Baechle2007-09-041-1/+1
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2007-08-302-5/+5
| |\ \ | | |/
| | * Input: gscps2 - convert to use kzallocMariusz Kozlowski2007-08-301-4/+2
| | * Input: i8042 - fix retrun value of i8042_aux_test_irqFernando Luis Vázquez Cao2007-08-301-1/+3
| * | Input Serio: Blackfin doesnt support I8042 - make sure it doesnt get selectedMichael Hennerich2007-07-241-1/+1
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2007-07-201-7/+29
| |\ \ | | |/
| * | some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-193-12/+6
* | | Input: i8042 - restore control register when enabling port failsMarkus Armbruster2007-07-181-0/+4
| |/ |/|
* | Input: i8042 - give more trust to PNP data on i386Dmitry Torokhov2007-07-181-7/+29
|/
* 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
OpenPOWER on IntegriCloud