From: Anssi Hannula Date: Sat, 14 Feb 2009 09:45:05 +0000 (+0200) Subject: HID: move tmff and zpff devices from ignore_list to blacklist X-Git-Tag: v2.6.29-rc6~84^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daedb3d6a91f9626ab4c921378ac52e44de833d5;p=pandora-kernel.git HID: move tmff and zpff devices from ignore_list to blacklist The devices handled by hid-tmff and hid-zpff were added in the hid_ignore_list[] instead of hid_blacklist[] in hid-core.c, thus disabling them completely. hid_ignore_list[] causes hid layer to skip the device, while hid_blacklist[] indicates there is a specific driver in hid bus. Re-enable the devices by moving them to the correct list. Signed-off-by: Anssi Hannula Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed