Lines 23-32
Link Here
|
23 |
|
23 |
|
24 |
#include "xf86Wacom.h" |
24 |
#include "xf86Wacom.h" |
25 |
|
25 |
|
|
|
26 |
#ifdef __linux__ |
26 |
#include <asm/types.h> |
27 |
#include <asm/types.h> |
|
|
28 |
#endif |
27 |
#include <linux/input.h> |
29 |
#include <linux/input.h> |
28 |
#include <sys/utsname.h> |
30 |
#include <sys/utsname.h> |
|
|
31 |
#ifdef __linux__ |
29 |
#include <linux/version.h> |
32 |
#include <linux/version.h> |
|
|
33 |
#else |
34 |
#define LINUX_VERSION_CODE 1 |
35 |
#define KERNEL_VERSION(a,b,c) 0 |
36 |
#endif |
30 |
|
37 |
|
31 |
#define MAX_USB_EVENTS 32 |
38 |
#define MAX_USB_EVENTS 32 |
32 |
|
39 |
|
Lines 276-281
Link Here
|
276 |
{ WACOM_VENDOR_ID, 0x315,200000, 200000, &usbIntuosPro, "Intuos Pro M" }, |
283 |
{ WACOM_VENDOR_ID, 0x315,200000, 200000, &usbIntuosPro, "Intuos Pro M" }, |
277 |
{ WACOM_VENDOR_ID, 0x317,200000, 200000, &usbIntuosPro, "Intuos Pro L" }, |
284 |
{ WACOM_VENDOR_ID, 0x317,200000, 200000, &usbIntuosPro, "Intuos Pro L" }, |
278 |
|
285 |
|
|
|
286 |
{ WACOM_VENDOR_ID, 0x33B,200000, 200000, &usbIntuos5, "Intuos Draw small" }, |
287 |
{ WACOM_VENDOR_ID, 0x33C,200000, 200000, &usbIntuos5, "Intuos Art/Photo/Comic small"}, |
288 |
{ WACOM_VENDOR_ID, 0x33D,200000, 200000, &usbIntuos5, "Intuos Draw medium" }, |
289 |
{ WACOM_VENDOR_ID, 0x33E,200000, 200000, &usbIntuos5, "Intuos Art medium" }, |
290 |
|
279 |
{ WACOM_VENDOR_ID, 0x3F, 200000, 200000, &usbCintiqV5, "Cintiq 21UX" }, |
291 |
{ WACOM_VENDOR_ID, 0x3F, 200000, 200000, &usbCintiqV5, "Cintiq 21UX" }, |
280 |
{ WACOM_VENDOR_ID, 0xC5, 200000, 200000, &usbCintiqV5, "Cintiq 20WSX" }, |
292 |
{ WACOM_VENDOR_ID, 0xC5, 200000, 200000, &usbCintiqV5, "Cintiq 20WSX" }, |
281 |
{ WACOM_VENDOR_ID, 0xC6, 200000, 200000, &usbCintiqV5, "Cintiq 12WX" }, |
293 |
{ WACOM_VENDOR_ID, 0xC6, 200000, 200000, &usbCintiqV5, "Cintiq 12WX" }, |