From: Soeren Sonnenburg Date: Mon, 5 Feb 2007 09:06:01 +0000 (+0100) Subject: USB HID: handle multi-interface devices for Apple macbook pro properly X-Git-Tag: v2.6.21-rc2~42^2~18^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a417a21e10831bca695b4ba9c74f4ddf5a95ac06;p=pandora-kernel.git USB HID: handle multi-interface devices for Apple macbook pro properly Some HID devices by Apple have both keyboard and mouse interfaces; the keyboard interface is handled by usbhid, but the mouse (really touchpad) interface must be handled by the separate 'appletouch' driver. Using HID_QUIRK_IGNORE will make hiddev ignore both interfaces, therefore a new quirk flag to ignore only the mouse interface is required. Signed-off-by: Soeren Sonnenburg Signed-off-by: Sergey Vlasov Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed