Re: [Linuxwacom-devel] [PATCH 1/1] Add support for the DTI-520

2012-05-17 Thread Chris Bagwell
On Thu, May 17, 2012 at 6:38 PM, Adam Nielsen wrote: >>> just wondering if the DTI-520 gives you serial numbers for the styli or if >>> this device uses generic serials. >> >> DTI-520 is a protocol 4 (V4) device. It does not support serial number >> and tool IDs. > > What does "protocol 4" refer t

[Linuxwacom-devel] [PATCH v2 libwacom] test: remove special-case for DTI-520

2012-05-17 Thread Peter Hutterer
We don't need to special-case the device, this device may be used with a pen that includes an eraser. Removing the special case means we expect all currently known devices to have at lest one stylus, the code from 4a7a7f16564869b3af6701aa943e5c88927f451b tests those styli for additional eraser. Qu

Re: [Linuxwacom-devel] [PATCH libwacom] test: remove special-case for DTI-520

2012-05-17 Thread Bastien Nocera
Em Fri, 2012-05-18 às 09:37 +1000, Peter Hutterer escreveu: > We don't need to special-case the device, this device may be used with a pen > that includes an eraser. Removing the special case means we expect all > currently known devices to have at least two styli defined. That's a wrong expectati

Re: [Linuxwacom-devel] [PATCH 1/1] Add support for the DTI-520

2012-05-17 Thread Ping Cheng
On Thu, May 17, 2012 at 4:38 PM, Adam Nielsen wrote: >>> just wondering if the DTI-520 gives you serial numbers for the styli or >>> if >>> this device uses generic serials. >> >> >> DTI-520 is a protocol 4 (V4) device. It does not support serial number >> and tool IDs. > > > What does "protocol 4

Re: [Linuxwacom-devel] [PATCH 1/1] Add support for the DTI-520

2012-05-17 Thread Favux ...
The amount of movement as the eraser (what would be the rubber) depresses into the stylus barrel varies by stylus model. With one stylus I have it slides in a noticeable distance but my BambooPT stylus' eraser hardly slides in. But it does wiggle a bit. Guess it depends on how the transducer is

Re: [Linuxwacom-devel] [PATCH 1/1] Add support for the DTI-520

2012-05-17 Thread Adam Nielsen
>> just wondering if the DTI-520 gives you serial numbers for the styli or if >> this device uses generic serials. > > DTI-520 is a protocol 4 (V4) device. It does not support serial number > and tool IDs. What does "protocol 4" refer to? Do you know why the USB communication protocol used on th

[Linuxwacom-devel] [PATCH libwacom] test: remove special-case for DTI-520

2012-05-17 Thread Peter Hutterer
We don't need to special-case the device, this device may be used with a pen that includes an eraser. Removing the special case means we expect all currently known devices to have at least two styli defined. Quote Ping Cheng, 17 May 2012, linuxwacom-devel, Thread: Add support for the DTI-520 "DTI-

Re: [Linuxwacom-devel] [PATCH 1/1] Add support for the DTI-520

2012-05-17 Thread Ping Cheng
On Thu, May 17, 2012 at 4:05 PM, Adam Nielsen wrote: > Hi Peter, > >> just wondering if the DTI-520 gives you serial numbers for the styli or if >> this device uses generic serials. >>  From what I can tell from the tech specs, this devices does not have an >> eraser, right? > > Unfortunately I've

Re: [Linuxwacom-devel] [PATCH 1/1] Add support for the DTI-520

2012-05-17 Thread Ping Cheng
On Thu, May 17, 2012 at 3:55 PM, Peter Hutterer wrote: > Adam, > > just wondering if the DTI-520 gives you serial numbers for the styli or if > this device uses generic serials. DTI-520 is a protocol 4 (V4) device. It does not support serial number and tool IDs. > >From what I can tell from the

Re: [Linuxwacom-devel] [PATCH 1/1] Add support for the DTI-520

2012-05-17 Thread Peter Hutterer
On Fri, May 18, 2012 at 09:05:14AM +1000, Adam Nielsen wrote: > Hi Peter, > > >just wondering if the DTI-520 gives you serial numbers for the styli or if > >this device uses generic serials. > > From what I can tell from the tech specs, this devices does not have an > >eraser, right? > > Unfortun

Re: [Linuxwacom-devel] [PATCH 1/1] Add support for the DTI-520

2012-05-17 Thread Adam Nielsen
Hi Peter, > just wondering if the DTI-520 gives you serial numbers for the styli or if > this device uses generic serials. > From what I can tell from the tech specs, this devices does not have an > eraser, right? Unfortunately I've got no way of knowing, as I only have one stylus to test with

Re: [Linuxwacom-devel] [PATCH 1/1] Add support for the DTI-520

