18 Nov, 2010
1 commit
-
Changed Makefile to use -y instead of -objs because -objs is
deprecated and should now be switched. According to (documentation/kbuild/makefiles.txt).Signed-off-by: Tracey Dent
Signed-off-by: Jiri Kosina
15 Oct, 2008
5 commits
-
hid-ff.c now calls only pidff (generic driver), the special ones are now
in separate drivers. Invoke pidff on all non-special directly.Signed-off-by: Jiri Slaby
Signed-off-by: Jiri Kosina -
Signed-off-by: Jiri Slaby
Signed-off-by: Jiri Kosina -
Signed-off-by: Jiri Slaby
Signed-off-by: Jiri Kosina -
Move the force feedback processing into a separate module.
[jkosina@suse.cz: fix Kconfig texts a little bit]
Signed-off-by: Jiri Slaby
Signed-off-by: Jiri Kosina -
Merge the logitech force feedback processing directly into logitech
driver from the usbhid core.Signed-off-by: Jiri Slaby
Signed-off-by: Jiri Kosina
22 Apr, 2008
1 commit
-
Add force feedback support for Logitech Rumblepad 2.
Tested-By: Edgar Simo
Signed-off-by: Anssi Hannula
Signed-off-by: Jiri Kosina
19 Apr, 2007
1 commit
-
Move the USB_VENDOR* and USB_DEVICE* defines and the hid_blacklist[]
array there from hid-core.c. Add
hid-quirks.c:usbhid_lookup_any_quirks() to return quirk information to
hid-core.c. Convert __u32, __u16 types to u32, u16.Signed-off-by: Paul Walmsley
Signed-off-by: Jiri Kosina
11 Apr, 2007
1 commit
-
Separate usbhid code into dedicated drivers/hid/usbhid directory as
discussed previously with Greg, so that it eases maintaineance process.Signed-off-by: Jiri Kosina
Signed-off-by: Greg Kroah-Hartman