aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick/iforce/iforce-usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-27Input: iforce - wake up after clearing IFORCE_XMIT_RUNNING flagTetsuo Handa1-4/+4
2021-11-09Input: iforce - fix control-message timeoutJohan Hovold1-1/+1
2019-08-06Input: iforce - add sanity checksOliver Neukum1-0/+5
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 - drop couple of temps from transport codeDmitry Torokhov1-5/+2
2019-06-22Input: iforce - drop bus type from iforce structureDmitry Torokhov1-1/+0
2019-06-22Input: iforce - use DMA-safe buffores for USB transfersDmitry Torokhov1-9/+19
2019-06-22Input: iforce - allow callers supply data buffer when fetching device IDsDmitry Torokhov1-5/+6
2019-06-22Input: iforce - do not combine arguments for iforce_process_packet()Dmitry Torokhov1-2/+2
2019-06-22Input: iforce - use DMA-safe buffer when getting IDs from USBDmitry Torokhov1-46/+22
2019-06-22Input: iforce - split into core and transport modulesDmitry Torokhov1-0/+7
2019-06-22Input: iforce - move transport data into transport modulesDmitry Torokhov1-54/+84
2019-06-22Input: iforce - add bus type and parent arguments to iforce_init_device()Dmitry Torokhov1-1/+1
2019-06-22Input: iforce - introduce start and stop io transport opsDmitry Torokhov1-0/+17
2019-06-22Input: iforce - move get_id to the transport operationsDmitry Torokhov1-0/+29
2019-06-22Input: iforce - introduce transport opsDmitry Torokhov1-2/+13
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-13/+1
2018-07-26Input: stop telling users to snail-mail VojtechDmitry Torokhov1-4/+0
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
2012-05-04USB: input: iforce: fix up dev_* messagesGreg Kroah-Hartman1-3/+4
2012-05-01USB: iforce: remove dbg() usageGreg Kroah-Hartman1-6/+8
2012-05-01USB: input: joystick: iforce: fix up dev_err() usagesGreg Kroah-Hartman1-1/+1
2012-04-25USB: iforce: remove err() usageGreg Kroah-Hartman1-2/+3
2010-05-10Input: iforce - add Guillemot Jet Leader Force FeedbackMarek Vasut1-0/+1
2009-12-30Input: iforce - wait for command completion when closing the deviceDmitry Torokhov1-0/+1
2009-12-24Input: iforce - fix oops on device disconnectDmitry Torokhov1-21/+7
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-1/+1
2008-05-20Input: remove CVS keywordsAdrian Bunk1-2/+0
2008-05-16Input: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3
2008-04-28usb input endianness annotations and fixesAl Viro1-1/+1
2007-05-22Input: iforce - fix force feedback not workingJohann Deneux1-2/+3
2007-04-12Input: iforce - use usb_kill_urb instead of usb_unlink_urbJohann Deneux1-7/+6
2006-12-01usb: iforce-usb free urb cleanupMariusz Kozlowski1-3/+3
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-4/+4
2006-01-31Input: iforce - fix detection of USB devicesDmitry Torokhov1-1/+0
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 Torokhov1-12/+10
2005-09-05Input: iforce - use wait_event_interruptible_timeoutVojtech Pavlik1-0/+1
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-rc2Linus Torvalds1-0/+243