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-main.c
Age
Commit message (
Expand
)
Author
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2022-11-07
Input: iforce - invert valid length check when fetching device IDs
Tetsuo Handa
2022-08-29
Input: iforce - add support for Boeder Force Feedback Wheel
Greg Tulli
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 - add the Saitek R440 Force Wheel
Tim Schumacher
2019-06-22
Input: iforce - use unaligned accessors, where appropriate
Dmitry Torokhov
2019-06-22
Input: iforce - allow callers supply data buffer when fetching device IDs
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 - add bus type and parent arguments to iforce_init_device()
Dmitry Torokhov
2019-06-22
Input: iforce - introduce start and stop io transport ops
Dmitry Torokhov
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2018-07-27
Input: iforce - reorganize joystick configuration lists
Tim Schumacher
2018-07-27
Input: iforce - assign BTN_DEAD only for specific devices
Tim Schumacher
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
2012-04-25
USB: iforce: remove err() usage
Greg Kroah-Hartman
2010-05-10
Input: iforce - fix Guillemot Jet Leader 3D entry
Marek Vasut
2010-05-10
Input: iforce - add Guillemot Jet Leader Force Feedback
Marek Vasut
2009-12-30
Input: iforce - wait for command completion when closing the device
Dmitry Torokhov
2009-12-24
Input: iforce - fix oops on device disconnect
Dmitry Torokhov
2009-08-19
Input: iforce - support new revision of ACT LABS Force RS
Jiri Kosina
2008-10-17
USB: remove warn() macro from usb input drivers
Greg Kroah-Hartman
2008-05-20
Input: remove CVS keywords
Adrian Bunk
2008-01-21
Input: iforce - don't access input_dev->private directly
Dmitry Torokhov
2007-10-19
get rid of input BIT* duplicate defines
Jiri Slaby
2007-05-22
Input: iforce - minor clean-ups
Johann Deneux
2007-04-12
Input: joysticks - switch to using input_dev->dev.parent
Dmitry Torokhov
2007-04-12
Input: iforce - use usb_kill_urb instead of usb_unlink_urb
Johann Deneux
2006-11-23
Input: handle serio_register_driver() errors
Akinobu Mita
2006-11-05
Input: joysticks - handle errors when registering input devices
Dmitry Torokhov
2006-07-19
Input: iforce - switch to the new FF interface
Anssi Hannula
2006-07-15
Input: iforce - add Trust Force Feedback Race Master support
Przemek Iskra
2006-07-06
Input: iforce - check array bounds before accessing elements
Dmitry Torokhov
2006-06-26
Input: iforce - remove some pointless casts
Jesper Juhl
2006-02-19
Input: joysticks - semaphore to mutex conversion
Ingo Molnar
2006-01-29
Input: iforce - do not return ENOMEM upon successful allocation
Alexey Dobriyan
2005-10-28
[PATCH] drivers/input/joystick: convert to dynamic input_dev allocation
Dmitry Torokhov
2005-05-29
Input: Add a new I-Force device to the iforce driver.
Marian-Nicolae V. Ion
2005-04-16
Linux-2.6.12-rc2
Linus Torvalds