summaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick/iforce/iforce-main.c
Commit message (Expand)AuthorAgeFilesLines
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* Input: iforce - invert valid length check when fetching device IDsTetsuo Handa2022-11-071-4/+4
* Input: iforce - add support for Boeder Force Feedback WheelGreg Tulli2022-08-291-0/+1
* Input: iforce - remove empty multiline commentsTim Schumacher2019-07-151-3/+0
* Merge tag 'v5.2' into nextDmitry Torokhov2019-07-151-13/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-13/+1
* | Input: iforce - add the Saitek R440 Force WheelTim Schumacher2019-06-221-0/+1
* | Input: iforce - use unaligned accessors, where appropriateDmitry Torokhov2019-06-221-3/+4
* | Input: iforce - allow callers supply data buffer when fetching device IDsDmitry Torokhov2019-06-221-12/+15
* | Input: iforce - update formatting of switch statementsDmitry Torokhov2019-06-221-38/+32
* | Input: iforce - split into core and transport modulesDmitry Torokhov2019-06-221-33/+2
* | Input: iforce - add bus type and parent arguments to iforce_init_device()Dmitry Torokhov2019-06-221-15/+4
* | Input: iforce - introduce start and stop io transport opsDmitry Torokhov2019-06-221-23/+2
|/
* Input: iforce - reorganize joystick configuration listsTim Schumacher2018-07-271-14/+5
* Input: iforce - assign BTN_DEAD only for specific devicesTim Schumacher2018-07-271-5/+6
* Input: iforce - reformat the packet dump outputTim Schumacher2018-07-261-1/+1
* Input: stop telling users to snail-mail VojtechDmitry Torokhov2018-07-261-4/+0
* USB: iforce: remove err() usageGreg Kroah-Hartman2012-04-251-1/+2
* Input: iforce - fix Guillemot Jet Leader 3D entryMarek Vasut2010-05-101-1/+1
* Input: iforce - add Guillemot Jet Leader Force FeedbackMarek Vasut2010-05-101-0/+4
* Input: iforce - wait for command completion when closing the deviceDmitry Torokhov2009-12-301-0/+3
* Input: iforce - fix oops on device disconnectDmitry Torokhov2009-12-241-21/+5
* Input: iforce - support new revision of ACT LABS Force RSJiri Kosina2009-08-191-0/+1
* USB: remove warn() macro from usb input driversGreg Kroah-Hartman2008-10-171-6/+8
* Input: remove CVS keywordsAdrian Bunk2008-05-201-2/+0
* Input: iforce - don't access input_dev->private directlyDmitry Torokhov2008-01-211-8/+9
* get rid of input BIT* duplicate definesJiri Slaby2007-10-191-1/+2
* Input: iforce - minor clean-upsJohann Deneux2007-05-221-3/+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-121-12/+10
* Input: handle serio_register_driver() errorsAkinobu Mita2006-11-231-3/+11
* Input: joysticks - handle errors when registering input devicesDmitry Torokhov2006-11-051-7/+10
* Input: iforce - switch to the new FF interfaceAnssi Hannula2006-07-191-147/+79
* Input: iforce - add Trust Force Feedback Race Master supportPrzemek Iskra2006-07-151-0/+1
* Input: iforce - check array bounds before accessing elementsDmitry Torokhov2006-07-061-9/+9
* Input: iforce - remove some pointless castsJesper Juhl2006-06-261-3/+3
* Input: joysticks - semaphore to mutex conversionIngo Molnar2006-02-191-1/+1
* Input: iforce - do not return ENOMEM upon successful allocationAlexey Dobriyan2006-01-291-1/+1
* [PATCH] drivers/input/joystick: convert to dynamic input_dev allocationDmitry Torokhov2005-10-281-55/+51
* Input: Add a new I-Force device to the iforce driver.Marian-Nicolae V. Ion2005-05-291-0/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+557