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