brintos

brintos / linux-shallow public Read only

0
0
Text · 2.8 KiB · 55e281b Raw
54 lines · plain
1What:		/sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/arvo/roccatarvo<minor>/actual_profile2Date:		Januar 20113Contact:	Stefan Achatz <erazor_de@users.sourceforge.net>4Description:	The integer value of this attribute ranges from 1-5.5		When read, this attribute returns the number of the actual6		profile which is also the profile that's active on device startup.7		When written this attribute activates the selected profile8		immediately.9Users:		http://roccat.sourceforge.net10 11What:		/sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/arvo/roccatarvo<minor>/button12Date:		Januar 201113Contact:	Stefan Achatz <erazor_de@users.sourceforge.net>14Description:	The keyboard can store short macros with consist of 1 button with15		several modifier keys internally.16		When written, this file lets one set the sequence for a specific17		button for a specific profile. Button and profile numbers are18		included in written data. The data has to be 24 bytes long.19		This file is writeonly.20Users:		http://roccat.sourceforge.net21 22What:		/sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/arvo/roccatarvo<minor>/info23Date:		Januar 201124Contact:	Stefan Achatz <erazor_de@users.sourceforge.net>25Description:	When read, this file returns some info about the device like the26		installed firmware version.27		The size of the data is 8 bytes in size.28		This file is readonly.29Users:		http://roccat.sourceforge.net30 31What:		/sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/arvo/roccatarvo<minor>/key_mask32Date:		Januar 201133Contact:	Stefan Achatz <erazor_de@users.sourceforge.net>34Description:	The keyboard lets the user deactivate 5 certain keys like the35		windows and application keys, to protect the user from the outcome36		of accidentally pressing them.37		The integer value of this attribute has bits 0-4 set depending38		on the state of the corresponding key.39		When read, this file returns the current state of the buttons.40		When written, the given buttons are activated/deactivated41		immediately.42Users:		http://roccat.sourceforge.net43 44What:		/sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/arvo/roccatarvo<minor>/mode_key45Date:		Januar 201146Contact:	Stefan Achatz <erazor_de@users.sourceforge.net>47Description:	The keyboard has a condensed layout without num-lock key.48		Instead it uses a mode-key which activates a gaming mode where49		the assignment of the number block changes.50		The integer value of this attribute ranges from 0 (OFF) to 1 (ON).51		When read, this file returns the actual state of the key.52		When written, the key is activated/deactivated immediately.53Users:		http://roccat.sourceforge.net54