summaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick/iforce
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2025-08-21Input: include export.h in modules using EXPORT_SYMBOL*()Dmitry Torokhov-0/+2
2024-11-25Merge tag 'input-for-v6.13-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-86/+68
2024-10-03Input: iforce - use guard notation when acquiring mutex and spinlockDmitry Torokhov-86/+68
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-2/+2
2022-11-07Input: iforce - invert valid length check when fetching device IDsTetsuo Handa-4/+4
2022-08-29Input: iforce - add support for Boeder Force Feedback WheelGreg Tulli-0/+1
2022-08-27Input: iforce - wake up after clearing IFORCE_XMIT_RUNNING flagTetsuo Handa-7/+13
2021-11-09Input: iforce - fix control-message timeoutJohan Hovold-1/+1
2019-08-06Input: iforce - add sanity checksOliver Neukum-0/+5
2019-07-15Input: iforce - remove empty multiline commentsTim Schumacher-18/+0
2019-07-15Merge tag 'v5.2' into nextDmitry Torokhov-78/+8
2019-06-22Input: iforce - add the Saitek R440 Force WheelTim Schumacher-0/+2
2019-06-22Input: iforce - use unaligned accessors, where appropriateDmitry Torokhov-7/+12
2019-06-22Input: iforce - drop couple of temps from transport codeDmitry Torokhov-10/+4
2019-06-22Input: iforce - drop bus type from iforce structureDmitry Torokhov-7/+0
2019-06-22Input: iforce - use DMA-safe buffores for USB transfersDmitry Torokhov-15/+25
2019-06-22Input: iforce - allow callers supply data buffer when fetching device IDsDmitry Torokhov-30/+47
2019-06-22Input: iforce - only call iforce_process_packet() if initializedDmitry Torokhov-4/+1
2019-06-22Input: iforce - signal command completion from transport codeDmitry Torokhov-5/+6
2019-06-22Input: iforce - do not combine arguments for iforce_process_packet()Dmitry Torokhov-11/+13
2019-06-22Input: iforce - factor out hat handling when parsing packetsDmitry Torokhov-44/+57
2019-06-22Input: iforce - update formatting of switch statementsDmitry Torokhov-100/+100
2019-06-22Input: iforce - use DMA-safe buffer when getting IDs from USBDmitry Torokhov-46/+22
2019-06-22Input: iforce - split into core and transport modulesDmitry Torokhov-43/+25
2019-06-22Input: iforce - move transport data into transport modulesDmitry Torokhov-104/+144
2019-06-22Input: iforce - add bus type and parent arguments to iforce_init_device()Dmitry Torokhov-18/+8
2019-06-22Input: iforce - introduce start and stop io transport opsDmitry Torokhov-23/+34
2019-06-22Input: iforce - move command completion handling to serio codeDmitry Torokhov-8/+11
2019-06-22Input: iforce - move get_id to the transport operationsDmitry Torokhov-65/+51
2019-06-22Input: iforce - introduce transport opsDmitry Torokhov-28/+29
2019-06-22Input: iforce - remove "being used" sillinessDmitry Torokhov-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-78/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2018-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-52/+16
2018-07-27Input: iforce - reorganize joystick configuration listsTim Schumacher-14/+5
2018-07-27Input: iforce - assign BTN_DEAD only for specific devicesTim Schumacher-5/+6
2018-07-26Input: iforce - reformat the packet dump outputTim Schumacher-11/+7
2018-07-26Input: stop telling users to snail-mail VojtechDmitry Torokhov-24/+0
2018-07-04Input: iforce - use GFP_KERNEL in iforce_get_id_packet()Sebastian Andrzej Siewior-1/+1
2018-06-15docs: fix broken references with multiple hintsMauro Carvalho Chehab-2/+2
2017-08-18Input: iforce - constify serio_device_idArvind Yadav-1/+1
2017-08-07Input: iforce - constify usb_device_id and fix space before '[' errorArvind Yadav-1/+1
2017-03-16Input: iforce - validate number of endpoints before using themJohan Hovold-0/+3
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2012-05-04USB: input: iforce: fix up dev_* messagesGreg Kroah-Hartman-5/+7
2012-05-01USB: iforce: remove dbg() usageGreg Kroah-Hartman-8/+12
2012-05-01USB: input: joystick: iforce: fix up dev_err() usagesGreg Kroah-Hartman-2/+2
2012-04-25USB: iforce: remove err() usageGreg Kroah-Hartman-6/+12