Bluetooth HID: HIDP - don't initialize force feedback
authorJiri Kosina <jkosina@suse.cz>
Tue, 8 May 2007 17:51:23 +0000 (19:51 +0200)
committerJiri Kosina <jkosina@suse.cz>
Wed, 9 May 2007 00:52:51 +0000 (02:52 +0200)
commit3b180bff4c606b2596c40b26f85af6bc7d8cc50b
tree2a1e29bf9bef51fbf2b790784c720683d4a98d20
parent59e7e36c325b4d447a490ee163eac23025763681
Bluetooth HID: HIDP - don't initialize force feedback

The current implementation of force feedback for HID devices is
USB-transport only and therefore calling hid_ff_init() from hidp code is
not going to work (plus it creates unwanted dependency of hidp on usbhid).
Remove the hid_ff_init() until either the hid-ff is made
transport-independent, or at least support for bluetooth transport is
added.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/hidp/core.c