Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 934213 Details for
Bug 1134969
Add support for the Wacom Cintiq Companion
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
0001-Input-wacom-add-support-for-the-Cintiq-Companion.patch
0001-Input-wacom-add-support-for-the-Cintiq-Companion.patch (text/plain), 1.68 KB, created by
Benjamin Tissoires
on 2014-09-03 19:51:22 UTC
(
hide
)
Description:
0001-Input-wacom-add-support-for-the-Cintiq-Companion.patch
Filename:
MIME Type:
Creator:
Benjamin Tissoires
Created:
2014-09-03 19:51:22 UTC
Size:
1.68 KB
patch
obsolete
>From 54cc5fead05a093bc6869b753b3d8c110234d20e Mon Sep 17 00:00:00 2001 >From: Live session user <you@example.com> >Date: Mon, 27 Oct 2014 19:00:58 +0100 >Subject: [PATCH] Input - wacom: add support for the Cintiq Companion > >This tablet is identical to the Cintiq Companion Hybrid WRT >the pen and touch support. > >Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> >--- > 3.7/wacom_wac.c | 9 +++++++++ > 1 file changed, 9 insertions(+) > >diff --git a/3.7/wacom_wac.c b/3.7/wacom_wac.c >index 6caf6e6..3a7e248 100644 >--- a/3.7/wacom_wac.c >+++ b/3.7/wacom_wac.c >@@ -2339,6 +2339,13 @@ static const struct wacom_features wacom_features_0x0307 = > static const struct wacom_features wacom_features_0x0309 = > { "Wacom ISDv5 309", .type = WACOM_24HDT, /* Touch */ > .oVid = USB_VENDOR_ID_WACOM, .oPid = 0x0307, .touch_max = 10 }; >+static const struct wacom_features wacom_features_0x030A = >+ { "Wacom ISDv5 30A", WACOM_PKGLEN_INTUOS, 59352, 33648, 2047, >+ 63, CINTIQ_HYBRID, WACOM_INTUOS3_RES, WACOM_INTUOS3_RES, 200, 200, >+ .oVid = USB_VENDOR_ID_WACOM, .oPid = 0x30C }; >+static const struct wacom_features wacom_features_0x030C = >+ { "Wacom ISDv5 30C", .type = WACOM_24HDT, /* Touch */ >+ .oVid = USB_VENDOR_ID_WACOM, .oPid = 0x030A, .touch_max = 10 }; > > #define USB_DEVICE_WACOM(prod) \ > USB_DEVICE(USB_VENDOR_ID_WACOM, prod), \ >@@ -2486,6 +2493,8 @@ const struct usb_device_id wacom_ids[] = { > { USB_DEVICE_WACOM(0xFA) }, > { USB_DEVICE_WACOM(0xFB) }, > { USB_DEVICE_WACOM(0x0307) }, >+ { USB_DEVICE_WACOM(0x030A) }, >+ { USB_DEVICE_DETAILED(0x030C, USB_CLASS_HID, 0, 0) }, > { USB_DEVICE_DETAILED(0x0309, USB_CLASS_HID, 0, 0) }, > { USB_DEVICE_LENOVO(0x6004) }, > { } >-- >1.9.1 >
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
Actions:
View
|
Diff
Attachments on
bug 1134969
: 934213