Lines Matching +full:0 +full:x25a

21 	kone_keystroke_button_1 = 0xf0, /* left mouse button */
22 kone_keystroke_button_2 = 0xf1, /* right mouse button */
23 kone_keystroke_button_3 = 0xf2, /* wheel */
24 kone_keystroke_button_9 = 0xf3, /* side button up */
25 kone_keystroke_button_8 = 0xf4 /* side button down */
29 kone_keystroke_action_press = 0,
36 uint8_t macro_type; /* 0 = short, 1 = overlong */
45 kone_button_info_type_button_1 = 0x1, /* click (left mouse button) */
46 kone_button_info_type_button_2 = 0x2, /* menu (right mouse button)*/
47 kone_button_info_type_button_3 = 0x3, /* scroll (wheel) */
48 kone_button_info_type_double_click = 0x4,
49 kone_button_info_type_key = 0x5,
50 kone_button_info_type_macro = 0x6,
51 kone_button_info_type_off = 0x7,
53 kone_button_info_type_osd_xy_prescaling = 0x8,
54 kone_button_info_type_osd_dpi = 0x9,
55 kone_button_info_type_osd_profile = 0xa,
56 kone_button_info_type_button_9 = 0xb, /* ie forward */
57 kone_button_info_type_button_8 = 0xc, /* ie backward */
58 kone_button_info_type_dpi_up = 0xd, /* internal */
59 kone_button_info_type_dpi_down = 0xe, /* internal */
60 kone_button_info_type_button_7 = 0xf, /* tilt left */
61 kone_button_info_type_button_6 = 0x10, /* tilt right */
62 kone_button_info_type_profile_up = 0x11, /* internal */
63 kone_button_info_type_profile_down = 0x12, /* internal */
65 kone_button_info_type_multimedia_open_player = 0x20,
66 kone_button_info_type_multimedia_next_track = 0x21,
67 kone_button_info_type_multimedia_prev_track = 0x22,
68 kone_button_info_type_multimedia_play_pause = 0x23,
69 kone_button_info_type_multimedia_stop = 0x24,
70 kone_button_info_type_multimedia_mute = 0x25,
71 kone_button_info_type_multimedia_volume_up = 0x26,
72 kone_button_info_type_multimedia_volume_down = 0x27
89 uint8_t red; /* range 0x00-0xff */
90 uint8_t green; /* range 0x00-0xff */
91 uint8_t blue; /* range 0x00-0xff */
96 uint16_t unused; /* always 0 */
120 uint8_t light_effect_speed; /* range 0-255 */
139 uint8_t tcu; /* 0 = off, 1 = on */
159 uint8_t value; /* press = 0, release = 1 */
160 uint8_t macro_key; /* 0 to 8 */
166 kone_mouse_event_osd_dpi = 0xa0,
167 kone_mouse_event_osd_profile = 0xb0,
169 kone_mouse_event_calibration = 0xc0,
170 kone_mouse_event_call_overlong_macro = 0xe0,
171 kone_mouse_event_multimedia = 0xe1,
173 kone_mouse_event_switch_dpi = 0xf0,
174 kone_mouse_event_switch_profile = 0xf1
178 kone_command_profile = 0x5a,
179 kone_command_settings = 0x15a,
180 kone_command_firmware_version = 0x25a,
181 kone_command_weight = 0x45a,
182 kone_command_calibrate = 0x55a,
183 kone_command_confirm_write = 0x65a,
184 kone_command_firmware = 0xe5a