aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-21Input: iforce - don't access input_dev->private directlyDmitry Torokhov1-8/+9
2007-10-27Input: xpad - add more USB IDsJoshua J Bowman1-0/+2
2007-10-20changed emailJohann Deneux1-1/+1
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt1-1/+1
2007-10-19get rid of input BIT* duplicate definesJiri Slaby24-48/+64
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov1-4/+4
2007-09-28Input: xpad - fix dependancy on LEDS classDmitry Torokhov1-1/+1
2007-09-26Input: xpad - fix dependancy on LEDS classDmitry Torokhov1-1/+1
2007-08-30Input: iforce - fix 'unused variable' warningAndrew Morton1-4/+4
2007-07-18Input: xpad - use le16_to_cpup when parsing data streamDmitry Torokhov1-19/+36
2007-07-18Input: xpad - add support for leds on xbox 360 padJan Kratochvil2-42/+155
2007-07-10Input: xpad - fix report for dpad and inverted Y and RY axes on xbox 360Dmitry Torokhov1-20/+20
2007-07-10Input: xpad - make xpad_play_effect() staticAdrian Bunk1-1/+2
2007-07-10Input: xpad - fix check for succesful usb_buffer_allocJan Kratochvil1-1/+1
2007-07-10Input: grip-mp - use ARRAY_SIZEAndi Drebes1-2/+2
2007-07-10Input: xpad - add Xbox360 gamepad rumble supportJan Kratochvil2-4/+128
2007-07-10Input: xpad - add support for Xbox 360 gamepadJan Kratochvil1-34/+117
2007-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+1
2007-05-28Input: db9 - do not ignore dev2 module parameterDmitry Torokhov1-1/+1
2007-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-7/+12
2007-05-22Input: iforce - minor clean-upsJohann Deneux2-5/+9
2007-05-22Input: iforce - fix force feedback not workingJohann Deneux1-2/+3
2007-05-15missing dependencies for USB drivers in inputAl Viro1-0/+1
2007-05-08Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds8-29/+480
2007-05-08Input: move USB gamepads under drivers/input/joystickDmitry Torokhov3-2/+451
2007-05-03Input: drivers/joystick - fix various sparse warningsDmitry Torokhov5-27/+30
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