[Linuxwacom-devel] new libwacom release

2013-10-05 Thread Timo Aaltonen

Hi

  libwacom hasn't seen a release in awhile, even though the driver has
now that it supports newer models and all. I'd appreciate a release to
squeeze in the next ubuntu release (13.10).

-- 
t

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


[Linuxwacom-devel] Intuos5 bug

2012-09-13 Thread Timo Aaltonen

I recently filed this one:

"touching a button on Intuos5 makes a "silent" cursor jump to top-left
corner" https://bugs.freedesktop.org/show_bug.cgi?id=54250

still there with 3.6-rc5 and -wacom 0.17.

-- 
t

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


[Linuxwacom-devel] fdo bugs copied to this list?

2012-09-13 Thread Timo Aaltonen

Hi

  I'd suggest to modify fdo bugzilla so that input/wacom bugmail would
be copied here, so that bugs would get a wider audience.

-- 
t

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


Re: [Linuxwacom-devel] building 0.17.0 fails

2012-09-07 Thread Timo Aaltonen
On 06.09.2012 19:54, Jason Gerecke wrote:
> On Thu, Sep 6, 2012 at 4:13 AM, Timo Aaltonen  wrote:
>>
>> building against headers from xserver 1.13rc5:
>>
>> ./.libs/libwacom-test.a(libwacom_test_la-xf86Wacom.o): In function
>> `wcmDevControlProc':
>> /«PKGBUILDDIR»/build/test/../../src/xf86Wacom.c:710: undefined reference
>> to `LogMessageVerbSigSafe'
>> ./.libs/libwacom-test.a(libwacom_test_la-xf86Wacom.o): In function
>> `wcmDevChangeControl':
>> /«PKGBUILDDIR»/build/test/../../src/xf86Wacom.c:695: undefined reference
>> to `LogMessageVerbSigSafe'
>> /«PKGBUILDDIR»/build/test/../../src/xf86Wacom.c:695: undefined reference
>> to `LogMessageVerbSigSafe'
>> ./.libs/libwacom-test.a(libwacom_test_la-xf86Wacom.o): In function
>> `wcmDevClose':
>> /«PKGBUILDDIR»/build/test/../../src/xf86Wacom.c:731: undefined reference
>> to `LogMessageVerbSigSafe'
>> /«PKGBUILDDIR»/build/test/../../src/xf86Wacom.c:731: undefined reference
>> to `LogMessageVerbSigSafe'
>> ./.libs/libwacom-test.a(libwacom_test_la-xf86Wacom.o):/«PKGBUILDDIR»/build/test/../../src/xf86Wacom.c:724:
>> more undefined references to `LogMessageVerbSigSafe' follow
>> collect2: error: ld returned 1 exit status
>>
>>
>> lots of other warnings too, full build log at
>> http://pastebin.com/T0Jv56DD
>>
>>
>> --
>> t
>>
> 
> It looks like your build system is running a distcheck, which is known
> to produce lots of (harmless) warnings. The error itself appears to be
> caused by us not informing the test suite of the
> "LogMessageVerbSigSafe" function that is now used with xserver >=
> 1.13.
> 
> Let me know if the attached patch fixes the build or not.

Yup, that did it, thanks!

-- 
t

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


[Linuxwacom-devel] building 0.17.0 fails

2012-09-06 Thread Timo Aaltonen

building against headers from xserver 1.13rc5:

./.libs/libwacom-test.a(libwacom_test_la-xf86Wacom.o): In function
`wcmDevControlProc':
/«PKGBUILDDIR»/build/test/../../src/xf86Wacom.c:710: undefined reference
to `LogMessageVerbSigSafe'
./.libs/libwacom-test.a(libwacom_test_la-xf86Wacom.o): In function
`wcmDevChangeControl':
/«PKGBUILDDIR»/build/test/../../src/xf86Wacom.c:695: undefined reference
to `LogMessageVerbSigSafe'
/«PKGBUILDDIR»/build/test/../../src/xf86Wacom.c:695: undefined reference
to `LogMessageVerbSigSafe'
./.libs/libwacom-test.a(libwacom_test_la-xf86Wacom.o): In function
`wcmDevClose':
/«PKGBUILDDIR»/build/test/../../src/xf86Wacom.c:731: undefined reference
to `LogMessageVerbSigSafe'
/«PKGBUILDDIR»/build/test/../../src/xf86Wacom.c:731: undefined reference
to `LogMessageVerbSigSafe'
./.libs/libwacom-test.a(libwacom_test_la-xf86Wacom.o):/«PKGBUILDDIR»/build/test/../../src/xf86Wacom.c:724:
more undefined references to `LogMessageVerbSigSafe' follow
collect2: error: ld returned 1 exit status


