summaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick
Commit message (Expand)AuthorAgeFilesLines
* Input: walkera0701 - claim parport when opening the deviceDmitry Torokhov2013-01-221-10/+6Star
* Input: walkera0701 - use proper error codesDmitry Torokhov2013-01-221-20/+36
* Input: walkera0701 - switch to using pr_xxx() for messagesDmitry Torokhov2013-01-221-13/+10Star
* Input: walkera0701 - set up input device's parentDmitry Torokhov2013-01-221-0/+1
* Input: walkera0701 - fix crash on startupPeter Popovec2012-12-171-3/+4
* Input: remove use of __devexitBill Pemberton2012-11-242-2/+2
* Input: remove use of __devinitBill Pemberton2012-11-242-4/+4
* Input: remove use of __devexit_pBill Pemberton2012-11-242-2/+2
* Input: as5011 - use C99-style structure initializatorsShubhrajyoti D2012-10-111-3/+16
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-07-131-1/+5
|\
| * Input: xpad - add Andamiro Pump It Up padYuri Khan2012-07-131-0/+1
| * Input: xpad - add signature for Razer Onza Tournament EditionIlia Katsnelson2012-07-111-1/+3
| * Input: xpad - handle all variations of Mad Catz Beat PadYuri Khan2012-07-111-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-07-061-2/+3
|\|
| * Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen2012-07-041-2/+3
* | i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLINGMark Brown2012-05-301-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-05-2418-248/+18Star
|\|
| * Merge commit 'v3.4-rc4' into nextDmitry Torokhov2012-04-221-1/+0Star
| |\
| * | Input: gameport - use module_gameport_driverAxel Lin2012-04-0411-136/+11Star
| * | Input: serio - use module_serio_driverAxel Lin2012-04-047-112/+7Star
* | | USB: input: xpad.c: fix up dev_* messagesGreg Kroah-Hartman2012-05-051-3/+5
* | | USB: input: iforce: fix up dev_* messagesGreg Kroah-Hartman2012-05-053-5/+7
* | | USB: xpad.c: remove dbg() usageGreg Kroah-Hartman2012-05-021-11/+19
* | | USB: iforce: remove dbg() usageGreg Kroah-Hartman2012-05-022-8/+12
* | | USB: input: xpad.c: fix up dev_err() usageGreg Kroah-Hartman2012-05-021-2/+2
* | | USB: input: joystick: iforce: fix up dev_err() usagesGreg Kroah-Hartman2012-05-022-2/+2
* | | USB: xpad.c: remove err() usageGreg Kroah-Hartman2012-04-251-4/+7
* | | USB: iforce: remove err() usageGreg Kroah-Hartman2012-04-253-6/+12
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-03-301-0/+3
|\|
| * Input: amijoy - add missing platform checkGeert Uytterhoeven2012-03-261-0/+3
* | Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
|/
* Input: convert I2C drivers to use module_i2c_driver()Axel Lin2012-03-171-11/+1Star
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-3/+3
* USB: convert drivers/input/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-12/+1Star
* drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker2011-11-011-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-08-241-1/+1
|\
| * Input: remove CLOCK_TICK_RATE from analog joystick driverDeepak Saxena2011-08-051-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-07-271-5/+26
|\|
| * Input: xpad - enable rumble support for XBox360 Wireless ControllersChris Moeller2011-07-051-4/+21
| * Input: xpad - add support for two more dance pads and a guitarMagnus Hörlin2011-06-211-1/+5
* | i8253: Create linux/i8253.h and use it in all 8253 related filesRalf Baechle2011-06-091-1/+1
|/
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* Merge branch 'next' into for-linusDmitry Torokhov2011-01-123-0/+378
|\
| * Input: add Austria Microsystem AS5011 joystick driverFabien Marteau2011-01-103-0/+378
* | Merge branch 'next' into for-linusDmitry Torokhov2011-01-072-64/+74
|\|
| * Input: iforce - clean up MakefileDmitry Torokhov2010-11-221-12/+3Star
| * Input: xpad - ensure xpad->bulk_out is initialized before submitting urbAxel Lin2010-11-181-16/+16
| * Input: xpad - remove useless check in xpad_removeDmitry Torokhov2010-11-121-19/+18Star
| * Input: xpad - fix resource reclaim in xpad_probe error pathAxel Lin2010-11-121-12/+18
| * Input: xpad - fix a memory leakAxel Lin2010-11-121-2/+3