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 314589 Details for
Bug 370471
[RFE] Add support for Wacom PTZ-431W to kernel
[?]
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]
02-fix_distance_values.patch
wacom-fix_distance_values.patch (text/plain), 7.94 KB, created by
Aristeu Rozanski
on 2008-08-19 22:25:30 UTC
(
hide
)
Description:
02-fix_distance_values.patch
Filename:
MIME Type:
Creator:
Aristeu Rozanski
Created:
2008-08-19 22:25:30 UTC
Size:
7.94 KB
patch
obsolete
>wacom: fix maximum distance values > >https://bugzilla.redhat.com/show_bug.cgi?id=248903 > >This patch updates the maximum distance (from the stylus to the tablet) for >all models. > >Tested by the customer with success. > >Upstream: >8d32e3ae5972641ee9eb813e7a5c44a2b85d3694 > >--- > drivers/usb/input/wacom.c | 86 +++++++++++++++++++++++----------------------- > 1 file changed, 43 insertions(+), 43 deletions(-) > >--- tree.orig/drivers/usb/input/wacom.c 2008-06-10 13:54:43.000000000 -0400 >+++ tree/drivers/usb/input/wacom.c 2008-06-10 14:02:23.000000000 -0400 >@@ -734,49 +734,49 @@ exit: > } > > static struct wacom_features wacom_features[] = { >- { "Wacom Penpartner", 7, 5040, 3780, 255, 32, PENPARTNER, wacom_penpartner_irq }, >- { "Wacom Graphire", 8, 10206, 7422, 511, 32, GRAPHIRE, wacom_graphire_irq }, >- { "Wacom Graphire2 4x5", 8, 10206, 7422, 511, 32, GRAPHIRE, wacom_graphire_irq }, >- { "Wacom Graphire2 5x7", 8, 13918, 10206, 511, 32, GRAPHIRE, wacom_graphire_irq }, >- { "Wacom Graphire3", 8, 10208, 7424, 511, 32, GRAPHIRE, wacom_graphire_irq }, >- { "Wacom Graphire3 6x8", 8, 16704, 12064, 511, 32, GRAPHIRE, wacom_graphire_irq }, >- { "Wacom Graphire4 4x5", 8, 10208, 7424, 511, 32, WACOM_G4, wacom_graphire_irq }, >- { "Wacom Graphire4 6x8", 8, 16704, 12064, 511, 32, WACOM_G4, wacom_graphire_irq }, >- { "Wacom Volito", 8, 5104, 3712, 511, 32, GRAPHIRE, wacom_graphire_irq }, >- { "Wacom PenStation2", 8, 3250, 2320, 255, 32, GRAPHIRE, wacom_graphire_irq }, >- { "Wacom Volito2 4x5", 8, 5104, 3712, 511, 32, GRAPHIRE, wacom_graphire_irq }, >- { "Wacom Volito2 2x3", 8, 3248, 2320, 511, 32, GRAPHIRE, wacom_graphire_irq }, >- { "Wacom PenPartner2", 8, 3250, 2320, 255, 32, GRAPHIRE, wacom_graphire_irq }, >- { "Wacom Intuos 4x5", 10, 12700, 10600, 1023, 15, INTUOS, wacom_intuos_irq }, >- { "Wacom Intuos 6x8", 10, 20320, 16240, 1023, 15, INTUOS, wacom_intuos_irq }, >- { "Wacom Intuos 9x12", 10, 30480, 24060, 1023, 15, INTUOS, wacom_intuos_irq }, >- { "Wacom Intuos 12x12", 10, 30480, 31680, 1023, 15, INTUOS, wacom_intuos_irq }, >- { "Wacom Intuos 12x18", 10, 45720, 31680, 1023, 15, INTUOS, wacom_intuos_irq }, >- { "Wacom PL400", 8, 5408, 4056, 255, 32, PL, wacom_pl_irq }, >- { "Wacom PL500", 8, 6144, 4608, 255, 32, PL, wacom_pl_irq }, >- { "Wacom PL600", 8, 6126, 4604, 255, 32, PL, wacom_pl_irq }, >- { "Wacom PL600SX", 8, 6260, 5016, 255, 32, PL, wacom_pl_irq }, >- { "Wacom PL550", 8, 6144, 4608, 511, 32, PL, wacom_pl_irq }, >- { "Wacom PL800", 8, 7220, 5780, 511, 32, PL, wacom_pl_irq }, >- { "Wacom PL700", 8, 6758, 5406, 511, 32, PL, wacom_pl_irq }, >- { "Wacom PL510", 8, 6282, 4762, 511, 32, PL, wacom_pl_irq }, >- { "Wacom DTU710", 8, 34080, 27660, 511, 32, PL, wacom_pl_irq }, >- { "Wacom DTF521", 8, 6282, 4762, 511, 32, PL, wacom_pl_irq }, >- { "Wacom DTF720", 8, 6858, 5506, 511, 32, PL, wacom_pl_irq }, >- { "Wacom Cintiq Partner",8, 20480, 15360, 511, 32, PL, wacom_ptu_irq }, >- { "Wacom Intuos2 4x5", 10, 12700, 10600, 1023, 15, INTUOS, wacom_intuos_irq }, >- { "Wacom Intuos2 6x8", 10, 20320, 16240, 1023, 15, INTUOS, wacom_intuos_irq }, >- { "Wacom Intuos2 9x12", 10, 30480, 24060, 1023, 15, INTUOS, wacom_intuos_irq }, >- { "Wacom Intuos2 12x12", 10, 30480, 31680, 1023, 15, INTUOS, wacom_intuos_irq }, >- { "Wacom Intuos2 12x18", 10, 45720, 31680, 1023, 15, INTUOS, wacom_intuos_irq }, >- { "Wacom Intuos3 4x5", 10, 25400, 20320, 1023, 15, INTUOS3, wacom_intuos_irq }, >- { "Wacom Intuos3 6x8", 10, 40640, 30480, 1023, 15, INTUOS3, wacom_intuos_irq }, >- { "Wacom Intuos3 9x12", 10, 60960, 45720, 1023, 15, INTUOS3, wacom_intuos_irq }, >- { "Wacom Intuos3 12x12", 10, 60960, 60960, 1023, 15, INTUOS312, wacom_intuos_irq }, >- { "Wacom Intuos3 12x19", 10, 97536, 60960, 1023, 15, INTUOS319, wacom_intuos_irq }, >- { "Wacom Intuos3 6x11", 10, 54204, 31750, 1023, 15, INTUOS3, wacom_intuos_irq }, >- { "Wacom Cintiq 21UX", 10, 87200, 65600, 1023, 15, CINTIQ, wacom_intuos_irq }, >- { "Wacom Intuos2 6x8", 10, 20320, 16240, 1023, 15, INTUOS, wacom_intuos_irq }, >+ { "Wacom Penpartner", 7, 5040, 3780, 255, 0, PENPARTNER, wacom_penpartner_irq }, >+ { "Wacom Graphire", 8, 10206, 7422, 511, 63, GRAPHIRE, wacom_graphire_irq }, >+ { "Wacom Graphire2 4x5", 8, 10206, 7422, 511, 63, GRAPHIRE, wacom_graphire_irq }, >+ { "Wacom Graphire2 5x7", 8, 13918, 10206, 511, 63, GRAPHIRE, wacom_graphire_irq }, >+ { "Wacom Graphire3", 8, 10208, 7424, 511, 63, GRAPHIRE, wacom_graphire_irq }, >+ { "Wacom Graphire3 6x8", 8, 16704, 12064, 511, 63, GRAPHIRE, wacom_graphire_irq }, >+ { "Wacom Graphire4 4x5", 8, 10208, 7424, 511, 63, WACOM_G4, wacom_graphire_irq }, >+ { "Wacom Graphire4 6x8", 8, 16704, 12064, 511, 63, WACOM_G4, wacom_graphire_irq }, >+ { "Wacom Volito", 8, 5104, 3712, 511, 63, GRAPHIRE, wacom_graphire_irq }, >+ { "Wacom PenStation2", 8, 3250, 2320, 255, 63, GRAPHIRE, wacom_graphire_irq }, >+ { "Wacom Volito2 4x5", 8, 5104, 3712, 511, 63, GRAPHIRE, wacom_graphire_irq }, >+ { "Wacom Volito2 2x3", 8, 3248, 2320, 511, 63, GRAPHIRE, wacom_graphire_irq }, >+ { "Wacom PenPartner2", 8, 3250, 2320, 255, 63, GRAPHIRE, wacom_graphire_irq }, >+ { "Wacom Intuos 4x5", 10, 12700, 10600, 1023, 31, INTUOS, wacom_intuos_irq }, >+ { "Wacom Intuos 6x8", 10, 20320, 16240, 1023, 31, INTUOS, wacom_intuos_irq }, >+ { "Wacom Intuos 9x12", 10, 30480, 24060, 1023, 31, INTUOS, wacom_intuos_irq }, >+ { "Wacom Intuos 12x12", 10, 30480, 31680, 1023, 31, INTUOS, wacom_intuos_irq }, >+ { "Wacom Intuos 12x18", 10, 45720, 31680, 1023, 31, INTUOS, wacom_intuos_irq }, >+ { "Wacom PL400", 8, 5408, 4056, 255, 0, PL, wacom_pl_irq }, >+ { "Wacom PL500", 8, 6144, 4608, 255, 0, PL, wacom_pl_irq }, >+ { "Wacom PL600", 8, 6126, 4604, 255, 0, PL, wacom_pl_irq }, >+ { "Wacom PL600SX", 8, 6260, 5016, 255, 0, PL, wacom_pl_irq }, >+ { "Wacom PL550", 8, 6144, 4608, 511, 0, PL, wacom_pl_irq }, >+ { "Wacom PL800", 8, 7220, 5780, 511, 0, PL, wacom_pl_irq }, >+ { "Wacom PL700", 8, 6758, 5406, 511, 0, PL, wacom_pl_irq }, >+ { "Wacom PL510", 8, 6282, 4762, 511, 0, PL, wacom_pl_irq }, >+ { "Wacom DTU710", 8, 34080, 27660, 511, 0, PL, wacom_pl_irq }, >+ { "Wacom DTF521", 8, 6282, 4762, 511, 0, PL, wacom_pl_irq }, >+ { "Wacom DTF720", 8, 6858, 5506, 511, 0, PL, wacom_pl_irq }, >+ { "Wacom Cintiq Partner",8, 20480, 15360, 511, 0, PL, wacom_ptu_irq }, >+ { "Wacom Intuos2 4x5", 10, 12700, 10600, 1023, 31, INTUOS, wacom_intuos_irq }, >+ { "Wacom Intuos2 6x8", 10, 20320, 16240, 1023, 31, INTUOS, wacom_intuos_irq }, >+ { "Wacom Intuos2 9x12", 10, 30480, 24060, 1023, 31, INTUOS, wacom_intuos_irq }, >+ { "Wacom Intuos2 12x12", 10, 30480, 31680, 1023, 31, INTUOS, wacom_intuos_irq }, >+ { "Wacom Intuos2 12x18", 10, 45720, 31680, 1023, 31, INTUOS, wacom_intuos_irq }, >+ { "Wacom Intuos3 4x5", 10, 25400, 20320, 1023, 63, INTUOS3, wacom_intuos_irq }, >+ { "Wacom Intuos3 6x8", 10, 40640, 30480, 1023, 63, INTUOS3, wacom_intuos_irq }, >+ { "Wacom Intuos3 9x12", 10, 60960, 45720, 1023, 63, INTUOS3, wacom_intuos_irq }, >+ { "Wacom Intuos3 12x12", 10, 60960, 60960, 1023, 63, INTUOS312, wacom_intuos_irq }, >+ { "Wacom Intuos3 12x19", 10, 97536, 60960, 1023, 63, INTUOS319, wacom_intuos_irq }, >+ { "Wacom Intuos3 6x11", 10, 54204, 31750, 1023, 63, INTUOS3, wacom_intuos_irq }, >+ { "Wacom Cintiq 21UX", 10, 87200, 65600, 1023, 63, CINTIQ, wacom_intuos_irq }, >+ { "Wacom Intuos2 6x8", 10, 20320, 16240, 1023, 31, INTUOS, wacom_intuos_irq }, > { "Wacom Intuos3 4x6", 10, 31496, 19685, 1023, 63, INTUOS3S, wacom_intuos_irq }, > { } > };
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 370471
:
314588
| 314589 |
314590