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 pi...@wacom.com for the series. I have applied the series. Thanks to both of you, Thanks! -- Regards, Przemo Firszt

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 define a text

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

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-bit 64x30

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-bit 64x32

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 prz...@firszt.eu Intuos4 M (PTK-640) over here. Just to clarify, there are 64x32 hardware pixels beside each button. The Mac driver uses only

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 Favux ...
On Thu, May 17, 2012 at 3:21 PM, Jim Henderson hende...@gmail.com 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

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=detailaid=2878608group_id=69596atid=525126 As you can see Ping included it with linuxwacom-0.8.5-8 for kernels 2.6.24

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

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 and

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? 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 peter.hutte...@who-t.net 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

[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

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 this

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 Ping Cheng
On Thu, May 17, 2012 at 4:38 PM, Adam Nielsen a.niel...@shikadi.net 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

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

[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.

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 a.niel...@shikadi.net 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