cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

sysfs-driver-hid-roccat-kovaplus (6315B)


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