106 lines · plain
1What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/actual_profile2Date: December 20123Contact: Stefan Achatz <erazor_de@users.sourceforge.net>4Description: The mouse can store 5 profiles which can be switched by the5 press of a button. actual_profile holds number of actual profile.6 This value is persistent, so its value determines the profile7 that's active when the mouse is powered on next time.8 When written, the mouse activates the set profile immediately.9 The data has to be 3 bytes long.10 The mouse will reject invalid data.11Users: http://roccat.sourceforge.net12 13What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/control14Date: December 201215Contact: Stefan Achatz <erazor_de@users.sourceforge.net>16Description: When written, this file lets one select which data from which17 profile will be read next. The data has to be 3 bytes long.18 This file is writeonly.19Users: http://roccat.sourceforge.net20 21What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/info22Date: December 201223Contact: Stefan Achatz <erazor_de@users.sourceforge.net>24Description: When read, this file returns general data like firmware version.25 When written, the device can be reset.26 The data is 6 bytes long.27Users: http://roccat.sourceforge.net28 29What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/macro30Date: December 201231Contact: Stefan Achatz <erazor_de@users.sourceforge.net>32Description: The mouse can store a macro with max 500 key/button strokes33 internally.34 When written, this file lets one set the sequence for a specific35 button for a specific profile. Button and profile numbers are36 included in written data. The data has to be 2082 bytes long.37 This file is writeonly.38Users: http://roccat.sourceforge.net39 40What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/profile_buttons41Date: December 201242Contact: Stefan Achatz <erazor_de@users.sourceforge.net>43Description: The mouse can store 5 profiles which can be switched by the44 press of a button. A profile is split in settings and buttons.45 profile_buttons holds information about button layout.46 When written, this file lets one write the respective profile47 buttons back to the mouse. The data has to be 59 bytes long.48 The mouse will reject invalid data.49 Which profile to write is determined by the profile number50 contained in the data.51 Before reading this file, control has to be written to select52 which profile to read.53Users: http://roccat.sourceforge.net54 55What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/profile_settings56Date: December 201257Contact: Stefan Achatz <erazor_de@users.sourceforge.net>58Description: The mouse can store 5 profiles which can be switched by the59 press of a button. A profile is split in settings and buttons.60 profile_settings holds information like resolution, sensitivity61 and light effects.62 When written, this file lets one write the respective profile63 settings back to the mouse. The data has to be 31 bytes long.64 The mouse will reject invalid data.65 Which profile to write is determined by the profile number66 contained in the data.67 Before reading this file, control has to be written to select68 which profile to read.69Users: http://roccat.sourceforge.net70 71What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/sensor72Date: December 201273Contact: Stefan Achatz <erazor_de@users.sourceforge.net>74Description: The mouse has a tracking- and a distance-control-unit. These75 can be activated/deactivated and the lift-off distance can be76 set. The data has to be 6 bytes long.77 This file is writeonly.78Users: http://roccat.sourceforge.net79 80What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/talk81Date: December 201282Contact: Stefan Achatz <erazor_de@users.sourceforge.net>83Description: Used to active some easy* functions of the mouse from outside.84 The data has to be 16 bytes long.85 This file is writeonly.86Users: http://roccat.sourceforge.net87 88What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/tcu89Date: December 201290Contact: Stefan Achatz <erazor_de@users.sourceforge.net>91Description: When written a calibration process for the tracking control unit92 can be initiated/cancelled. Also lets one read/write sensor93 registers.94 The data has to be 4 bytes long.95Users: http://roccat.sourceforge.net96 97What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/tcu_image98Date: December 201299Contact: Stefan Achatz <erazor_de@users.sourceforge.net>100Description: When read the mouse returns a 30x30 pixel image of the101 sampled underground. This works only in the course of a102 calibration process initiated with tcu.103 The returned data is 1028 bytes in size.104 This file is readonly.105Users: http://roccat.sourceforge.net106