aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick/iforce (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds6-52/+16
2018-07-27Input: iforce - reorganize joystick configuration listsTim Schumacher1-14/+5
2018-07-27Input: iforce - assign BTN_DEAD only for specific devicesTim Schumacher1-5/+6
2018-07-26Input: iforce - reformat the packet dump outputTim Schumacher4-11/+7
2018-07-26Input: stop telling users to snail-mail VojtechDmitry Torokhov6-24/+0
2018-07-04Input: iforce - use GFP_KERNEL in iforce_get_id_packet()Sebastian Andrzej Siewior1-1/+1
2018-06-15docs: fix broken references with multiple hintsMauro Carvalho Chehab1-2/+2
2017-08-18Input: iforce - constify serio_device_idArvind Yadav1-1/+1
2017-08-07Input: iforce - constify usb_device_id and fix space before '[' errorArvind Yadav1-1/+1
2017-03-16Input: iforce - validate number of endpoints before using themJohan Hovold1-0/+3
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2012-05-04USB: input: iforce: fix up dev_* messagesGreg Kroah-Hartman3-5/+7
2012-05-01USB: iforce: remove dbg() usageGreg Kroah-Hartman2-8/+12
2012-05-01USB: input: joystick: iforce: fix up dev_err() usagesGreg Kroah-Hartman2-2/+2
2012-04-25USB: iforce: remove err() usageGreg Kroah-Hartman3-6/+12
2010-11-22Input: iforce - clean up MakefileDmitry Torokhov1-12/+3
2010-05-10Input: iforce - fix Guillemot Jet Leader 3D entryMarek Vasut1-1/+1
2010-05-10Input: iforce - add Guillemot Jet Leader Force FeedbackMarek Vasut2-0/+5
2009-12-30Input: iforce - wait for command completion when closing the deviceDmitry Torokhov2-0/+4
2009-12-24Input: iforce - fix oops on device disconnectDmitry Torokhov3-44/+12
2009-08-19Input: iforce - support new revision of ACT LABS Force RSJiri Kosina2-0/+2
2008-10-17USB: remove warn() macro from usb input driversGreg Kroah-Hartman4-23/+37
2008-05-20Input: remove CVS keywordsAdrian Bunk6-12/+0
2008-05-16Input: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3
2008-04-28usb input endianness annotations and fixesAl Viro1-1/+1
2008-01-21Input: iforce - don't access input_dev->private directlyDmitry Torokhov1-8/+9
2007-10-20changed emailJohann Deneux1-1/+1
2007-10-19get rid of input BIT* duplicate definesJiri Slaby2-3/+4
2007-08-30Input: iforce - fix 'unused variable' warningAndrew Morton1-4/+4
2007-05-22Input: iforce - minor clean-upsJohann Deneux2-5/+9
2007-05-22Input: iforce - fix force feedback not workingJohann Deneux1-2/+3
2007-05-03Input: drivers/joystick - fix various sparse warningsDmitry Torokhov1-1/+1
2007-04-12Input: joysticks - switch to using input_dev->dev.parentDmitry Torokhov1-2/+2
2007-04-12Input: iforce - use usb_kill_urb instead of usb_unlink_urbJohann Deneux6-38/+33
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 Mita1-3/+11
2006-11-05Input: joysticks - handle errors when registering input devicesDmitry Torokhov2-18/+19
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells4-12/+8
2006-07-19Input: iforce - switch to the new FF interfaceAnssi Hannula4-238/+147
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 Engel1-1/+0
2006-06-26Input: iforce - remove some pointless castsJesper Juhl1-3/+3
2006-06-05Input: iforce - use ENOSPC instead of ENOMEMAnssi Hannula1-4/+4
2006-02-19Input: joysticks - semaphore to mutex conversionIngo Molnar3-15/+16
2006-01-31Input: iforce - fix detection of USB devicesDmitry Torokhov2-3/+2
2006-01-29Input: iforce - do not return ENOMEM upon successful allocationAlexey Dobriyan1-1/+1
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman1-1/+0
2005-10-28[PATCH] drivers/input/joystick: convert to dynamic input_dev allocationDmitry Torokhov5-75/+70