lots of other warnings too, full build log at
http://pastebin.com/T0Jv56DD


-- 
t

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


Re: [Linuxwacom-devel] [PATCH libwacom 2/2] lib: serial devices may end up with a NULL product_str

2012-05-11 Thread Timo Aaltonen
11.05.2012 02:20, Peter Hutterer kirjoitti:
> If not inputattached, the product_str is NULL and udev doesn't provide a way
> to query it. Assume it as 0 instead of crashing.
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=819191
> 
> Signed-off-by: Peter Hutterer 
> ---
>  libwacom/libwacom.c |   16 +++-
>  1 file changed, 11 insertions(+), 5 deletions(-)

Tested-by: Timo Aaltonen 

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


Re: [Linuxwacom-devel] [PATCH 1/4] input: wacom: Intuos5 basic support

2012-04-03 Thread Timo Aaltonen
On 10.03.2012 04:06, Jason Gerecke wrote:
> This patch adds support for the basic pen functions of Intuos5
> tablets.

Looks like these haven't been applied upstream yet?

Tested-by: Timo Aaltonen 


-- 
t

--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


Re: [Linuxwacom-devel] Changing to freedesktop bugzilla?

2012-01-12 Thread Timo Aaltonen
12.01.2012 04:25, Peter Hutterer kirjoitti:
> Trawling through my xorg bugs yesterday I found a few that were filed
> against the Input/wacom component at bugs.freedesktop.org. This was created
> ages ago, when Ping and I were talking about moving the driver over to
> freedesktop.org in general. We decided to stay with sf.net in the end to
> avoid too big a break for our users (this discussion happened ~2 years ago
> or so)
>
> However, given sf's issue tracker moving to the freedesktop.org bugzilla
> seems quite tempting. I personally find the issue tracker horrible.
> There are a few advantages in using bugs.freedesktop.org:
> - bugzilla is somewhat of a standard when it comes to bugreporting
> - cross-referencing/reassigning bugs is easier between other components such
>as the X server
> - tighter integration with xorg in general. X.org hackers tend to look at
>the bugzilla, they don't look at our sf page.
> - better references: http://bugs.freedesktop.org/12345 vs
>
> http://sourceforge.net/tracker/?func=detail&aid=3456195&group_id=69596&atid=525124
>
> Disadvantages:
> - this should only be done for the xf86-input-wacom component (and xsetwacom
>bugs), kernel bugs should not go there (or at least would require a
>different component).
> - users would need to create a user account separate from sf.net
> - technically off-site (I doubt that matters)
>
> And other things I missed. What's the general feeling on it?

As a distro maintainer: yes please.

would libwacom have a component of it's own?

t

--
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


[Linuxwacom-devel] [PATCH v2] Add support for Lenovo tablet ID 0xE6

2011-04-07 Thread Timo Aaltonen
Signed-off-by: Timo Aaltonen 
Tested-by: Manoj Iyer 
---
 src/wcmUSB.c |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

v2: fixed the resolution to match other stylus-enabled tablets.

diff --git a/src/wcmUSB.c b/src/wcmUSB.c
index 81af067..3f8e059 100644
--- a/src/wcmUSB.c
+++ b/src/wcmUSB.c
@@ -269,6 +269,7 @@ static struct
{ WACOM_VENDOR_ID, 0x9F,394,394, &usbTabletPC   }, /* CapPlus  
0x9F */
{ WACOM_VENDOR_ID, 0xE2,394,394, &usbTabletPC   }, /* TabletPC 
0xE2 */
{ WACOM_VENDOR_ID, 0xE3, 10, 10, &usbTabletPC   }, /* TabletPC 
0xE3 */
+   { WACOM_VENDOR_ID, 0xE6, 10, 10, &usbTabletPC   }, /* TabletPC 
0xE6 */
 
