Stefan Achatz | 4ead364 | 2010-12-10 19:43:34 +0100 | [diff] [blame] | 1 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/actual_profile |
Stefan Achatz | 47dbdbff | 2010-11-26 19:57:42 +0000 | [diff] [blame] | 2 | Date: October 2010 |
| 3 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> |
Stefan Achatz | b50f315 | 2011-04-13 17:17:52 +0200 | [diff] [blame] | 4 | Description: The integer value of this attribute ranges from 0-4. |
| 5 | When read, this attribute returns the number of the actual |
| 6 | profile. This value is persistent, so its equivalent to the |
| 7 | profile that's active when the mouse is powered on next time. |
| 8 | When written, this file sets the number of the startup profile |
| 9 | and the mouse activates this profile immediately. |
Stefan Achatz | 759ae89 | 2011-02-03 17:10:30 +0100 | [diff] [blame] | 10 | Users: http://roccat.sourceforge.net |
Stefan Achatz | 47dbdbff | 2010-11-26 19:57:42 +0000 | [diff] [blame] | 11 | |
Stefan Achatz | 4ead364 | 2010-12-10 19:43:34 +0100 | [diff] [blame] | 12 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/firmware_version |
Stefan Achatz | 47dbdbff | 2010-11-26 19:57:42 +0000 | [diff] [blame] | 13 | Date: October 2010 |
| 14 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> |
| 15 | Description: When read, this file returns the raw integer version number of the |
| 16 | firmware reported by the mouse. Using the integer value eases |
| 17 | further usage in other programs. To receive the real version |
| 18 | number the decimal point has to be shifted 2 positions to the |
| 19 | left. E.g. a returned value of 121 means 1.21 |
| 20 | This file is readonly. |
Stefan Achatz | 759ae89 | 2011-02-03 17:10:30 +0100 | [diff] [blame] | 21 | Users: http://roccat.sourceforge.net |
Stefan Achatz | 47dbdbff | 2010-11-26 19:57:42 +0000 | [diff] [blame] | 22 | |
Stefan Achatz | 4ead364 | 2010-12-10 19:43:34 +0100 | [diff] [blame] | 23 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/macro |
Stefan Achatz | 47dbdbff | 2010-11-26 19:57:42 +0000 | [diff] [blame] | 24 | Date: October 2010 |
| 25 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> |
| 26 | Description: The mouse can store a macro with max 500 key/button strokes |
| 27 | internally. |
| 28 | When written, this file lets one set the sequence for a specific |
| 29 | button for a specific profile. Button and profile numbers are |
| 30 | included in written data. The data has to be 2082 bytes long. |
| 31 | This file is writeonly. |
Stefan Achatz | 759ae89 | 2011-02-03 17:10:30 +0100 | [diff] [blame] | 32 | Users: http://roccat.sourceforge.net |
Stefan Achatz | 47dbdbff | 2010-11-26 19:57:42 +0000 | [diff] [blame] | 33 | |
Stefan Achatz | 4ead364 | 2010-12-10 19:43:34 +0100 | [diff] [blame] | 34 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/profile_buttons |
Stefan Achatz | 47dbdbff | 2010-11-26 19:57:42 +0000 | [diff] [blame] | 35 | Date: August 2010 |
| 36 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> |
| 37 | Description: The mouse can store 5 profiles which can be switched by the |
| 38 | press of a button. A profile is split in settings and buttons. |
Sylvestre Ledru | f65e51d | 2011-04-04 15:04:46 -0700 | [diff] [blame] | 39 | profile_buttons holds information about button layout. |
Stefan Achatz | 47dbdbff | 2010-11-26 19:57:42 +0000 | [diff] [blame] | 40 | When written, this file lets one write the respective profile |
| 41 | buttons back to the mouse. The data has to be 77 bytes long. |
| 42 | The mouse will reject invalid data. |
| 43 | Which profile to write is determined by the profile number |
| 44 | contained in the data. |
| 45 | This file is writeonly. |
Stefan Achatz | 759ae89 | 2011-02-03 17:10:30 +0100 | [diff] [blame] | 46 | Users: http://roccat.sourceforge.net |
Stefan Achatz | 47dbdbff | 2010-11-26 19:57:42 +0000 | [diff] [blame] | 47 | |
Stefan Achatz | 4ead364 | 2010-12-10 19:43:34 +0100 | [diff] [blame] | 48 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/profile[1-5]_buttons |
Stefan Achatz | 47dbdbff | 2010-11-26 19:57:42 +0000 | [diff] [blame] | 49 | Date: August 2010 |
| 50 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> |
| 51 | Description: The mouse can store 5 profiles which can be switched by the |
| 52 | press of a button. A profile is split in settings and buttons. |
Sylvestre Ledru | f65e51d | 2011-04-04 15:04:46 -0700 | [diff] [blame] | 53 | profile_buttons holds information about button layout. |
Stefan Achatz | 47dbdbff | 2010-11-26 19:57:42 +0000 | [diff] [blame] | 54 | When read, these files return the respective profile buttons. |
| 55 | The returned data is 77 bytes in size. |
| 56 | This file is readonly. |
Stefan Achatz | 759ae89 | 2011-02-03 17:10:30 +0100 | [diff] [blame] | 57 | Users: http://roccat.sourceforge.net |
Stefan Achatz | 47dbdbff | 2010-11-26 19:57:42 +0000 | [diff] [blame] | 58 | |
Stefan Achatz | 4ead364 | 2010-12-10 19:43:34 +0100 | [diff] [blame] | 59 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/profile_settings |
Stefan Achatz | 47dbdbff | 2010-11-26 19:57:42 +0000 | [diff] [blame] | 60 | Date: October 2010 |
| 61 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> |
| 62 | Description: The mouse can store 5 profiles which can be switched by the |
| 63 | press of a button. A profile is split in settings and buttons. |
Sylvestre Ledru | f65e51d | 2011-04-04 15:04:46 -0700 | [diff] [blame] | 64 | profile_settings holds information like resolution, sensitivity |
Stefan Achatz | 47dbdbff | 2010-11-26 19:57:42 +0000 | [diff] [blame] | 65 | and light effects. |
| 66 | When written, this file lets one write the respective profile |
| 67 | settings back to the mouse. The data has to be 43 bytes long. |
| 68 | The mouse will reject invalid data. |
| 69 | Which profile to write is determined by the profile number |
| 70 | contained in the data. |
| 71 | This file is writeonly. |
Stefan Achatz | 759ae89 | 2011-02-03 17:10:30 +0100 | [diff] [blame] | 72 | Users: http://roccat.sourceforge.net |
Stefan Achatz | 47dbdbff | 2010-11-26 19:57:42 +0000 | [diff] [blame] | 73 | |
Stefan Achatz | 4ead364 | 2010-12-10 19:43:34 +0100 | [diff] [blame] | 74 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/profile[1-5]_settings |
Stefan Achatz | 47dbdbff | 2010-11-26 19:57:42 +0000 | [diff] [blame] | 75 | Date: August 2010 |
| 76 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> |
| 77 | Description: The mouse can store 5 profiles which can be switched by the |
| 78 | press of a button. A profile is split in settings and buttons. |
Sylvestre Ledru | f65e51d | 2011-04-04 15:04:46 -0700 | [diff] [blame] | 79 | profile_settings holds information like resolution, sensitivity |
Stefan Achatz | 47dbdbff | 2010-11-26 19:57:42 +0000 | [diff] [blame] | 80 | and light effects. |
| 81 | When read, these files return the respective profile settings. |
| 82 | The returned data is 43 bytes in size. |
| 83 | This file is readonly. |
Stefan Achatz | 759ae89 | 2011-02-03 17:10:30 +0100 | [diff] [blame] | 84 | Users: http://roccat.sourceforge.net |
Stefan Achatz | 47dbdbff | 2010-11-26 19:57:42 +0000 | [diff] [blame] | 85 | |
Stefan Achatz | 4ead364 | 2010-12-10 19:43:34 +0100 | [diff] [blame] | 86 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/sensor |
Stefan Achatz | 47dbdbff | 2010-11-26 19:57:42 +0000 | [diff] [blame] | 87 | Date: October 2010 |
| 88 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> |
| 89 | Description: The mouse has a tracking- and a distance-control-unit. These |
| 90 | can be activated/deactivated and the lift-off distance can be |
| 91 | set. The data has to be 6 bytes long. |
| 92 | This file is writeonly. |
Stefan Achatz | 759ae89 | 2011-02-03 17:10:30 +0100 | [diff] [blame] | 93 | Users: http://roccat.sourceforge.net |
Stefan Achatz | 47dbdbff | 2010-11-26 19:57:42 +0000 | [diff] [blame] | 94 | |
Stefan Achatz | 6d1dec8 | 2011-05-29 19:32:57 +0200 | [diff] [blame] | 95 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/talk |
| 96 | Date: May 2011 |
| 97 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> |
| 98 | Description: Used to active some easy* functions of the mouse from outside. |
| 99 | The data has to be 16 bytes long. |
| 100 | This file is writeonly. |
| 101 | Users: http://roccat.sourceforge.net |
| 102 | |
Stefan Achatz | 4ead364 | 2010-12-10 19:43:34 +0100 | [diff] [blame] | 103 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/tcu |
Stefan Achatz | 47dbdbff | 2010-11-26 19:57:42 +0000 | [diff] [blame] | 104 | Date: October 2010 |
| 105 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> |
| 106 | Description: When written a calibration process for the tracking control unit |
| 107 | can be initiated/cancelled. |
| 108 | The data has to be 3 bytes long. |
| 109 | This file is writeonly. |
Stefan Achatz | 759ae89 | 2011-02-03 17:10:30 +0100 | [diff] [blame] | 110 | Users: http://roccat.sourceforge.net |
Stefan Achatz | 47dbdbff | 2010-11-26 19:57:42 +0000 | [diff] [blame] | 111 | |
Stefan Achatz | 4ead364 | 2010-12-10 19:43:34 +0100 | [diff] [blame] | 112 | What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/tcu_image |
Stefan Achatz | 47dbdbff | 2010-11-26 19:57:42 +0000 | [diff] [blame] | 113 | Date: October 2010 |
| 114 | Contact: Stefan Achatz <erazor_de@users.sourceforge.net> |
| 115 | Description: When read the mouse returns a 30x30 pixel image of the |
| 116 | sampled underground. This works only in the course of a |
| 117 | calibration process initiated with tcu. |
| 118 | The returned data is 1028 bytes in size. |
| 119 | This file is readonly. |
Stefan Achatz | 759ae89 | 2011-02-03 17:10:30 +0100 | [diff] [blame] | 120 | Users: http://roccat.sourceforge.net |