aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-04-12Input: joysticks - switch to using input_dev->dev.parentDmitry Torokhov18-18/+19
2007-04-12Input: drivers/input/joystick - don't access dev->private directlyDmitry Torokhov20-49/+59
2007-04-12Input: iforce - use usb_kill_urb instead of usb_unlink_urbJohann Deneux6-38/+33
2007-02-18Input: remove obsolete setup parameters from input driversDmitry Torokhov5-18/+0
2006-12-08Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov1-3/+3
2006-12-01usb: iforce-usb free urb cleanupMariusz Kozlowski1-3/+3
2006-11-23Input: handle serio_register_driver() errorsAkinobu Mita7-15/+17
2006-11-05Input: joysticks - handle errors when registering input devicesDmitry Torokhov16-59/+120
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells11-46/+28
2006-10-03more misc typo fixesMatt LaPlante1-1/+1
2006-07-19Input: iforce - switch to the new FF interfaceAnssi Hannula4-238/+147
2006-07-19Input: spaceball - make 4000FLX Lefty workNick Martin1-1/+1
2006-07-15Input: iforce - add Trust Force Feedback Race Master supportPrzemek Iskra1-0/+1
2006-07-06Input: iforce - check array bounds before accessing elementsDmitry Torokhov1-9/+9
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel2-2/+0
2006-06-27Input: db9 - fix potential buffer overrunEric Sesterhenn1-1/+1
2006-06-26Input: iforce - remove some pointless castsJesper Juhl1-3/+3
2006-06-26Input: fix potential overflows in driver/input/joystickDmitry Torokhov16-30/+40
2006-06-05Input: iforce - use ENOSPC instead of ENOMEMAnssi Hannula1-4/+4
2006-05-29Input: sidewinder - fix memory leakJesper Juhl1-5/+6
2006-04-02Input: gamecon - add SNES mouse supportRaphael Assenat1-13/+70
2006-02-19Input: joysticks - semaphore to mutex conversionIngo Molnar7-38/+43
2006-01-31Input: iforce - fix detection of USB devicesDmitry Torokhov2-3/+2
2006-01-29Input: a3d - convert to dynamic input_dev allocationDmitry Torokhov1-42/+46
2006-01-29Input: tmdc - handle errors from input_register_device()Dmitry Torokhov1-4/+11
2006-01-29Input: turbografx - handle errors from input_register_device()Dmitry Torokhov1-7/+13
2006-01-29Input: gamecon - handle errors from input_register_device()Dmitry Torokhov1-6/+12
2006-01-29Input: gamecon - fix crash when accessing deviceDmitry Torokhov1-149/+194
2006-01-29Input: sidewinder - handle errors from input_register_device()Dmitry Torokhov1-2/+6
2006-01-29Input: sidewinder - fix an oopsZinx Verituse1-1/+1
2006-01-29Input: db9 - handle errors from input_register_device()Dmitry Torokhov1-5/+10
2006-01-29Input: db9 - fix possible crash with Saturn gamepadsDmitry Torokhov1-34/+36
2006-01-29Input: grip - handle errors from input_register_device()Dmitry Torokhov1-2/+6
2006-01-29Input: grip - fix crash when accessing deviceDmitry Torokhov1-0/+3
2006-01-29Input: make needlessly global code staticAdrian Bunk1-2/+2
2006-01-29Input: iforce - do not return ENOMEM upon successful allocationAlexey Dobriyan1-1/+1
2006-01-12[PATCH] m68k: namespace pollution fix (custom->amiga_custom)Al Viro1-2/+2
2006-01-10Input: grip_mp - kill commented out codeDmitry Torokhov1-9/+0
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman1-1/+0
2005-12-30[PATCH] Input: warrior - fix HAT0Y axis setupDmitry Torokhov1-1/+1
2005-10-30[PATCH] fix missing includesTim Schmielau12-0/+12
2005-10-28[PATCH] drivers/input/joystick: convert to dynamic input_dev allocationDmitry Torokhov25-1230/+1460
2005-09-09Manual merge with LinusDmitry Torokhov14-14/+14
2005-09-07[PATCH] input: convert kcalloc to kzallocPekka Enberg14-14/+14
2005-09-05Input: iforce - use wait_event_interruptible_timeoutVojtech Pavlik2-25/+8
2005-07-13[PATCH] Amiga joystick: Fix typo introduced by the open/close race fixesGeert Uytterhoeven1-1/+1
2005-06-30[PATCH] x86: i8253/i8259A lock cleanupIngo Molnar1-1/+3
2005-05-29Input: Add a new I-Force device to the iforce driver.Marian-Nicolae V. Ion2-0/+2
2005-05-29Input: fix open/close races in joystick drivers - add a semaphoreDmitry Torokhov4-23/+61
2005-05-29Input: whitespace fixes in driver/input/joystickDmitry Torokhov9-23/+23