summaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick/iforce
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-306-78/+6Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-08-196-52/+16Star
|\
| * Input: iforce - reorganize joystick configuration listsTim Schumacher2018-07-281-14/+5Star
| * Input: iforce - assign BTN_DEAD only for specific devicesTim Schumacher2018-07-271-5/+6
| * Input: iforce - reformat the packet dump outputTim Schumacher2018-07-274-11/+7Star
| * Input: stop telling users to snail-mail VojtechDmitry Torokhov2018-07-276-24/+0Star
| * Input: iforce - use GFP_KERNEL in iforce_get_id_packet()Sebastian Andrzej Siewior2018-07-041-1/+1
* | docs: fix broken references with multiple hintsMauro Carvalho Chehab2018-06-151-2/+2
|/
* Input: iforce - constify serio_device_idArvind Yadav2017-08-191-1/+1
* Input: iforce - constify usb_device_id and fix space before '[' errorArvind Yadav2017-08-081-1/+1
* Input: iforce - validate number of endpoints before using themJohan Hovold2017-03-161-0/+3
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-071-1/+0Star
* USB: input: iforce: fix up dev_* messagesGreg Kroah-Hartman2012-05-053-5/+7
* USB: iforce: remove dbg() usageGreg Kroah-Hartman2012-05-022-8/+12
* USB: input: joystick: iforce: fix up dev_err() usagesGreg Kroah-Hartman2012-05-022-2/+2
* USB: iforce: remove err() usageGreg Kroah-Hartman2012-04-253-6/+12
* Input: iforce - clean up MakefileDmitry Torokhov2010-11-221-12/+3Star
* Input: iforce - fix Guillemot Jet Leader 3D entryMarek Vasut2010-05-111-1/+1
* Input: iforce - add Guillemot Jet Leader Force FeedbackMarek Vasut2010-05-112-0/+5
* Input: iforce - wait for command completion when closing the deviceDmitry Torokhov2009-12-302-0/+4
* Input: iforce - fix oops on device disconnectDmitry Torokhov2009-12-253-44/+12Star
* Input: iforce - support new revision of ACT LABS Force RSJiri Kosina2009-08-202-0/+2
* USB: remove warn() macro from usb input driversGreg Kroah-Hartman2008-10-174-23/+37
* Input: remove CVS keywordsAdrian Bunk2008-05-206-12/+0Star
* Input: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-05-161-3/+3
* usb input endianness annotations and fixesAl Viro2008-04-281-1/+1
* Input: iforce - don't access input_dev->private directlyDmitry Torokhov2008-01-211-8/+9
* changed emailJohann Deneux2007-10-201-1/+1
* get rid of input BIT* duplicate definesJiri Slaby2007-10-192-3/+4
* Input: iforce - fix 'unused variable' warningAndrew Morton2007-08-301-4/+4
* Input: iforce - minor clean-upsJohann Deneux2007-05-232-5/+9
* Input: iforce - fix force feedback not workingJohann Deneux2007-05-231-2/+3
* Input: drivers/joystick - fix various sparse warningsDmitry Torokhov2007-05-031-1/+1
* Input: joysticks - switch to using input_dev->dev.parentDmitry Torokhov2007-04-121-2/+2
* Input: iforce - use usb_kill_urb instead of usb_unlink_urbJohann Deneux2007-04-126-38/+33Star
* Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2006-12-081-3/+3
|\
| * usb: iforce-usb free urb cleanupMariusz Kozlowski2006-12-011-3/+3
* | Input: handle serio_register_driver() errorsAkinobu Mita2006-11-241-3/+11
* | Input: joysticks - handle errors when registering input devicesDmitry Torokhov2006-11-062-18/+19
|/
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-054-12/+8Star
* Input: iforce - switch to the new FF interfaceAnssi Hannula2006-07-194-238/+147Star
* Input: iforce - add Trust Force Feedback Race Master supportPrzemek Iskra2006-07-151-0/+1
* Input: iforce - check array bounds before accessing elementsDmitry Torokhov2006-07-071-9/+9
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* Input: iforce - remove some pointless castsJesper Juhl2006-06-261-3/+3
* Input: iforce - use ENOSPC instead of ENOMEMAnssi Hannula2006-06-051-4/+4
* Input: joysticks - semaphore to mutex conversionIngo Molnar2006-02-193-15/+16
* Input: iforce - fix detection of USB devicesDmitry Torokhov2006-01-312-3/+2Star
* Input: iforce - do not return ENOMEM upon successful allocationAlexey Dobriyan2006-01-301-1/+1