[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1169904555.2462.10.camel@localhost>
Date: Sat, 27 Jan 2007 14:29:15 +0100
From: Soeren Sonnenburg <kernel@....de>
To: Linux Kernel <linux-kernel@...r.kernel.org>
Cc: linux-usb-devel <linux-usb-devel@...ts.sourceforge.net>
Subject: 2.6.20-rc6 pb_fnmode regression
Dear all,
I realized that any setting to /sys/module/usbhid/parameters/pb_fnmode
is just ignored until the machine does a suspend-resume cycle.
I've added a printk in drivers/usb/input/hid-core.c (which is the only
place where hid->pb_fnmode is set) and indeed only on module load ( in
my case usbhid is compiled into the kernel - so on kernel boot) any
change to hid>pb_fnmode is done. Adding a printk to hidinput_pb_event()
in drivers/hid/hid-input.c says the same: hid->pb_fnmode cannot be
changed on the fly anymore...
HOWEVER: If I s2ram the machine hid->pb_fnmode is initialized with the
value I put into /sys/module/usbhid/parameters/pb_fnmode .
As I have no idea how/whether sysfs works/is possible I now hope someone
more knowledgable than me can resolve this issue!
Soeren
--
Sometimes, there's a moment as you're waking, when you become aware of
the real world around you, but you're still dreaming.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists