summaryrefslogtreecommitdiff
path: root/drivers/input/joystick
AgeCommit message (Expand)AuthorFilesLines
2013-09-07Merge branch 'next' into for-linusDmitry Torokhov2-3/+4
2013-08-26Input: xpad - add signature for Razer Onza Classic EditionMag1-0/+1
2013-08-25Input: as5011 - fix error return code in as5011_probe()Wei Yongjun1-0/+1
2013-08-13Input: joysticks - use dev_get_platdata()Jingoo Han2-3/+3
2013-07-02Merge branch 'next' into for-linusDmitry Torokhov1-6/+2
2013-06-19Input: xpad - fix for "Mad Catz Street Fighter IV FightPad" controllersShawn Joseph1-1/+1
2013-03-15input/joystick: use get_cycles on ARMArnd Bergmann1-6/+2
2013-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-36/+46
2013-02-20Merge branch 'next' into for-linusDmitry Torokhov1-36/+46
2013-02-04drivers/input/joystick/analog.c: enable precise timerChris Metcalf1-1/+1
2013-01-22Input: walkera0701 - claim parport when opening the deviceDmitry Torokhov1-10/+6
2013-01-22Input: walkera0701 - use proper error codesDmitry Torokhov1-20/+36
2013-01-22Input: walkera0701 - switch to using pr_xxx() for messagesDmitry Torokhov1-13/+10
2013-01-22Input: walkera0701 - set up input device's parentDmitry Torokhov1-0/+1
2012-12-17Merge branch 'next' into for-linusDmitry Torokhov3-14/+28
2012-12-17Input: walkera0701 - fix crash on startupPeter Popovec1-3/+4
2012-12-04Input: xpad - add a few new VID/PID combinationsGuillermo A. Amaral1-9/+18
2012-12-04Input: xpad - minor formatting fixesGuillermo A. Amaral1-3/+3
2012-11-24Input: remove use of __devexitBill Pemberton2-2/+2
2012-11-24Input: remove use of __devinitBill Pemberton2-4/+4
2012-11-24Input: remove use of __devexit_pBill Pemberton2-2/+2
2012-10-11Input: as5011 - use C99-style structure initializatorsShubhrajyoti D1-3/+16
2012-07-25Merge branch 'next' into for-linusDmitry Torokhov6-24/+50
2012-07-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+5
2012-07-13Input: xpad - add Andamiro Pump It Up padYuri Khan1-0/+1
2012-07-11Input: xpad - add signature for Razer Onza Tournament EditionIlia Katsnelson1-1/+3
2012-07-11Input: xpad - handle all variations of Mad Catz Beat PadYuri Khan1-0/+1
2012-07-08Merge branch 'for-linus' to bring in change ensuring that drivers thatDmitry Torokhov1-2/+3
2012-07-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-2/+3
2012-07-05Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen1-2/+3
2012-05-30i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLINGMark Brown1-0/+1
2012-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds18-248/+18
2012-05-05USB: input: xpad.c: fix up dev_* messagesGreg Kroah-Hartman1-3/+5
2012-05-05USB: input: iforce: fix up dev_* messagesGreg Kroah-Hartman3-5/+7
2012-05-02USB: xpad.c: remove dbg() usageGreg Kroah-Hartman1-11/+19
2012-05-02USB: iforce: remove dbg() usageGreg Kroah-Hartman2-8/+12
2012-05-02USB: input: xpad.c: fix up dev_err() usageGreg Kroah-Hartman1-2/+2
2012-05-02USB: input: joystick: iforce: fix up dev_err() usagesGreg Kroah-Hartman2-2/+2
2012-04-26USB: xpad.c: remove err() usageGreg Kroah-Hartman1-4/+7
2012-04-26USB: iforce: remove err() usageGreg Kroah-Hartman3-6/+12
2012-04-22Merge commit 'v3.4-rc4' into nextDmitry Torokhov1-1/+0
2012-04-04Input: gameport - use module_gameport_driverAxel Lin11-136/+11
2012-04-04Input: serio - use module_serio_driverAxel Lin7-112/+7
2012-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+3
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-26Input: amijoy - add missing platform checkGeert Uytterhoeven1-0/+3
2012-03-17Input: convert I2C drivers to use module_i2c_driver()Axel Lin1-11/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-3/+3
2011-11-18USB: convert drivers/input/* to use module_usb_driver()Greg Kroah-Hartman1-12/+1
2011-11-01drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker1-0/+1