aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King2-19/+21
2005-10-31Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds5-1/+5
2005-10-30[PATCH] fix missing includesTim Schmielau1-0/+1
2005-10-29Create platform_device.h to contain all the platform device details.Russell King5-1/+5
2005-10-28Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-9/+4
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King1-9/+4
2005-10-21[PARISC] Update parisc specific input code from parisc treeMatthew Wilcox2-10/+17
2005-10-21[PARISC] Convert parisc_device to use struct resource for hpaMatthew Wilcox2-4/+4
2005-10-21[PARISC] Change the driver names so /sys/bus/parisc/drivers/ looks betterMatthew Wilcox2-2/+2
2005-09-10Input: i8042 - use kzalloc instead of kcallocDmitry Torokhov1-3/+3
2005-09-09Manual merge with LinusDmitry Torokhov1-2/+2
2005-09-07[PATCH] input: convert kcalloc to kzallocPekka Enberg1-2/+2
2005-09-04Input: i8042 - add Lifebook E4010 to MUX blacklistDmitry Torokhov1-0/+7
2005-09-04Input: i8042 - add i8042.nokbd module option to allow supressingDmitry Torokhov2-5/+21
2005-09-04Input: i8042 - fix IRQ printing when either KBD or AUX portDmitry Torokhov1-14/+25
2005-09-04Input: make i8042_platform_init return 'real' error codeDmitry Torokhov6-23/+26
2005-09-04Input: i8042 - clean up initialization code; abort if weDmitry Torokhov1-78/+100
2005-07-15Input: i8042 - don't use negation to mark AUX dataDmitry Torokhov1-28/+32
2005-07-11Input: i8042 - add Fujitsu T3010 to NOMUX blacklist.Vojtech Pavlik1-0/+7
2005-07-11Input: i8042 - add Alienware Sentia to NOMUX blacklist.Dmitry Torokhov1-0/+7
2005-07-11Input: serio_raw - fix Kconfig helpNeil Brown1-1/+1
2005-07-11Input: serio_raw - link serio_raw misc device to correspondingDmitry Torokhov1-0/+1
2005-06-30Input: serio - add modalias attribute and environment variable toDmitry Torokhov1-16/+26
2005-06-27Commit the manual part of the input layer merge.Linus Torvalds1-27/+62
2005-06-27Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/dtor/input.git manuallyLinus Torvalds1-36/+100
2005-06-25Merge Christoph's freeze cleanup patchLinus Torvalds1-1/+1
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter1-1/+1
2005-06-25[PATCH] RCU: clean up a few remaining synchronize_kernel() callsPaul E. McKenney1-1/+1
2005-06-23[PATCH] Convert users to tty_unregister_ldisc()Alexey Dobriyan1-1/+1
2005-06-20[PATCH] Driver Core: drivers/i2c/chips/w83781d.c - drivers/s390/block/dcssblk.c: update device attribute callbacksYani Ioannou1-8/+8
2005-06-01Input: psmouse - export protocol as a sysfs per-device attributeDmitry Torokhov1-2/+16
2005-06-01Input: cleanup ps2_command() timeout handling in libps2.Dmitry Torokhov1-28/+62
2005-06-01Input: add ps2_drain() to libps2 to allow reading and discardingDmitry Torokhov1-8/+38
2005-06-01Input: pmouse - introduce proper locking so state-changingDmitry Torokhov1-8/+36
2005-06-01Input: switch serio core to using kthread API instead of usingDmitry Torokhov1-17/+10
2005-05-28Input: yet another model that does not play nicely when i8042 isDmitry Torokhov1-0/+7
2005-05-28Input: automatically disable MUX mode on Toshiba Satellite P10Dmitry Torokhov1-1/+10
2005-05-28Input: Avoid double unregistering of i8042 PnP driver. This can happenKurt Garloff1-2/+6
2005-05-28Input: Tone down the severity of a printk() in i386/ia64 arch codeDmitry Torokhov1-1/+1
2005-05-28Input: Only write the CTR in i8042 resume function. Reading it isVojtech Pavlik1-20/+28
2005-05-28Input: Remove (now) unused variable in i8042.cVojtech Pavlik1-2/+0
2005-05-28Input: Add a missing KERN_INFO message designation, fix behaviorVojtech Pavlik1-2/+2
2005-05-17[PATCH] serio 'id' attributesDmitry Torokhov1-4/+20
2005-05-17[PATCH] serport oops fixDmitry Torokhov1-30/+68
2005-05-17[PATCH] serio resume fixDmitry Torokhov1-1/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds26-0/+8661