aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick/iforce/iforce-serio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-27Input: iforce - wake up after clearing IFORCE_XMIT_RUNNING flagTetsuo Handa1-3/+3
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 - 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-4/+6
2019-06-22Input: iforce - allow callers supply data buffer when fetching device IDsDmitry Torokhov1-8/+20
2019-06-22Input: iforce - only call iforce_process_packet() if initializedDmitry Torokhov1-1/+1
2019-06-22Input: iforce - signal command completion from transport codeDmitry Torokhov1-3/+6
2019-06-22Input: iforce - do not combine arguments for iforce_process_packet()Dmitry Torokhov1-4/+4
2019-06-22Input: iforce - split into core and transport modulesDmitry Torokhov1-0/+7
2019-06-22Input: iforce - move transport data into transport modulesDmitry Torokhov1-37/+59
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/+13
2019-06-22Input: iforce - move command completion handling to serio codeDmitry Torokhov1-1/+11
2019-06-22Input: iforce - move get_id to the transport operationsDmitry Torokhov1-0/+17
2019-06-22Input: iforce - introduce transport opsDmitry Torokhov1-2/+7
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-18Input: iforce - constify serio_device_idArvind Yadav1-1/+1
2008-05-20Input: remove CVS keywordsAdrian Bunk1-2/+0
2007-04-12Input: iforce - use usb_kill_urb instead of usb_unlink_urbJohann Deneux1-1/+1
2006-11-05Input: joysticks - handle errors when registering input devicesDmitry Torokhov1-11/+9
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2005-10-28[PATCH] drivers/input/joystick: convert to dynamic input_dev allocationDmitry Torokhov1-5/+5
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+193