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>/pyra/roccatpyra<minor>/actual_cpi
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   2) Date:		August 2010
^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:	It is possible to switch the cpi setting of the mouse with the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   5) 		press of a button.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   6) 		When read, this file returns the raw number of the actual cpi
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   7) 		setting reported by the mouse. This number has to be further
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   8) 		processed to receive the real dpi value:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300   9) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  10) 		===== ====
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  11) 		VALUE DPI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  12) 		===== ====
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  13) 		1     400
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  14) 		2     800
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  15) 		4     1600
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  16) 		===== ====
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  17) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  18) 		This file is readonly.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  19) 		Has never been used. If bookkeeping is done, it's done in userland tools.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  20) Users:		http://roccat.sourceforge.net
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  21) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  22) What:		/sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/actual_profile
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  23) Date:		August 2010
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  24) Contact:	Stefan Achatz <erazor_de@users.sourceforge.net>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  25) Description:	When read, this file returns the number of the actual profile in
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  26) 		range 0-4.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  27) 		This file is readonly.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  28) 		Please use binary attribute "settings" which provides this information.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  29) Users:		http://roccat.sourceforge.net
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  30) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  31) What:		/sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/firmware_version
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  32) Date:		August 2010
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  33) Contact:	Stefan Achatz <erazor_de@users.sourceforge.net>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  34) Description:	When read, this file returns the raw integer version number of the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  35) 		firmware reported by the mouse. Using the integer value eases
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  36) 		further usage in other programs. To receive the real version
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  37) 		number the decimal point has to be shifted 2 positions to the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  38) 		left. E.g. a returned value of 138 means 1.38
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  39) 		This file is readonly.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  40) 		Please use binary attribute "info" which provides this information.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  41) Users:		http://roccat.sourceforge.net
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  42) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  43) What:		/sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/info
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  44) Date:		November 2012
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  45) Contact:	Stefan Achatz <erazor_de@users.sourceforge.net>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  46) Description:	When read, this file returns general data like firmware version.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  47) 		When written, the device can be reset.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  48) 		The data is 6 bytes long.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  49) Users:		http://roccat.sourceforge.net
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  50) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  51) What:		/sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/profile_buttons
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  52) Date:		August 2010
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  53) Contact:	Stefan Achatz <erazor_de@users.sourceforge.net>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  54) Description:	The mouse can store 5 profiles which can be switched by the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  55) 		press of a button. A profile is split in settings and buttons.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  56) 		profile_buttons holds information about button layout.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  57) 		When written, this file lets one write the respective profile
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  58) 		buttons back to the mouse. The data has to be 19 bytes long.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  59) 		The mouse will reject invalid data.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  60) 		Which profile to write is determined by the profile number
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  61) 		contained in the data.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  62) 		Before reading this file, control has to be written to select
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  63) 		which profile to read.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  64) Users:		http://roccat.sourceforge.net
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  65) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  66) What:		/sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/profile[1-5]_buttons
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  67) Date:		August 2010
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  68) Contact:	Stefan Achatz <erazor_de@users.sourceforge.net>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  69) Description:	The mouse can store 5 profiles which can be switched by the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  70) 		press of a button. A profile is split in settings and buttons.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  71) 		profile_buttons holds information about button layout.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  72) 		When read, these files return the respective profile buttons.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  73) 		The returned data is 19 bytes in size.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  74) 		This file is readonly.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  75) 		Write control to select profile and read profile_buttons instead.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  76) Users:		http://roccat.sourceforge.net
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  77) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  78) What:		/sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/profile_settings
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  79) Date:		August 2010
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  80) Contact:	Stefan Achatz <erazor_de@users.sourceforge.net>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  81) Description:	The mouse can store 5 profiles which can be switched by the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  82) 		press of a button. A profile is split in settings and buttons.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  83) 		profile_settings holds information like resolution, sensitivity
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  84) 		and light effects.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  85) 		When written, this file lets one write the respective profile
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  86) 		settings back to the mouse. The data has to be 13 bytes long.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  87) 		The mouse will reject invalid data.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  88) 		Which profile to write is determined by the profile number
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  89) 		contained in the data.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  90) 		Before reading this file, control has to be written to select
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  91) 		which profile to read.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  92) Users:		http://roccat.sourceforge.net
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  93) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  94) What:		/sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/profile[1-5]_settings
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  95) Date:		August 2010
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  96) Contact:	Stefan Achatz <erazor_de@users.sourceforge.net>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  97) Description:	The mouse can store 5 profiles which can be switched by the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  98) 		press of a button. A profile is split in settings and buttons.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  99) 		profile_settings holds information like resolution, sensitivity
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 100) 		and light effects.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 101) 		When read, these files return the respective profile settings.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 102) 		The returned data is 13 bytes in size.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 103) 		This file is readonly.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 104) 		Write control to select profile and read profile_settings instead.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 105) Users:		http://roccat.sourceforge.net
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 106) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 107) What:		/sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/settings
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 108) Date:		August 2010
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 109) Contact:	Stefan Achatz <erazor_de@users.sourceforge.net>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 110) Description:	When read, this file returns the settings stored in the mouse.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 111) 		The size of the data is 3 bytes and holds information on the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 112) 		startup_profile.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 113) 		When written, this file lets write settings back to the mouse.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 114) 		The data has to be 3 bytes long. The mouse will reject invalid
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 115) 		data.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 116) Users:		http://roccat.sourceforge.net
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 117) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 118) What:		/sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/pyra/roccatpyra<minor>/startup_profile
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 119) Date:		August 2010
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 120) Contact:	Stefan Achatz <erazor_de@users.sourceforge.net>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 121) Description:	The integer value of this attribute ranges from 0-4.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 122)                 When read, this attribute returns the number of the profile
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 123)                 that's active when the mouse is powered on.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 124) 		This file is readonly.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 125) 		Please use binary attribute "settings" which provides this information.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 126) Users:		http://roccat.sourceforge.net