~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/ABI/obsolete/sysfs-driver-hid-roccat-konepure

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 What:           /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/actual_profile
  2 Date:           December 2012
  3 Contact:        Stefan Achatz <erazor_de@users.sourceforge.net>
  4 Description:    The mouse can store 5 profiles which can be switched by the
  5                 press of a button. actual_profile holds number of actual profile.
  6                 This value is persistent, so its value determines the profile
  7                 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.
 11 Users:          http://roccat.sourceforge.net
 12 
 13 What:           /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/control
 14 Date:           December 2012
 15 Contact:        Stefan Achatz <erazor_de@users.sourceforge.net>
 16 Description:    When written, this file lets one select which data from which
 17                 profile will be read next. The data has to be 3 bytes long.
 18                 This file is writeonly.
 19 Users:          http://roccat.sourceforge.net
 20 
 21 What:           /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/info
 22 Date:           December 2012
 23 Contact:        Stefan Achatz <erazor_de@users.sourceforge.net>
 24 Description:    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.
 27 Users:          http://roccat.sourceforge.net
 28 
 29 What:           /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/macro
 30 Date:           December 2012
 31 Contact:        Stefan Achatz <erazor_de@users.sourceforge.net>
 32 Description:    The mouse can store a macro with max 500 key/button strokes
 33                 internally.
 34                 When written, this file lets one set the sequence for a specific
 35                 button for a specific profile. Button and profile numbers are
 36                 included in written data. The data has to be 2082 bytes long.
 37                 This file is writeonly.
 38 Users:          http://roccat.sourceforge.net
 39 
 40 What:           /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/profile_buttons
 41 Date:           December 2012
 42 Contact:        Stefan Achatz <erazor_de@users.sourceforge.net>
 43 Description:    The mouse can store 5 profiles which can be switched by the
 44                 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 profile
 47                 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 number
 50                 contained in the data.
 51                 Before reading this file, control has to be written to select
 52                 which profile to read.
 53 Users:          http://roccat.sourceforge.net
 54 
 55 What:           /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/profile_settings
 56 Date:           December 2012
 57 Contact:        Stefan Achatz <erazor_de@users.sourceforge.net>
 58 Description:    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_settings holds information like resolution, sensitivity
 61                 and light effects.
 62                 When written, this file lets one write the respective profile
 63                 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 number
 66                 contained in the data.
 67                 Before reading this file, control has to be written to select
 68                 which profile to read.
 69 Users:          http://roccat.sourceforge.net
 70 
 71 What:           /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/sensor
 72 Date:           December 2012
 73 Contact:        Stefan Achatz <erazor_de@users.sourceforge.net>
 74 Description:    The mouse has a tracking- and a distance-control-unit. These
 75                 can be activated/deactivated and the lift-off distance can be
 76                 set. The data has to be 6 bytes long.
 77                 This file is writeonly.
 78 Users:          http://roccat.sourceforge.net
 79 
 80 What:           /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/talk
 81 Date:           December 2012
 82 Contact:        Stefan Achatz <erazor_de@users.sourceforge.net>
 83 Description:    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.
 86 Users:          http://roccat.sourceforge.net
 87 
 88 What:           /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/tcu
 89 Date:           December 2012
 90 Contact:        Stefan Achatz <erazor_de@users.sourceforge.net>
 91 Description:    When written a calibration process for the tracking control unit
 92                 can be initiated/cancelled. Also lets one read/write sensor
 93                 registers.
 94                 The data has to be 4 bytes long.
 95 Users:          http://roccat.sourceforge.net
 96 
 97 What:           /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/tcu_image
 98 Date:           December 2012
 99 Contact:        Stefan Achatz <erazor_de@users.sourceforge.net>
100 Description:    When read the mouse returns a 30x30 pixel image of the
101                 sampled underground. This works only in the course of a
102                 calibration process initiated with tcu.
103                 The returned data is 1028 bytes in size.
104                 This file is readonly.
105 Users:          http://roccat.sourceforge.net

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php