aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/gameport (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-04-27Input: gameport - do not touch bus's rwsemDmitry Torokhov1-26/+13
2007-02-11[PATCH] Remove unnecessary memset(0) calls after kzalloc() calls.Robert P. J. Day1-1/+0
2006-12-08Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov1-0/+1
2006-12-07[PATCH] Add include/linux/freezer.h and move definitions from sched.hNigel Cunningham1-0/+1
2006-11-02Input: gameport - rearrange gameport_bus initializationDmitry Torokhov1-10/+9
2006-11-02Input: lightning - return proper error codes from l4_init()Akinobu Mita1-2/+2
2006-10-12Input: fm801-gp - handle errors from pci_enable_device()Jeff Garzik1-7/+15
2006-10-12Input: gameport core - handle errors returned by device_bind_driver()Dmitry Torokhov1-2/+16
2006-07-19Input: serio/gameport - check whether driver core calls succeededRandy Dunlap1-17/+49
2006-07-06Input: fm801-gp - fix use after freeDmitry Torokhov1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel2-2/+0
2006-03-14Input: gameport - fix memory leakAdrian Bunk1-0/+1
2006-03-14Input: ns558 - fix logic around pnp_register_driver()Bjorn Helgaas1-7/+6
2006-02-19Input: initialize serio and gameport at subsystem levelDmitry Torokhov1-1/+1
2006-02-19Input: gameport - semaphore to mutex conversionArjan van de Ven1-13/+14
2006-01-13[PATCH] Add gameport bus_type probe and remove methodsRussell King1-5/+7
2005-12-21Input: add help entry for FM801 gameport driver to KconfigDmitry Torokhov1-0/+7
2005-11-20Input: make serio and gameport more swsusp friendlyDmitry Torokhov1-3/+9
2005-10-30[PATCH] fix missing includesTim Schmielau1-0/+1
2005-09-07[PATCH] input: convert kcalloc to kzallocPekka Enberg3-4/+4
2005-08-10[PATCH] ns558 list handling fixAlexander Nyberg1-2/+2
2005-06-30[PATCH] x86: i8253/i8259A lock cleanupIngo Molnar1-1/+2
2005-06-27Commit the manual part of the input layer merge.Linus Torvalds1-19/+12
2005-06-27Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/dtor/input.git manuallyLinus Torvalds5-530/+6
2005-06-25[PATCH] Cleanup patch for process freezingChristoph Lameter1-1/+1
2005-06-21[PATCH] smp_processor_id() cleanupIngo Molnar1-1/+1
2005-06-20[PATCH] Driver Core: drivers/i2c/chips/w83781d.c - drivers/s390/block/dcssblk.c: update device attribute callbacksYani Ioannou1-2/+2
2005-06-01Input: switch gameport core to using kthread API instead ofDmitry Torokhov1-19/+12
2005-05-29Input: Kill Aureal Vortex 1/2 gameport driver. ALSA Aureal driverVojtech Pavlik3-197/+0
2005-05-29Input: Crystal SoundFusion (cs461x) gameport support isn't neededVojtech Pavlik3-327/+0
2005-05-29Input: Probe PnP gameports first, ISA after that.Vojtech Pavlik1-6/+6
2005-05-28Input:Adrian Bunk1-20/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds9-0/+2338