2012-05-17 Thread Peter Hutterer
Adam, just wondering if the DTI-520 gives you serial numbers for the styli or if this device uses generic serials. >From what I can tell from the tech specs, this devices does not have an eraser, right? Cheers, Peter On Wed, Apr 11, 2012 at 04:13:08PM +1000, Adam Nielsen wrote: > Add support f

Re: [Linuxwacom-devel] [RFC] LEDs & OLEDs on Intuos4 tablets

2012-05-17 Thread Jim Henderson
On Thu, 17 May 2012 15:43:19 -0500, Favux ... wrote: > Right, that was Nicholas Hirsch's usbfs solution. See his > Tracker:Patches post: > http://sourceforge.net/tracker/? func=detail&aid=2878608&group_id=69596&atid=525126 > > As you can see Ping included it with linuxwacom-0.8.5-8 for kernels >

Re: [Linuxwacom-devel] [RFC] LEDs & OLEDs on Intuos4 tablets

2012-05-17 Thread Favux ...
On Thu, May 17, 2012 at 3:21 PM, Jim Henderson wrote: > > FWIW, I have the same tablet here, and have been interested in seeing OLED > support return (there was support once upon a time through the kernel > driver, but it was overly complicated to use and required root privs and > a CLI tool to pu

Re: [Linuxwacom-devel] [RFC] LEDs & OLEDs on Intuos4 tablets

2012-05-17 Thread Jim Henderson
On Thu, 17 May 2012 16:06:57 -0400, Mike Erwin wrote: > Intuos4 M (PTK-640) over here. Just to clarify, there are 64x32 hardware > pixels beside each button. The Mac driver uses only 64x30, > and leaves 2 rows black between each icon. FWIW, I have the same tablet here, and have been interested in

Re: [Linuxwacom-devel] [RFC] LEDs & OLEDs on Intuos4 tablets

2012-05-17 Thread Mike Erwin
> > Hmm it's getting more complicated. What model do you have? > I have Intuos4 WL and looks like OLEDS are 64x32, 1 bit color depths... > > -- > Przemo Firszt > Intuos4 M (PTK-640) over here. Just to clarify, there are 64x32 hardware pixels beside each button. The Mac driver uses only 64x30, and

Re: [Linuxwacom-devel] [RFC] LEDs & OLEDs on Intuos4 tablets

2012-05-17 Thread Przemo Firszt
Dnia 2012-05-17, czw o godzinie 13:57 -0400, Mike Erwin pisze: > Przemo: > > Some ideas (I haven't tested Karg/sanette's applet yet): > > OLEDs are 64x32, "scrambled" in some funny way. I hope that I can make > > efficient "descrambling" in kernel, so we could feed sysfs with plain and > > simple 1

Re: [Linuxwacom-devel] [RFC] LEDs & OLEDs on Intuos4 tablets

2012-05-17 Thread Mike Erwin
Przemo: > Some ideas (I haven't tested Karg/sanette's applet yet): > OLEDs are 64x32, "scrambled" in some funny way. I hope that I can make > efficient "descrambling" in kernel, so we could feed sysfs with plain and > simple 1-bit 64x32 images. I've only sent images to the OLEDs on MacOS, but 4-bi

Re: [Linuxwacom-devel] [RFC] LEDs & OLEDs on Intuos4 tablets

2012-05-17 Thread Favux ...
As far as I know other than on his blog Christoph has posted two(?) versions to the LWP mailing-lists. Or at least linked to them. The last was: http://sourceforge.net/mailarchive/message.php?msg_id=27183872 I think the one currently on his blog is a several month newer version. Sanette has po

Re: [Linuxwacom-devel] [RFC] LEDs & OLEDs on Intuos4 tablets

2012-05-17 Thread Bastien Nocera
On Wed, 2012-05-16 at 19:01 +0100, Przemo Firszt wrote: > Dnia 2012-05-16, śro o godzinie 11:56 -0500, Favux ... pisze: > > Hi Prezmo, > > > > Peter vetoed the xsetwacom implementation for the Intuos4 OLEDs: > > http://sourceforge.net/mailarchive/message.php?msg_id=28814445 > > > > From this thre

Re: [Linuxwacom-devel] [RFC] LEDs & OLEDs on Intuos4 tablets

2012-05-17 Thread Przemo Firszt
Dnia 16 Maja 2012, 6:47 pm, Śr, Favux ... napisał(a): [..] >> Good, you're reading my mind :-) >> I'd start with something simple (see my other email). What do you mean >> by "a good algorithm to transform the actions or keyboard combinations >> into 3 small drawings"? What about letting user defi

Re: [Linuxwacom-devel] [PATCH 1/3] HID: wacom: Move Graphire raport header check.

2012-05-17 Thread Przemo Firszt
Dnia 16 Maja 2012, 8:43 pm, Śr, Jiri Kosina napisał(a): > On Wed, 16 May 2012, Ping Cheng wrote: > [..] >> Acked-by: Ping Cheng for the series. > > I have applied the series. Thanks to both of you, Thanks! -- Regards, Przemo Firszt --