Linux Kernel
3.7.1
|
#include <linux/types.h>
Go to the source code of this file.
Data Structures | |
struct | kone_keystroke |
struct | kone_button_info |
struct | kone_light_info |
struct | kone_profile |
struct | kone_settings |
struct | kone_mouse_event |
struct | kone_roccat_report |
struct | kone_device |
Functions | |
struct kone_keystroke | __attribute__ ((__packed__)) |
kone_button_top | |
kone_button_wheel_tilt_left | |
kone_button_wheel_tilt_right | |
kone_button_forward | |
kone_button_backward | |
kone_button_middle | |
kone_button_plus | |
kone_button_minus |
Definition at line 78 of file hid-roccat-kone.h.
Definition at line 46 of file hid-roccat-kone.h.
enum kone_commands |
kone_command_profile | |
kone_command_settings | |
kone_command_firmware_version | |
kone_command_weight | |
kone_command_calibrate | |
kone_command_confirm_write | |
kone_command_firmware |
Definition at line 177 of file hid-roccat-kone.h.
Definition at line 31 of file hid-roccat-kone.h.
kone_keystroke_button_1 | |
kone_keystroke_button_2 | |
kone_keystroke_button_3 | |
kone_keystroke_button_9 | |
kone_keystroke_button_8 |
Definition at line 23 of file hid-roccat-kone.h.
enum kone_mouse_events |
kone_mouse_event_osd_dpi | |
kone_mouse_event_osd_profile | |
kone_mouse_event_calibration | |
kone_mouse_event_call_overlong_macro | |
kone_mouse_event_switch_dpi | |
kone_mouse_event_switch_profile |
Definition at line 165 of file hid-roccat-kone.h.
enum kone_polling_rates |
Definition at line 132 of file hid-roccat-kone.h.
|
read |
Definition at line 85 of file mpc512x_dma.c.
Definition at line 23 of file hid-roccat-kone.h.
uint8_t blue |
Definition at line 100 of file hid-roccat-kone.h.
uint8_t button |
Definition at line 165 of file hid-roccat-kone.h.
struct kone_button_info button_infos[8] |
Definition at line 160 of file hid-roccat-kone.h.
uint8_t calibration_data[4] |
Definition at line 153 of file hid-roccat-kone.h.
uint16_t checksum |
Definition at line 162 of file hid-roccat-kone.h.
uint8_t count |
Definition at line 50 of file hid-roccat-kone.h.
uint8_t dcu_flag |
Definition at line 152 of file hid-roccat-kone.h.
uint8_t dpi_rate |
Definition at line 145 of file hid-roccat-kone.h.
Definition at line 171 of file hid-roccat-kone.h.
uint8_t green |
Definition at line 99 of file hid-roccat-kone.h.
uint8_t key |
Definition at line 22 of file hid-roccat-kone.h.
struct kone_keystroke keystrokes[20] |
Definition at line 51 of file hid-roccat-kone.h.
uint8_t light_effect_1 |
Definition at line 153 of file hid-roccat-kone.h.
uint8_t light_effect_2 |
Definition at line 154 of file hid-roccat-kone.h.
uint8_t light_effect_3 |
Definition at line 155 of file hid-roccat-kone.h.
uint8_t light_effect_speed |
Definition at line 156 of file hid-roccat-kone.h.
struct kone_light_info light_infos[5] |
Definition at line 158 of file hid-roccat-kone.h.
uint8_t macro_key |
Definition at line 173 of file hid-roccat-kone.h.
uint8_t macro_name[16] |
Definition at line 49 of file hid-roccat-kone.h.
uint8_t macro_set_name[16] |
Definition at line 48 of file hid-roccat-kone.h.
uint8_t macro_type |
Definition at line 47 of file hid-roccat-kone.h.
uint16_t main_sensitivity |
Definition at line 141 of file hid-roccat-kone.h.
uint8_t mod |
Definition at line 97 of file hid-roccat-kone.h.
u32 number |
eeprom_ptov - translate a physical EEPROM address to virtual : the physical EEPROM address
: size of function-specific area
Translate a physical EEPROM address to virtual. The first 1K is accessed through virtual addresses starting at 31K, the rest is accessed through virtual addresses starting at 0.
The mapping is as follows: [0..1K) -> [31K..32K) [1K..1K+A) -> [31K-A..31K) [1K+A..ES) -> [0..ES-A-1K)
where A =
Definition at line 45 of file hid-roccat-kone.h.
uint16_t period |
Definition at line 24 of file hid-roccat-kone.h.
uint8_t polling_rate |
Definition at line 147 of file hid-roccat-kone.h.
uint8_t profile |
Definition at line 139 of file hid-roccat-kone.h.
uint8_t red |
Definition at line 98 of file hid-roccat-kone.h.
uint8_t report_number |
Definition at line 164 of file hid-roccat-kone.h.
uint16_t size |
Definition at line 131 of file hid-roccat-kone.h.
uint8_t startup_dpi |
Definition at line 146 of file hid-roccat-kone.h.
uint8_t startup_profile |
Definition at line 149 of file hid-roccat-kone.h.
uint8_t tcu |
Definition at line 151 of file hid-roccat-kone.h.
uint8_t tilt |
Definition at line 169 of file hid-roccat-kone.h.
Definition at line 46 of file hid-roccat-kone.h.
uint8_t unknown |
Definition at line 170 of file hid-roccat-kone.h.
uint8_t unknown1 |
Definition at line 150 of file hid-roccat-kone.h.
uint8_t unknown2[23] |
Definition at line 152 of file hid-roccat-kone.h.
uint8_t unknown3[2] |
Definition at line 154 of file hid-roccat-kone.h.
Definition at line 132 of file hid-roccat-kone.h.
uint8_t value |
Definition at line 172 of file hid-roccat-kone.h.
uint8_t wheel |
Definition at line 168 of file hid-roccat-kone.h.
uint16_t x |
Definition at line 166 of file hid-roccat-kone.h.
uint16_t x_sensitivity |
Definition at line 143 of file hid-roccat-kone.h.
uint8_t xy_sensitivity_enabled |
Definition at line 142 of file hid-roccat-kone.h.
uint16_t y |
Definition at line 167 of file hid-roccat-kone.h.
uint16_t y_sensitivity |
Definition at line 144 of file hid-roccat-kone.h.