/* IDs from Waltop's driver, available 
http://www.waltop.com.tw/download.asp?lv=0&id=2.
   Accessed 8 Apr 2010, driver release date 2009/08/11, fork of 
linuxwacom 0.8.4.
-- 
1.7.4.1


--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


Re: [Linuxwacom-devel] [PATCH] Add support for Lenovo tablet ID 0xE6

2011-04-01 Thread TImo Aaltonen
On 01.04.2011 19:59, Ping Cheng wrote:
> Hi Timo,
> 
> Does E6 come with a stylus (pen)? If so, you need to change the resolution
> from 5 to 10.

As I understand it, yes. Actually, it was tested with 0.10.8 which used
old resolution values (1016), so here I copied what Volito2 had in master..

t

--
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


[Linuxwacom-devel] [PATCH] Add support for Lenovo tablet ID 0xE6

2011-04-01 Thread Timo Aaltonen
From: Timo Aaltonen 

Signed-off-by: Timo Aaltonen 
Tested-by: Manoj Iyer 
---
 src/wcmUSB.c |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/wcmUSB.c b/src/wcmUSB.c
index 81af067..61983eb 100644
--- a/src/wcmUSB.c
+++ b/src/wcmUSB.c
@@ -269,6 +269,7 @@ static struct
{ WACOM_VENDOR_ID, 0x9F,394,394, &usbTabletPC   }, /* CapPlus  
0x9F */
{ WACOM_VENDOR_ID, 0xE2,394,394, &usbTabletPC   }, /* TabletPC 
0xE2 */
{ WACOM_VENDOR_ID, 0xE3, 10, 10, &usbTabletPC   }, /* TabletPC 
0xE3 */
+   { WACOM_VENDOR_ID, 0xE6,  5,  5, &usbTabletPC   }, /* TabletPC 
0xE6 */
 
