From: Jiri Kosina Date: Wed, 24 Jan 2007 10:54:19 +0000 (+0100) Subject: HID: API - fix leftovers of hidinput API in USB HID X-Git-Tag: v2.6.21-rc2~42^2~18^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c379146005d277982acde02da44c773de5e7e5a;p=pandora-kernel.git HID: API - fix leftovers of hidinput API in USB HID hidinput_{open,close}() functions do not belong to usbhid, but to the generic HID layer. Move them, and fix hooks in struct hid_device, so that now the callbacks are done to transport-specific _open() functions, but not input_open() functions. Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed