Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.0 112 lines 6.1 kB view raw
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>/firmware_version 13Date: October 2010 14Contact: Stefan Achatz <erazor_de@users.sourceforge.net> 15Description: 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. 21Users: http://roccat.sourceforge.net 22 23What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/macro 24Date: October 2010 25Contact: Stefan Achatz <erazor_de@users.sourceforge.net> 26Description: 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. 32Users: http://roccat.sourceforge.net 33 34What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/profile_buttons 35Date: August 2010 36Contact: Stefan Achatz <erazor_de@users.sourceforge.net> 37Description: 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. 39 profile_buttons holds information about button layout. 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. 46Users: http://roccat.sourceforge.net 47 48What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/profile[1-5]_buttons 49Date: August 2010 50Contact: Stefan Achatz <erazor_de@users.sourceforge.net> 51Description: 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. 53 profile_buttons holds information about button layout. 54 When read, these files return the respective profile buttons. 55 The returned data is 77 bytes in size. 56 This file is readonly. 57Users: http://roccat.sourceforge.net 58 59What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/profile_settings 60Date: October 2010 61Contact: Stefan Achatz <erazor_de@users.sourceforge.net> 62Description: 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. 64 profile_settings holds information like resolution, sensitivity 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. 72Users: http://roccat.sourceforge.net 73 74What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/profile[1-5]_settings 75Date: August 2010 76Contact: Stefan Achatz <erazor_de@users.sourceforge.net> 77Description: 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. 79 profile_settings holds information like resolution, sensitivity 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. 84Users: http://roccat.sourceforge.net 85 86What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/sensor 87Date: October 2010 88Contact: Stefan Achatz <erazor_de@users.sourceforge.net> 89Description: 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. 93Users: http://roccat.sourceforge.net 94 95What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/tcu 96Date: October 2010 97Contact: Stefan Achatz <erazor_de@users.sourceforge.net> 98Description: When written a calibration process for the tracking control unit 99 can be initiated/cancelled. 100 The data has to be 3 bytes long. 101 This file is writeonly. 102Users: http://roccat.sourceforge.net 103 104What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/tcu_image 105Date: October 2010 106Contact: Stefan Achatz <erazor_de@users.sourceforge.net> 107Description: When read the mouse returns a 30x30 pixel image of the 108 sampled underground. This works only in the course of a 109 calibration process initiated with tcu. 110 The returned data is 1028 bytes in size. 111 This file is readonly. 112Users: http://roccat.sourceforge.net