/* IDs from Waltop's driver, available 
http://www.waltop.com.tw/download.asp?lv=0&id=2.
   Accessed 8 Apr 2010, driver release date 2009/08/11, fork of 
linuxwacom 0.8.4.
-- 
1.7.4.1


--
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


Re: [Linuxwacom-devel] Intuos4 L on Ubuntu 10.04

2011-03-08 Thread TImo Aaltonen
On 07.03.2011 08:53, Eduard Hasenleithner wrote:
> 2011/3/7 Peter Hutterer :
>>> The bug only exists if xf86-input-wacom later than 0.10.8 on xorg
>>> 1.7.6 server with an intuos4 L tablet is used. The bug does not show
>>> up if the mentioned patch
>>> (http://lists.x.org/archives/xorg-devel/2010-April/007333.html) is
>>> included in the x-server. It does neither show up if an Intuos4 S or M
>>> is used, because their X resolution is not sufficient for producing
>>> the integer overflow in xf86ScaleAxis.
>>
>> please poke your distribution maintainers to include the patch in their
>> xserver version. 1.7 is discontinued upstream.
> 
> So there will be no workaround in xf86-input-wacom? In the end you are
> more or less saying xf86-input-wacom driver versions above 0.10.8 do
> not support Ubuntu 10.04 LTS anymore. It is not that the xf86ScaleAxis
> function has a bug, it is just that the Specifications of the Intuos4
> L (and XL) exceed the supported value range of the function.
> 
> I will try to get the xf86ScaleAxis patch into Ubuntu 10.04, but
> judging from tries of other people of getting patches like this
> included into any LTS version I have not much hope.

There are ways to help ubuntu-x@ make that happen. First file a bug,
then attach relevant information to fix it, like a link to/hash of a
commit in a newer release. If it's something that applies relatively
cleanly and doesn't look too scary, it could even get accepted. Then it
takes some time to get a proposed fix out for testing, and after it has
been confirmed to work without regressions it's released to the public.

t

--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


[Linuxwacom-devel] [PATCH] xsetwacom.c: Fix a typo preventing Rotate ccw from working

2011-03-02 Thread Timo Aaltonen
Introduced in ac821ba29a828fb9bb531243d0a226a7fe494504

Signed-off-by: Timo Aaltonen 
---
 tools/xsetwacom.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/xsetwacom.c b/tools/xsetwacom.c
index 6713a97..fa98e3e 100644
--- a/tools/xsetwacom.c
+++ b/tools/xsetwacom.c
@@ -1377,7 +1377,7 @@ static void set_rotate(Display *dpy, XDevice *dev, 
param_t* param, int argc, cha
 
if (strcasecmp(argv[0], "cw") == 0)
rotation = 1;
-   else if (strcasecmp(argv[0], "cww") == 0)
+   else if (strcasecmp(argv[0], "ccw") == 0)
rotation = 2;
else if (strcasecmp(argv[0], "half") == 0)
rotation = 3;
-- 
1.7.4.1


--
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


Re: [Linuxwacom-devel] Test environment for driver development

2010-06-17 Thread Timo Aaltonen
On Thu, 17 Jun 2010, Alexia Death wrote:

> Hi.
>
> Im looking for pointers on how to set up a sane testing environment
> for any driver testing. Having to stop whatever I do in my X and kill
> it to load the updated driver, that might be badly broken and kill X
> does not seem to be the sane way and Im too attached to my X to do the
> actual development in shell with emacs...

You don't need to kill X if the driver is autoloaded via udev. Unplug the 
device, see that the driver is unloaded and then hack-build-install-plug.

unless the driver is not actually unloaded, can't remember if I've tried 
the above in the past.

t

--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


Re: [Linuxwacom-devel] Waltop (VisTablet PenPad) support

2010-05-19 Thread Timo Aaltonen
On Thu, 20 May 2010, Matt Harrison wrote:

> patch attempt take 2

This is not needed with the waltop branch from Peter, since it has support 
for the vendor ID and more.

What you need is support for the kernel driver. I tried to port the 
changes from the Waltop tarball they released (*), here's the first diff 
that works with my Aiptek 1U:

http://users.tkk.fi/~tjaalton/foo/waltop.diff

I haven't had time to improve it and probably won't until August, but if 
this could be added to the wacom-kernel repository on a branch to let 
people play with it, that would be great.

An open issue with the patch is that the original Waltop code probes the 
hw for the correct resolution values, but the wacom driver hardcodes them. 
I'm not sure what the correct behaviour would be..

* 
http://sourceforge.net/mailarchive/forum.php?thread_name=alpine.DEB.2.00.1004091001160.30959%40deckard.hut.fi&forum_name=linuxwacom-devel

ps. I don't think you have an eraser, at least mine doesn't ;)

-- 
Timo Aaltonen
Systems Specialist
IT Services, Aalto University

--

___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


Re: [Linuxwacom-devel] waltop support

2010-04-09 Thread Timo Aaltonen
On Fri, 9 Apr 2010, Peter Hutterer wrote:

>> [1] http://www.waltop.com.tw/download.asp?lv=0&id=2
>
> have you asked waltop yet and notified them of your work? they may be
> interested, and I am certainly interested in getting some more information
> about the IDs they use so we can map them appropriately (instead of mapping
> them to bamboos and intuos tablets)

I tried, but the first time their support email address didn't seem to 
work. Sent another one to see if it was just temporary.

-- 
Timo Aaltonen
Systems Specialist
IT Services, Aalto University School of Science and Technology

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


[Linuxwacom-devel] waltop support

2010-04-08 Thread Timo Aaltonen

Hi Peter

   As discussed on IRC, I tried your waltop branch of xf86-input-wacom, 
and merged the kernel driver [1] with wacom:

http://users.tkk.fi/~tjaalton/foo/waltop.diff

It's not pretty yet, but seems to work fine with my Aiptek Media Tablet 
1U (0x501). The pressure sensor is a bit insensitive, and it takes a 
few seconds before the cursor moves, but other than that I haven't noticed 
any issues (yet).


[1] http://www.waltop.com.tw/download.asp?lv=0&id=2

-- 
Timo Aaltonen
Systems Specialist
IT Services, Aalto University School of Science and Technology


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


Re: [Linuxwacom-devel] [PATCH 0/4] ISDV4 cleanup stage 2

2010-03-17 Thread Timo Aaltonen
On Thu, 18 Mar 2010, Peter Hutterer wrote:

>
> This patch series includes the parsing patches that I had sent earlier
> already, though reworked and this time even tested (I have an lenovo x201 on
> my desk ATM).
> It's no functional change, the only real thing here is that the protocol
> parsing has moved into a separate function, making it (hopefully) easier to
> debug and add new features in the future as new devices appear.
>
> Available for testing on the isdv4-cleanup-stage2 branch of
> git://people.freedesktop.org/~whot/xf86-input-wacom
>
> Please give this a quick spin, if it works for you I'd like to merge it and
> push out 0.10.5 - it's long overdue. If it breaks something, I'll probably
> push out 0.10.5 without it and let this simmer for longer.

Seems to work just fine with Thinkpad X61 tablet which has a serial 
device.

Tested-by: Timo Aaltonen 


t

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


Re: [Linuxwacom-devel] [PATCH 5/5] Remove ISDV4-specific code from wcmReadPacket().

2010-03-05 Thread Timo Aaltonen
On Fri, 5 Mar 2010, Bryan Hundven wrote:

> On Fri, Mar 5, 2010 at 11:20 PM, Timo Aaltonen  wrote:
>> Looks like you haven't done your homework then. The package is maintained by
>> the X-SWAT team, feel free to join and start triaging the bugs :)
>>
>> "Rebranding" means we have to bump the package epoch because someone fd
>> it up several years ago..
>>
>> ps. I added the lines to the udev rule to support serial tablets yesterday.
>> Lucid is in feature freeze now though, so new upstream snapshots need to be
>> carefully thought out and then proposed for a FFe. Btw, your package has
>> wrong versioning. "-N" is reserved for Debian, you should use "-0fooN"
>> instead, if it's not based on some Debian/Ubuntu version.
>
> Sorry,

I meant it though when asked you to join the team. There aren't too many 
people going through the wacom bugs, though the new driver hasn't yet 
gathered that many:

https://bugs.launchpad.net/ubuntu/+source/xf86-input-wacom

the current summary of somewhat confirmed bugs:

- N-Trig seems not supported #510311
- same thing with WALTOP #392825
- hotplug only works once #511844
- spurious stylus events with serial tablet #532720

also the old bugs against wacom-tools should be either closed or moved 
here.

-- 
Timo Aaltonen
Systems Specialist
IT Services, Aalto University School of Science and Technology

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


Re: [Linuxwacom-devel] [PATCH 5/5] Remove ISDV4-specific code from wcmReadPacket().

2010-03-05 Thread Timo Aaltonen
On Fri, 5 Mar 2010, Bryan Hundven wrote:

> The wacom package in ubuntu seems to be just the debian package - re-branded.
> The alternative to jhbuild would be me just posting my own ppa on
> launchpad until my package makes it into ubuntu.
> But as it is now, _I_ don't think anyone on the ubuntu project is
> maintaining the wacom driver, but I could be wrong.

Looks like you haven't done your homework then. The package is maintained 
by the X-SWAT team, feel free to join and start triaging the bugs :)

"Rebranding" means we have to bump the package epoch because someone 
fd it up several years ago..

ps. I added the lines to the udev rule to support serial tablets 
yesterday. Lucid is in feature freeze now though, so new upstream 
snapshots need to be carefully thought out and then proposed for a FFe. 
Btw, your package has wrong versioning. "-N" is reserved for Debian, you 
should use "-0fooN" instead, if it's not based on some Debian/Ubuntu 
version.

-- 
Timo Aaltonen
Systems Specialist
IT Services, Aalto University School of Science and Technology

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel