mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 08:02:07 +00:00
b50f315cbb
startup_profile and actual_profile didn't work as expected. Also as the actual profile is persistent, the distinction between the two was ambiguous, so both use the same code now and startup_profile has been deprecated. Also the event is now propagated through chardev. The userland tool has been updated to support this change. Signed-off-by: Stefan Achatz <erazor_de@users.sourceforge.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
11 lines
705 B
Plaintext
11 lines
705 B
Plaintext
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/startup_profile
|
|
Date: October 2010
|
|
Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
|
|
Description: The integer value of this attribute ranges from 0-4.
|
|
When read, this attribute returns the number of the actual
|
|
profile. This value is persistent, so its equivalent to the
|
|
profile that's active when the mouse is powered on next time.
|
|
When written, this file sets the number of the startup profile
|
|
and the mouse activates this profile immediately.
|
|
Please use actual_profile, it does the same thing.
|