FreeBSD Bugzilla – Attachment 165334 Details for
Bug 206086
x11-drivers/xf86-input-wacom: Add new devices, fix hotplug and unplug dealock
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
add new devs
patch-src-wcmUSB.c (text/plain), 1.07 KB, created by
Ivan Rozhuk
on 2016-01-09 23:25:38 UTC
(
hide
)
Description:
add new devs
Filename:
MIME Type:
Creator:
Ivan Rozhuk
Created:
2016-01-09 23:25:38 UTC
Size:
1.07 KB
patch
obsolete
>--- src/wcmUSB.c~ >+++ src/wcmUSB.c >@@ -23,10 +23,17 @@ > > #include "xf86Wacom.h" > >+#ifdef __linux__ > #include <asm/types.h> >+#endif > #include <linux/input.h> > #include <sys/utsname.h> >+#ifdef __linux__ > #include <linux/version.h> >+#else >+#define LINUX_VERSION_CODE 1 >+#define KERNEL_VERSION(a,b,c) 0 >+#endif > > #define MAX_USB_EVENTS 32 > >@@ -276,6 +283,11 @@ > { WACOM_VENDOR_ID, 0x315,200000, 200000, &usbIntuosPro, "Intuos Pro M" }, > { WACOM_VENDOR_ID, 0x317,200000, 200000, &usbIntuosPro, "Intuos Pro L" }, > >+ { WACOM_VENDOR_ID, 0x33B,200000, 200000, &usbIntuos5, "Intuos Draw small" }, >+ { WACOM_VENDOR_ID, 0x33C,200000, 200000, &usbIntuos5, "Intuos Art/Photo/Comic small"}, >+ { WACOM_VENDOR_ID, 0x33D,200000, 200000, &usbIntuos5, "Intuos Draw medium" }, >+ { WACOM_VENDOR_ID, 0x33E,200000, 200000, &usbIntuos5, "Intuos Art medium" }, >+ > { WACOM_VENDOR_ID, 0x3F, 200000, 200000, &usbCintiqV5, "Cintiq 21UX" }, > { WACOM_VENDOR_ID, 0xC5, 200000, 200000, &usbCintiqV5, "Cintiq 20WSX" }, > { WACOM_VENDOR_ID, 0xC6, 200000, 200000, &usbCintiqV5, "Cintiq 12WX" },
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
jbeich
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 206086
: 165334 |
165335
|
165337
|
165339