[Linuxwacom-devel] Cintiq 24HD

2011-10-04 Thread Jason Gerecke
I'm working on adding support for the recently-announced Cintiq 24HD. It's pretty straightforward, but there are two interesting bits that I'd like some guidance on. Firstly, the 24HD has three hardware control buttons along the top edge which are physically implemented as a touch strip. While it

Re: [Linuxwacom-devel] Cintiq 24HD

2011-10-04 Thread Chris Bagwell
On Tue, Oct 4, 2011 at 8:00 PM, Jason Gerecke killert...@gmail.com wrote: I'm working on adding support for the recently-announced Cintiq 24HD. It's pretty straightforward, but there are two interesting bits that I'd like some guidance on. Firstly, the 24HD has three hardware control buttons

Re: [Linuxwacom-devel] The future of xsetwacom the need for a client library

2011-10-04 Thread Peter Hutterer
On Mon, Oct 03, 2011 at 07:36:01PM +0200, Eduard Hasenleithner wrote: 2011/9/29 Peter Hutterer peter.hutte...@who-t.net: Much further down the line is the magic LED changes that we talked about in the other thread - changing the LED at the same time as all button assignments. Here some

Re: [Linuxwacom-devel] RFC: [PATCH 2/4] Add '_get' function to handle retrieval of property data

2011-10-04 Thread Peter Hutterer
On Tue, Sep 27, 2011 at 06:03:55PM -0700, Jason Gerecke wrote: Replaces several near-identical calls to XGetDeviceProperty with a single centralized function to do the same thing. The new '_get' function is responsible for reading the property from the server, verifying its format matches that

Re: [Linuxwacom-devel] RFC: [PATCH 2/4] Add '_get' function to handle retrieval of property data

2011-10-04 Thread Peter Hutterer
On Tue, Sep 27, 2011 at 06:03:55PM -0700, Jason Gerecke wrote: Replaces several near-identical calls to XGetDeviceProperty with a single centralized function to do the same thing. The new '_get' function is responsible for reading the property from the server, verifying its format matches that

Re: [Linuxwacom-devel] RFC: [PATCH 3/4] Add '_set' function to handle setting of property data

2011-10-04 Thread Peter Hutterer
On Tue, Sep 27, 2011 at 06:03:56PM -0700, Jason Gerecke wrote: Replaces near-identical calls to XChangeDeviceProperty with a single centralized function to do the same thing. The new '_set' function uses '_get_parameter' to ensure arguments are of the expected type before doing its job.

Re: [Linuxwacom-devel] RFC: [PATCH 4/4] Add ability to match input aspect ratio to the current output ratio

2011-10-04 Thread Peter Hutterer
On Tue, Sep 27, 2011 at 06:03:57PM -0700, Jason Gerecke wrote: Adds an optional KeepShape paramater to the MapToOutput command. If provided, the Area property is updated to match the aspect ratio of the new output. If not provided, the Area property is reset to the full tablet dimensions.

Re: [Linuxwacom-devel] [PATCH v3] First version of Button Image setting

2011-10-04 Thread Peter Hutterer
On Sun, Oct 02, 2011 at 02:14:56PM +0200, Eduard Hasenleithner wrote: The LED extensions in the wacom kernel driver are scheduled for inclusion into linux-3.2. This commit provides a first demonstration on how the OLED part of new interface might be exposed by new wacom xinput device