aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick/iforce/iforce-main.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-07Input: iforce - invert valid length check when fetching device IDsTetsuo Handa1-4/+4
2022-08-29Input: iforce - add support for Boeder Force Feedback WheelGreg Tulli1-0/+1
2019-07-15Input: iforce - remove empty multiline commentsTim Schumacher1-3/+0
2019-07-15Merge tag 'v5.2' into nextDmitry Torokhov1-13/+1
2019-06-22Input: iforce - add the Saitek R440 Force WheelTim Schumacher1-0/+1
2019-06-22Input: iforce - use unaligned accessors, where appropriateDmitry Torokhov1-3/+4
2019-06-22Input: iforce - allow callers supply data buffer when fetching device IDsDmitry Torokhov1-12/+15
2019-06-22Input: iforce - update formatting of switch statementsDmitry Torokhov1-38/+32
2019-06-22Input: iforce - split into core and transport modulesDmitry Torokhov1-33/+2
2019-06-22Input: iforce - add bus type and parent arguments to iforce_init_device()Dmitry Torokhov1-15/+4
2019-06-22Input: iforce - introduce start and stop io transport opsDmitry Torokhov1-23/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-13/+1
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 Schumacher1-1/+1
2018-07-26Input: stop telling users to snail-mail VojtechDmitry Torokhov1-4/+0
2012-04-25USB: iforce: remove err() usageGreg Kroah-Hartman1-1/+2
2010-05-10Input: iforce - fix Guillemot Jet Leader 3D entryMarek Vasut1-1/+1
2010-05-10Input: iforce - add Guillemot Jet Leader Force FeedbackMarek Vasut1-0/+4
2009-12-30Input: iforce - wait for command completion when closing the deviceDmitry Torokhov1-0/+3
2009-12-24Input: iforce - fix oops on device disconnectDmitry Torokhov1-21/+5
2009-08-19Input: iforce - support new revision of ACT LABS Force RSJiri Kosina1-0/+1
2008-10-17USB: remove warn() macro from usb input driversGreg Kroah-Hartman1-6/+8
2008-05-20Input: remove CVS keywordsAdrian Bunk1-2/+0
2008-01-21Input: iforce - don't access input_dev->private directlyDmitry Torokhov1-8/+9
2007-10-19get rid of input BIT* duplicate definesJiri Slaby1-1/+2
2007-05-22Input: iforce - minor clean-upsJohann Deneux1-3/+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 Deneux1-12/+10
2006-11-23Input: handle serio_register_driver() errorsAkinobu Mita1-3/+11
2006-11-05Input: joysticks - handle errors when registering input devicesDmitry Torokhov1-7/+10
2006-07-19Input: iforce - switch to the new FF interfaceAnssi Hannula1-147/+79
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-26Input: iforce - remove some pointless castsJesper Juhl1-3/+3
2006-02-19Input: joysticks - semaphore to mutex conversionIngo Molnar1-1/+1
2006-01-29Input: iforce - do not return ENOMEM upon successful allocationAlexey Dobriyan1-1/+1
2005-10-28[PATCH] drivers/input/joystick: convert to dynamic input_dev allocationDmitry Torokhov1-55/+51
2005-05-29Input: Add a new I-Force device to the iforce driver.Marian-Nicolae V. Ion1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+557