]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - Documentation/ABI/testing/sysfs-driver-hid-roccat-pyra
Merge branches 'for-3.7/upstream-fixes', 'for-3.8/hidraw', 'for-3.8/i2c-hid', 'for...
[mirror_ubuntu-zesty-kernel.git] / Documentation / ABI / testing / sysfs-driver-hid-roccat-pyra
CommitLineData
ecbfe7aa
SA
1What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/info
2Date: November 2012
3Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
4Description: When read, this file returns general data like firmware version.
5 When written, the device can be reset.
6 The data is 6 bytes long.
7Users: http://roccat.sourceforge.net
8
4ead3640 9What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/profile_settings
cb7cf3da
SA
10Date: August 2010
11Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
12Description: The mouse can store 5 profiles which can be switched by the
13 press of a button. A profile is split in settings and buttons.
f65e51d7 14 profile_settings holds information like resolution, sensitivity
cb7cf3da
SA
15 and light effects.
16 When written, this file lets one write the respective profile
17 settings back to the mouse. The data has to be 13 bytes long.
18 The mouse will reject invalid data.
19 Which profile to write is determined by the profile number
20 contained in the data.
ecbfe7aa
SA
21 Before reading this file, control has to be written to select
22 which profile to read.
759ae89a 23Users: http://roccat.sourceforge.net
cb7cf3da 24
4ead3640 25What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/profile_buttons
cb7cf3da
SA
26Date: August 2010
27Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
28Description: The mouse can store 5 profiles which can be switched by the
29 press of a button. A profile is split in settings and buttons.
f65e51d7 30 profile_buttons holds information about button layout.
cb7cf3da
SA
31 When written, this file lets one write the respective profile
32 buttons back to the mouse. The data has to be 19 bytes long.
33 The mouse will reject invalid data.
34 Which profile to write is determined by the profile number
35 contained in the data.
ecbfe7aa
SA
36 Before reading this file, control has to be written to select
37 which profile to read.
759ae89a 38Users: http://roccat.sourceforge.net
cb7cf3da 39
4ead3640 40What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/settings
cb7cf3da
SA
41Date: August 2010
42Contact: Stefan Achatz <erazor_de@users.sourceforge.net>
43Description: When read, this file returns the settings stored in the mouse.
44 The size of the data is 3 bytes and holds information on the
45 startup_profile.
46 When written, this file lets write settings back to the mouse.
47 The data has to be 3 bytes long. The mouse will reject invalid
48 data.
759ae89a 49Users: http://roccat.sourceforge.net