wacom_sys.c (f2209d4aefac246772152c5294af49f2800f646b) wacom_sys.c (c9c095874ab4446be6dec6755d8f68862fdeae48)
1/*
2 * drivers/input/tablet/wacom_sys.c
3 *
4 * USB Wacom tablet support - system specific code
5 */
6
7/*
8 * This program is free software; you can redistribute it and/or modify

--- 152 unchanged lines hidden (view full) ---

161 if (field->report->id == 0x0B &&
162 (field->application == WACOM_HID_G9_PEN ||
163 field->application == WACOM_HID_G11_PEN)) {
164 wacom->wacom_wac.mode_report = field->report->id;
165 wacom->wacom_wac.mode_value = 0;
166 }
167 break;
168
1/*
2 * drivers/input/tablet/wacom_sys.c
3 *
4 * USB Wacom tablet support - system specific code
5 */
6
7/*
8 * This program is free software; you can redistribute it and/or modify

--- 152 unchanged lines hidden (view full) ---

161 if (field->report->id == 0x0B &&
162 (field->application == WACOM_HID_G9_PEN ||
163 field->application == WACOM_HID_G11_PEN)) {
164 wacom->wacom_wac.mode_report = field->report->id;
165 wacom->wacom_wac.mode_value = 0;
166 }
167 break;
168
169 case WACOM_HID_WD_DATAMODE:
170 wacom->wacom_wac.mode_report = field->report->id;
171 wacom->wacom_wac.mode_value = 2;
172 break;
173
169 case WACOM_HID_UP_G9:
170 case WACOM_HID_UP_G11:
171 if (field->report->id == 0x03 &&
172 (field->application == WACOM_HID_G9_TOUCHSCREEN ||
173 field->application == WACOM_HID_G11_TOUCHSCREEN)) {
174 wacom->wacom_wac.mode_report = field->report->id;
175 wacom->wacom_wac.mode_value = 0;
176 }

--- 2340 unchanged lines hidden ---
174 case WACOM_HID_UP_G9:
175 case WACOM_HID_UP_G11:
176 if (field->report->id == 0x03 &&
177 (field->application == WACOM_HID_G9_TOUCHSCREEN ||
178 field->application == WACOM_HID_G11_TOUCHSCREEN)) {
179 wacom->wacom_wac.mode_report = field->report->id;
180 wacom->wacom_wac.mode_value = 0;
181 }

--- 2340 unchanged lines hidden ---