HID: move tmff and zpff devices from ignore_list to blacklist
authorAnssi Hannula <anssi.hannula@gmail.com>
Sat, 14 Feb 2009 09:45:05 +0000 (11:45 +0200)
committerJiri Kosina <jkosina@suse.cz>
Tue, 17 Feb 2009 12:25:01 +0000 (13:25 +0100)
commitdaedb3d6a91f9626ab4c921378ac52e44de833d5
tree3ace9461d6807dcbf889cadcf8a9b0c09d47a13e
parentdfd395aff4cb16d2480b280064bea1b19ededef1
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 <anssi.hannula@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-core.c