Gentoo Archives: gentoo-kernel

From: Daniel Drake <dsd@g.o>
To: gentoo-kernel@l.g.o
Subject: Re: [gentoo-kernel] wacom bug question (bug #205261)
Date: Thu, 07 Feb 2008 20:18:10
Message-Id: 47AB67AE.40506@gentoo.org
In Reply to: Re: [gentoo-kernel] wacom bug question (bug #205261) by Sebastian Kromp
1 Sebastian Kromp wrote:
2 > I thought the linuxwacom-project offers a kernelmodule too, but they
3 > seem not to, sorry.
4
5 I think they do - they "own" the one that is present in the kernel itself :)
6 (this is the way any sane developer would do it)
7
8 > Well, I´ve found this bug at the kernel bugzilla
9 > http://bugzilla.kernel.org/show_bug.cgi?id=9658 and looked for the
10 > vendor_id-struct at the /drivers/input/tablet/wacom_wac.c of the
11 > kernels, 2.6.23-gentoo-r3 (the bugreporter uses), 2.6.23-gentoo-r6
12 > and 2.6.24-git16 and the Vendor ID 0x56a isn´t there. I´m not sure if
13 > it´s true, but I guess this means, that this tablet isn´t supported
14 > yet, isn´t it?
15
16 The vendor ID is there: it's USB_VENDOR_ID_WACOM
17 One way to find the numeric value of that is to plug that identifier
18 into http://lxr.free-electrons.com/ident - you'll see it's 056a
19 However, device support is done on a (vendor ID, product ID) combination
20 and you're correct in saying that there is no (0x56a,0x90) entry in
21 the table.
22
23 > I´ve found lots of reports , that says that this tablet isn´t
24 > working/supported yet, but the linux-wacom-project seems to work at it
25 > /( I've contacted Ping Cheng form Linux Wacom Tablet Project and asked
26 > when they will add support for us. Answer:
27 >
28 > "It is in my to-do list
29 > http://sourceforge.net/tracker/index.php?func=detail&aid=1593330&group_id=69596&atid=525127
30 > ). But, I don't have time to work on it soon. If you have development
31 > experience, you may work on it. Otherwise, we'll have to see if there
32 > is anyone else available in the development group before I get a
33 > chance to work on it. " -
34 > /http://forum.tabletpcreview.com/archive/index.php/t-3798.html/)
35 > /
36
37 Great! Can you put that information on the bug then please?
38
39 > I have nothing found, that points to that this problem was reported to
40 > the wacom or kernel developers.
41
42 Ping Cheng is both a wacom and kernel developer. You just reported it to
43 him, and he was already aware.
44
45 Daniel
46 --
47 gentoo-kernel@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-kernel] wacom bug question (bug #205261) Sebastian Kromp <teufelpersoenlich@×××.de>