Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   1) What:		/sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/actual_profile
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   2) Date:		December 2012
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   3) Contact:	Stefan Achatz <erazor_de@users.sourceforge.net>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   4) Description:	The mouse can store 5 profiles which can be switched by the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   5) 		press of a button. actual_profile holds number of actual profile.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   6) 		This value is persistent, so its value determines the profile
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   7) 		that's active when the mouse is powered on next time.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   8) 		When written, the mouse activates the set profile immediately.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   9) 		The data has to be 3 bytes long.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  10) 		The mouse will reject invalid data.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  11) Users:		http://roccat.sourceforge.net
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  12) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  13) What:		/sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/control
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  14) Date:		December 2012
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  15) Contact:	Stefan Achatz <erazor_de@users.sourceforge.net>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  16) Description:	When written, this file lets one select which data from which
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  17) 		profile will be	read next. The data has to be 3 bytes long.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  18) 		This file is writeonly.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  19) Users:		http://roccat.sourceforge.net
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  20) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  21) What:		/sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/info
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  22) Date:		December 2012
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  23) Contact:	Stefan Achatz <erazor_de@users.sourceforge.net>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  24) Description:	When read, this file returns general data like firmware version.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  25) 		When written, the device can be reset.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  26) 		The data is 6 bytes long.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  27) Users:		http://roccat.sourceforge.net
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  28) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  29) What:		/sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/macro
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  30) Date:		December 2012
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  31) Contact:	Stefan Achatz <erazor_de@users.sourceforge.net>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  32) Description:	The mouse can store a macro with max 500 key/button strokes
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  33) 		internally.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  34) 		When written, this file lets one set the sequence for a specific
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  35) 		button for a specific profile. Button and profile numbers are
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  36) 		included in written data. The data has to be 2082 bytes long.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  37) 		This file is writeonly.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  38) Users:		http://roccat.sourceforge.net
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  39) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  40) What:		/sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/profile_buttons
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  41) Date:		December 2012
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  42) Contact:	Stefan Achatz <erazor_de@users.sourceforge.net>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  43) Description:	The mouse can store 5 profiles which can be switched by the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  44) 		press of a button. A profile is split in settings and buttons.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  45) 		profile_buttons holds information about button layout.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  46) 		When written, this file lets one write the respective profile
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  47) 		buttons back to the mouse. The data has to be 59 bytes long.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  48) 		The mouse will reject invalid data.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  49) 		Which profile to write is determined by the profile number
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  50) 		contained in the data.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  51) 		Before reading this file, control has to be written to select
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  52) 		which profile to read.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  53) Users:		http://roccat.sourceforge.net
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  54) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  55) What:		/sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/profile_settings
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  56) Date:		December 2012
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  57) Contact:	Stefan Achatz <erazor_de@users.sourceforge.net>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  58) Description:	The mouse can store 5 profiles which can be switched by the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  59) 		press of a button. A profile is split in settings and buttons.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  60) 		profile_settings holds information like resolution, sensitivity
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  61) 		and light effects.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  62) 		When written, this file lets one write the respective profile
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  63) 		settings back to the mouse. The data has to be 31 bytes long.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  64) 		The mouse will reject invalid data.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  65) 		Which profile to write is determined by the profile number
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  66) 		contained in the data.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  67) 		Before reading this file, control has to be written to select
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  68) 		which profile to read.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  69) Users:		http://roccat.sourceforge.net
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  70) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  71) What:		/sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/sensor
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  72) Date:		December 2012
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  73) Contact:	Stefan Achatz <erazor_de@users.sourceforge.net>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  74) Description:	The mouse has a tracking- and a distance-control-unit. These
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  75) 		can be activated/deactivated and the lift-off distance can be
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  76) 		set. The data has to be 6 bytes long.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  77) 		This file is writeonly.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  78) Users:		http://roccat.sourceforge.net
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  79) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  80) What:		/sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/talk
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  81) Date:		December 2012
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  82) Contact:	Stefan Achatz <erazor_de@users.sourceforge.net>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  83) Description:	Used to active some easy* functions of the mouse from outside.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  84) 		The data has to be 16 bytes long.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  85) 		This file is writeonly.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  86) Users:		http://roccat.sourceforge.net
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  87) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  88) What:		/sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/tcu
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  89) Date:		December 2012
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  90) Contact:	Stefan Achatz <erazor_de@users.sourceforge.net>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  91) Description:	When written a calibration process for the tracking control unit
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  92) 		can be initiated/cancelled. Also lets one read/write sensor
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  93) 		registers.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  94) 		The data has to be 4 bytes long.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  95) Users:		http://roccat.sourceforge.net
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  96) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  97) What:		/sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/konepure/roccatkonepure<minor>/tcu_image
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  98) Date:		December 2012
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  99) Contact:	Stefan Achatz <erazor_de@users.sourceforge.net>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 100) Description:	When read the mouse returns a 30x30 pixel image of the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 101) 		sampled underground. This works only in the course of a
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 102) 		calibration process initiated with tcu.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 103) 		The returned data is 1028 bytes in size.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 104) 		This file is readonly.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 105) Users:		http://roccat.sourceforge.net