History log of /drivers/hid/hid-emsff.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e0273728564a395a13cfed70e34da4f2613d2d44 05-Jan-2012 Jiri Kosina <jkosina@suse.cz> Merge branches 'hyperv', 'multitouch', 'roccat', 'upstream', 'upstream-fixes', 'wacom' and 'wiimote' into for-linus
05ee28387946ca9936956a6e45f822c0c41dfc87 21-Dec-2011 Jiri Kosina <jkosina@suse.cz> HID: emsff: use symbolic name instead of hardcoded PID constant

Use macro instead of 0x118 PID in device table.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
/drivers/hid/hid-emsff.c
8f86a2c3cb90e8bb0733de2d2b0abbe7050bb536 03-Jul-2011 Paul Gortmaker <paul.gortmaker@windriver.com> hid: Add module.h to fix up implicit users of it

A pending cleanup will mean that module.h won't be implicitly
everywhere anymore. Make sure the modular drivers in clocksource
are actually calling out for <module.h> explicitly in advance.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
/drivers/hid/hid-emsff.c
2dcd9543a28da523a179a13b1eefa5f9b8e05d72 19-Jul-2011 Axel Lin <axel.lin@gmail.com> HID: emsff: properly handle emsff_init failure

emsff_init() may fail, let's properly handle the failure.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
/drivers/hid/hid-emsff.c
4291ee305e9bb0699504a66f0e2b7aefcf0512a5 10-Dec-2010 Joe Perches <joe@perches.com> HID: Add and use hid_<level>: dev_<level> equivalents

Neaten current uses of dev_<level> by adding and using
hid specific hid_<level> macros.

Convert existing uses of dev_<level> uses to hid_<level>.
Convert hid-pidff printk uses to hid_<level>.

Remove err_hid and use hid_err instead.

Add missing newlines to logging messages where necessary.
Coalesce format strings.

Add and use pr_fmt(fmt) KBUILD_MODNAME ": " fmt

Other miscellaneous changes:

Add const struct hid_device * argument to hid-core functions
extract() and implement() so hid_<level> can be used by them.
Fix bad indentation in hid-core hid_input_field function
that calls extract() function above.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
/drivers/hid/hid-emsff.c
04561c5aa243c98cae93cde27e05740df787e692 01-Nov-2010 Ignaz Forster <ignaz.forster@gmx.de> HID: Add Force Feedback support for EMS Trio Linker Plus II

The device has connections for GameCube, PlayStation 2 and Dreamcast
controllers, however Force Feedback is only supported for PS2 and GC
controllers.

When using a PS2 controller it may be necessary to press the "Analog" button to
enable support for both motors (this behavior is identical to the Windows
driver, I have found no way to avoid that).

Signed-off-by: Ignaz Forster <ignaz.forster@gmx.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
/drivers/hid/hid-emsff.c