|
From: Frederik M.J. V. <fr...@gm...> - 2007-10-27 14:07:29
|
I got a mail from nergal AT monasteriaobscura DOT de that told me that the=
=20
WacomBamboo One was a rebranded graphire. I added the mentioned=20
wacom_features line, and now it works perfectly. Could you add the feature=
=20
line=20
{ "Wacom Bamboo One", 8, 5104, 3712, 511, 63, GRAPHIRE },=20
for the device=20
{ USB_DEVICE(USB_VENDOR_ID_WACOM, 0x69) },.=20
upstream so the driver works for other owners of wacom bamboo one?.
=46rederik M.J.V.
=2D------------------------------------------------------------------------=
=2D-------------------------------
the mail:
> Hello Frederik,
>
> firstofall I'd like to express my gratitude to you - without your work I
> wouldn't have gone that far I came on my own up to the insertion of the
> 0069 as a new device number.
>
> I have the same tablet as you and experienced after following your steps
> some trouble with my device having a wrong mapping (only ~480*420px in
> upper left corner in absolute mode) and the pointer dancing like a 'floo =
on
> speed'.
>
> So I could remap it halfway correctly with "xsetwacom set stylus BottomX
> 5110 && xsetwacom set stylus BottomY 3720" by simple try and error. But
> that was, what gave me the final hint. These are nearly the mapping values
> of an older device which are given in the " src/2.6.19/wacom_wac.c " -fil=
e.
>
> The BambooOne is in fact not a Bamboo series device but probably the good
> old Volito2 which is a GRAPHIRE not a WACOM_MO.
>
> =A0 =A0 =A0 { "Wacom Volito2 2x3", =A0 8, =A0 3248, =A02320, =A0511, 63, =
GRAPHIRE },
> =A0 =A0 =A0 =A0 { "Wacom PenPartner2", =A0 8, =A0 3250, =A02320, =A0255, =
63, GRAPHIRE },
> =A0 =A0 =A0 =A0 /*{ "Wacom Bamboo", =A0 =A0 =A0 =A09, =A014760, =A09225, =
=A0511, 63, WACOM_MO
> },*/ { "Wacom Bamboo One", =A0 =A08, =A0 5104, =A03712, =A0511, 63, GRAPH=
IRE }, {
> "Wacom Intuos 4x5", =A0 10, =A012700, 10600, 1023, 31, INTUOS }, { "Wacom
> Intuos 6x8", =A0 10, =A020320, 16240, 1023, 31, INTUOS },
>
> I commented out the Bamboo-line to be sure it would not cause any trouble
> :).
>
> Now it works together with your hints perfectly.
>
> Greetings,
>
> Ulf R=F6ttger (aka Nergal)
|