From: Jiri Kosina Date: Tue, 8 May 2007 17:51:23 +0000 (+0200) Subject: Bluetooth HID: HIDP - don't initialize force feedback X-Git-Tag: v2.6.22-rc1~33^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b180bff4c606b2596c40b26f85af6bc7d8cc50b;p=pandora-kernel.git 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 Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed