~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to Documentation/ABI/testing/sysfs-driver-hid-roccat-pyra

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
                4     1600
14
14
 
15
15
                This file is readonly.
 
16
Users:          http://roccat.sourceforge.net
16
17
 
17
18
What:           /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/actual_profile
18
19
Date:           August 2010
20
21
Description:    When read, this file returns the number of the actual profile in
21
22
                range 0-4.
22
23
                This file is readonly.
 
24
Users:          http://roccat.sourceforge.net
23
25
 
24
26
What:           /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/firmware_version
25
27
Date:           August 2010
30
32
                number the decimal point has to be shifted 2 positions to the
31
33
                left. E.g. a returned value of 138 means 1.38
32
34
                This file is readonly.
 
35
Users:          http://roccat.sourceforge.net
33
36
 
34
37
What:           /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/profile_settings
35
38
Date:           August 2010
36
39
Contact:        Stefan Achatz <erazor_de@users.sourceforge.net>
37
40
Description:    The mouse can store 5 profiles which can be switched by the
38
41
                press of a button. A profile is split in settings and buttons.
39
 
                profile_settings holds informations like resolution, sensitivity
 
42
                profile_settings holds information like resolution, sensitivity
40
43
                and light effects.
41
44
                When written, this file lets one write the respective profile
42
45
                settings back to the mouse. The data has to be 13 bytes long.
44
47
                Which profile to write is determined by the profile number
45
48
                contained in the data.
46
49
                This file is writeonly.
 
50
Users:          http://roccat.sourceforge.net
47
51
 
48
52
What:           /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/profile[1-5]_settings
49
53
Date:           August 2010
50
54
Contact:        Stefan Achatz <erazor_de@users.sourceforge.net>
51
55
Description:    The mouse can store 5 profiles which can be switched by the
52
56
                press of a button. A profile is split in settings and buttons.
53
 
                profile_settings holds informations like resolution, sensitivity
 
57
                profile_settings holds information like resolution, sensitivity
54
58
                and light effects.
55
59
                When read, these files return the respective profile settings.
56
60
                The returned data is 13 bytes in size.
57
61
                This file is readonly.
 
62
Users:          http://roccat.sourceforge.net
58
63
 
59
64
What:           /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/profile_buttons
60
65
Date:           August 2010
61
66
Contact:        Stefan Achatz <erazor_de@users.sourceforge.net>
62
67
Description:    The mouse can store 5 profiles which can be switched by the
63
68
                press of a button. A profile is split in settings and buttons.
64
 
                profile_buttons holds informations about button layout.
 
69
                profile_buttons holds information about button layout.
65
70
                When written, this file lets one write the respective profile
66
71
                buttons back to the mouse. The data has to be 19 bytes long.
67
72
                The mouse will reject invalid data.
68
73
                Which profile to write is determined by the profile number
69
74
                contained in the data.
70
75
                This file is writeonly.
 
76
Users:          http://roccat.sourceforge.net
71
77
 
72
78
What:           /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/profile[1-5]_buttons
73
79
Date:           August 2010
74
80
Contact:        Stefan Achatz <erazor_de@users.sourceforge.net>
75
81
Description:    The mouse can store 5 profiles which can be switched by the
76
82
                press of a button. A profile is split in settings and buttons.
77
 
                profile_buttons holds informations about button layout.
 
83
                profile_buttons holds information about button layout.
78
84
                When read, these files return the respective profile buttons.
79
85
                The returned data is 19 bytes in size.
80
86
                This file is readonly.
 
87
Users:          http://roccat.sourceforge.net
81
88
 
82
89
What:           /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/startup_profile
83
90
Date:           August 2010
86
93
                When read, this attribute returns the number of the profile
87
94
                that's active when the mouse is powered on.
88
95
                This file is readonly.
 
96
Users:          http://roccat.sourceforge.net
89
97
 
90
98
What:           /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/settings
91
99
Date:           August 2010
96
104
                When written, this file lets write settings back to the mouse.
97
105
                The data has to be 3 bytes long. The mouse will reject invalid
98
106
                data.
 
107
Users:          http://roccat.sourceforge.net