index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
joystick
/
iforce
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-06
Input: iforce - add sanity checks
Oliver Neukum
1
-0
/
+5
2019-07-15
Input: iforce - remove empty multiline comments
Tim Schumacher
6
-18
/
+0
2019-07-15
Merge tag 'v5.2' into next
Dmitry Torokhov
8
-78
/
+8
2019-06-22
Input: iforce - add the Saitek R440 Force Wheel
Tim Schumacher
2
-0
/
+2
2019-06-22
Input: iforce - use unaligned accessors, where appropriate
Dmitry Torokhov
2
-7
/
+12
2019-06-22
Input: iforce - drop couple of temps from transport code
Dmitry Torokhov
2
-10
/
+4
2019-06-22
Input: iforce - drop bus type from iforce structure
Dmitry Torokhov
3
-7
/
+0
2019-06-22
Input: iforce - use DMA-safe buffores for USB transfers
Dmitry Torokhov
3
-15
/
+25
2019-06-22
Input: iforce - allow callers supply data buffer when fetching device IDs
Dmitry Torokhov
4
-30
/
+47
2019-06-22
Input: iforce - only call iforce_process_packet() if initialized
Dmitry Torokhov
2
-4
/
+1
2019-06-22
Input: iforce - signal command completion from transport code
Dmitry Torokhov
2
-5
/
+6
2019-06-22
Input: iforce - do not combine arguments for iforce_process_packet()
Dmitry Torokhov
4
-11
/
+13
2019-06-22
Input: iforce - factor out hat handling when parsing packets
Dmitry Torokhov
1
-44
/
+57
2019-06-22
Input: iforce - update formatting of switch statements
Dmitry Torokhov
3
-100
/
+100
2019-06-22
Input: iforce - use DMA-safe buffer when getting IDs from USB
Dmitry Torokhov
1
-46
/
+22
2019-06-22
Input: iforce - split into core and transport modules
Dmitry Torokhov
7
-43
/
+25
2019-06-22
Input: iforce - move transport data into transport modules
Dmitry Torokhov
3
-104
/
+144
2019-06-22
Input: iforce - add bus type and parent arguments to iforce_init_device()
Dmitry Torokhov
4
-18
/
+8
2019-06-22
Input: iforce - introduce start and stop io transport ops
Dmitry Torokhov
4
-23
/
+34
2019-06-22
Input: iforce - move command completion handling to serio code
Dmitry Torokhov
2
-8
/
+11
2019-06-22
Input: iforce - move get_id to the transport operations
Dmitry Torokhov
4
-65
/
+51
2019-06-22
Input: iforce - introduce transport ops
Dmitry Torokhov
4
-28
/
+29
2019-06-22
Input: iforce - remove "being used" silliness
Dmitry Torokhov
1
-10
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
6
-78
/
+6
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2
-0
/
+2
2018-08-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
6
-52
/
+16
2018-07-27
Input: iforce - reorganize joystick configuration lists
Tim Schumacher
1
-14
/
+5
2018-07-27
Input: iforce - assign BTN_DEAD only for specific devices
Tim Schumacher
1
-5
/
+6
2018-07-26
Input: iforce - reformat the packet dump output
Tim Schumacher
4
-11
/
+7
2018-07-26
Input: stop telling users to snail-mail Vojtech
Dmitry Torokhov
6
-24
/
+0
2018-07-04
Input: iforce - use GFP_KERNEL in iforce_get_id_packet()
Sebastian Andrzej Siewior
1
-1
/
+1
2018-06-15
docs: fix broken references with multiple hints
Mauro Carvalho Chehab
1
-2
/
+2
2017-08-18
Input: iforce - constify serio_device_id
Arvind Yadav
1
-1
/
+1
2017-08-07
Input: iforce - constify usb_device_id and fix space before '[' error
Arvind Yadav
1
-1
/
+1
2017-03-16
Input: iforce - validate number of endpoints before using them
Johan Hovold
1
-0
/
+3
2014-01-06
Input: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2012-05-04
USB: input: iforce: fix up dev_* messages
Greg Kroah-Hartman
3
-5
/
+7
2012-05-01
USB: iforce: remove dbg() usage
Greg Kroah-Hartman
2
-8
/
+12
2012-05-01
USB: input: joystick: iforce: fix up dev_err() usages
Greg Kroah-Hartman
2
-2
/
+2
2012-04-25
USB: iforce: remove err() usage
Greg Kroah-Hartman
3
-6
/
+12
2010-11-22
Input: iforce - clean up Makefile
Dmitry Torokhov
1
-12
/
+3
2010-05-10
Input: iforce - fix Guillemot Jet Leader 3D entry
Marek Vasut
1
-1
/
+1
2010-05-10
Input: iforce - add Guillemot Jet Leader Force Feedback
Marek Vasut
2
-0
/
+5
2009-12-30
Input: iforce - wait for command completion when closing the device
Dmitry Torokhov
2
-0
/
+4
2009-12-24
Input: iforce - fix oops on device disconnect
Dmitry Torokhov
3
-44
/
+12
2009-08-19
Input: iforce - support new revision of ACT LABS Force RS
Jiri Kosina
2
-0
/
+2
2008-10-17
USB: remove warn() macro from usb input drivers
Greg Kroah-Hartman
4
-23
/
+37
2008-05-20
Input: remove CVS keywords
Adrian Bunk
6
-12
/
+0
2008-05-16
Input: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-3
/
+3
2008-04-28
usb input endianness annotations and fixes
Al Viro
1
-1
/
+1
[next]