1
0
Fork 0
alistair23-linux/drivers/hid
Jiri Kosina 76398f9667 HID: fix pb_fnmode and move it to generic HID
The apple powerbook people are used to switch the pb_fnmode
setting at runtime through writing to sysfs, altering the
module parameter value. This was broken for them in 2.6.20-rc1
when generic HID layer was introduced, as the pb_fnmode flag
was made per-hiddevice, instead of global variable.

This patch moves the pb_fnmode module parameter from usbhid module
to hid module, but apart from that retains backward compatibility
with respect to changing the mode through sysfs.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2007-01-30 15:05:27 +01:00
..
Kconfig HID: fix help texts in Kconfig 2007-01-04 11:43:35 +01:00
Makefile [PATCH] Generic HID layer - build 2006-12-08 10:43:20 -08:00
hid-core.c HID: fix memleaking of collection 2007-01-25 18:31:21 +01:00
hid-input.c HID: fix pb_fnmode and move it to generic HID 2007-01-30 15:05:27 +01:00