https://github.com/torvalds/linux
Revision 76398f9667e8369023ed5f4847fb59e9da8b6968 authored by Jiri Kosina on 29 January 2007, 11:44:41 UTC, committed by Jiri Kosina on 30 January 2007, 14:05:27 UTC
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>
1 parent 8eda232
History
Tip revision: 76398f9667e8369023ed5f4847fb59e9da8b6968 authored by Jiri Kosina on 29 January 2007, 11:44:41 UTC
HID: fix pb_fnmode and move it to generic HID
Tip revision: 76398f9
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 572 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 88.5 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 80.1 KB
Makefile -rw-r--r-- 49.1 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top