aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick/iforce (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2005-09-05Input: iforce - use wait_event_interruptible_timeoutVojtech Pavlik2-25/+8
2005-05-29Input: Add a new I-Force device to the iforce driver.Marian-Nicolae V. Ion2-0/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds8-0/+2098