aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick/iforce/iforce-packets.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 - use unaligned accessors, where appropriateDmitry Torokhov1-4/+8
2019-06-22Input: iforce - only call iforce_process_packet() if initializedDmitry Torokhov1-3/+0
2019-06-22Input: iforce - signal command completion from transport codeDmitry Torokhov1-2/+0
2019-06-22Input: iforce - do not combine arguments for iforce_process_packet()Dmitry Torokhov1-4/+5
2019-06-22Input: iforce - factor out hat handling when parsing packetsDmitry Torokhov1-44/+57
2019-06-22Input: iforce - update formatting of switch statementsDmitry Torokhov1-53/+59
2019-06-22Input: iforce - split into core and transport modulesDmitry Torokhov1-0/+2
2019-06-22Input: iforce - move command completion handling to serio codeDmitry Torokhov1-7/+0
2019-06-22Input: iforce - move get_id to the transport operationsDmitry Torokhov1-64/+0
2019-06-22Input: iforce - introduce transport opsDmitry Torokhov1-18/+2
2019-06-22Input: iforce - remove "being used" sillinessDmitry Torokhov1-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-13/+1
2018-07-26Input: iforce - reformat the packet dump outputTim Schumacher1-7/+3
2018-07-26Input: stop telling users to snail-mail VojtechDmitry Torokhov1-4/+0
2018-07-04Input: iforce - use GFP_KERNEL in iforce_get_id_packet()Sebastian Andrzej Siewior1-1/+1
2012-05-04USB: input: iforce: fix up dev_* messagesGreg Kroah-Hartman1-2/+2
2012-05-01USB: iforce: remove dbg() usageGreg Kroah-Hartman1-2/+4
2012-05-01USB: input: joystick: iforce: fix up dev_err() usagesGreg Kroah-Hartman1-1/+1
2012-04-25USB: iforce: remove err() usageGreg Kroah-Hartman1-3/+7
2008-10-17USB: remove warn() macro from usb input driversGreg Kroah-Hartman1-3/+5
2008-05-20Input: remove CVS keywordsAdrian Bunk1-2/+0
2007-08-30Input: iforce - fix 'unused variable' warningAndrew Morton1-4/+4
2007-05-22Input: iforce - minor clean-upsJohann Deneux1-2/+8
2007-04-12Input: iforce - use usb_kill_urb instead of usb_unlink_urbJohann Deneux1-12/+10
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-5/+1
2006-07-19Input: iforce - switch to the new FF interfaceAnssi Hannula1-7/+8
2006-01-31Input: iforce - fix detection of USB devicesDmitry Torokhov1-2/+2
2005-10-28[PATCH] drivers/input/joystick: convert to dynamic input_dev allocationDmitry Torokhov1-2/+3
2005-09-05Input: iforce - use wait_event_interruptible_timeoutVojtech Pavlik1-25/+7
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+319