mirror of
https://github.com/torvalds/linux.git
synced 2026-06-26 08:03:32 +02:00
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> |
||
|---|---|---|
| .. | ||
| usbhid | ||
| hid-a4tech.c | ||
| hid-apple.c | ||
| hid-belkin.c | ||
| hid-cherry.c | ||
| hid-chicony.c | ||
| hid-core.c | ||
| hid-cypress.c | ||
| hid-debug.c | ||
| hid-dummy.c | ||
| hid-ezkey.c | ||
| hid-gaff.c | ||
| hid-gyration.c | ||
| hid-ids.h | ||
| hid-input.c | ||
| hid-lg.c | ||
| hid-lg.h | ||
| hid-lg2ff.c | ||
| hid-lgff.c | ||
| hid-microsoft.c | ||
| hid-monterey.c | ||
| hid-ntrig.c | ||
| hid-petalynx.c | ||
| hid-pl.c | ||
| hid-samsung.c | ||
| hid-sony.c | ||
| hid-sunplus.c | ||
| hid-tmff.c | ||
| hid-topseed.c | ||
| hid-zpff.c | ||
| hidraw.c | ||
| Kconfig | ||
| Makefile | ||