index
:
linux
master
Torvalds' mirror for benchmark reasons
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
joystick
/
iforce
/
iforce-packets.c
Age
Commit message (
Expand
)
Author
2024-11-25
Merge tag 'input-for-v6.13-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-10-03
Input: iforce - use guard notation when acquiring mutex and spinlock
Dmitry Torokhov
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2019-07-15
Input: iforce - remove empty multiline comments
Tim Schumacher
2019-07-15
Merge tag 'v5.2' into next
Dmitry Torokhov
2019-06-22
Input: iforce - use unaligned accessors, where appropriate
Dmitry Torokhov
2019-06-22
Input: iforce - only call iforce_process_packet() if initialized
Dmitry Torokhov
2019-06-22
Input: iforce - signal command completion from transport code
Dmitry Torokhov
2019-06-22
Input: iforce - do not combine arguments for iforce_process_packet()
Dmitry Torokhov
2019-06-22
Input: iforce - factor out hat handling when parsing packets
Dmitry Torokhov
2019-06-22
Input: iforce - update formatting of switch statements
Dmitry Torokhov
2019-06-22
Input: iforce - split into core and transport modules
Dmitry Torokhov
2019-06-22
Input: iforce - move command completion handling to serio code
Dmitry Torokhov
2019-06-22
Input: iforce - move get_id to the transport operations
Dmitry Torokhov
2019-06-22
Input: iforce - introduce transport ops
Dmitry Torokhov
2019-06-22
Input: iforce - remove "being used" silliness
Dmitry Torokhov
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2018-07-26
Input: iforce - reformat the packet dump output
Tim Schumacher
2018-07-26
Input: stop telling users to snail-mail Vojtech
Dmitry Torokhov
2018-07-04
Input: iforce - use GFP_KERNEL in iforce_get_id_packet()
Sebastian Andrzej Siewior
2012-05-04
USB: input: iforce: fix up dev_* messages
Greg Kroah-Hartman
2012-05-01
USB: iforce: remove dbg() usage
Greg Kroah-Hartman
2012-05-01
USB: input: joystick: iforce: fix up dev_err() usages
Greg Kroah-Hartman
2012-04-25
USB: iforce: remove err() usage
Greg Kroah-Hartman
2008-10-17
USB: remove warn() macro from usb input drivers
Greg Kroah-Hartman
2008-05-20
Input: remove CVS keywords
Adrian Bunk
2007-08-30
Input: iforce - fix 'unused variable' warning
Andrew Morton
2007-05-22
Input: iforce - minor clean-ups
Johann Deneux
2007-04-12
Input: iforce - use usb_kill_urb instead of usb_unlink_urb
Johann Deneux
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
2006-07-19
Input: iforce - switch to the new FF interface
Anssi Hannula
2006-01-31
Input: iforce - fix detection of USB devices
Dmitry Torokhov
2005-10-28
[PATCH] drivers/input/joystick: convert to dynamic input_dev allocation
Dmitry Torokhov
2005-09-05
Input: iforce - use wait_event_interruptible_timeout
Vojtech Pavlik
2005-04-16
Linux-2.6.12-rc2
Linus Torvalds