Re: [Linuxwacom-devel] [PATCH] HID: wacom: Fix invalid power_supply_powers calls

2012-02-06 Thread przemo
; Hi Jeremy, The wii code looks the same, so probably it's affected as well. Can you make a patch? power_supply_powers call in wiimote driver: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blob;f=drivers/hid/hid-wiimote-core.c#l1229 regards, Przemo Firszt -

Re: [Linuxwacom-devel] [PATCH] HID: wacom: Fix invalid power_supply_powers calls

2012-02-06 Thread przemo
> On Sun, 5 Feb 2012, Przemo Firszt wrote: [..] > Hmm, seems valid. How did you notice? Have you seen crashes because of > wild pointers? Hi Jiri, Yes, the driver was unusable - 100% crashes during connection. Chris came up with the solution, I did coding & testing. The crash det

Re: [Linuxwacom-devel] [PATCH] HID: wacom: Force Wacom PTK-540WL name for Intuos4 WL

2012-02-14 Thread przemo
> On Mon, Feb 13, 2012 at 3:26 PM, Przemo Firszt wrote: >> Please comment if you're OK with the name or it should be rather "Wacom >> Intuos4 WL" or maybe something else. Hi Chris, > Here is what I thinking. You current code is geared that it can > easily be r

Re: [Linuxwacom-devel] [PATCH] HID: wacom: Force Wacom PTK-540WL name for Intuos4 WL

2012-02-14 Thread przemo
> On Mon, Feb 13, 2012 at 3:20 PM, Przemo Firszt wrote: >> The name reported by Inutos4 WL connected by bluetooth is "PTK-540WL" >> and >> to make it consistent with other Wacom devices it has to be converted to >> "Wacom PTK-540WL". It also makes u

Re: [Linuxwacom-devel] Intuos4 family OLED helper

2012-09-10 Thread Przemo
Jonathan R Young wrote: >Just tried it on my intuos4 medium usb, initial button0 worked just >fine >- thanks very much. >Redhat Enterprise Linux 6.3 (with wacom drivers 0.16) >Jonathan > >On 09/09/12 19:06, Przemo Firszt wrote: >> I made a simple helper for setting OL

Re: [Linuxwacom-devel] [PATCH] Wireless Support for Intuos Pros

2014-03-28 Thread przemo
y, so if someone in 2 years time will try to understand what the patch does the description will be there to help. Also, as suggested, you could set up and use git-send-email [3][4] to send patches. Regards, Przemo Firszt [1] https://www.kernel.org/pub/software/scm/git/docs/git-format-patch.

[Linuxwacom-devel] [PATCH] Add missing .prop_offset = 10 to SBottomX2 property

2010-02-10 Thread Przemo Firszt
Hi, Trivial patch fixing missing prop_offset in SBottomX2 property. Cheers, Przemo >From e6561594d41b5fc203ab8d28d7420f29d3b8439a Mon Sep 17 00:00:00 2001 From: Przemo Firszt Date: Wed, 10 Feb 2010 22:08:58 + Subject: [PATCH 2/2] Add missing .prop_offset = 10 to SBottomX2 property Sig

Re: [Linuxwacom-devel] [PATCH] Add missing .prop_offset = 10 to SBottomX2 property

2010-02-10 Thread Przemo Firszt
Another one attached -- Przemo >From 058aa88f7b320d743f3642b8f543be6736d33192 Mon Sep 17 00:00:00 2001 From: Przemo Firszt Date: Wed, 10 Feb 2010 22:19:41 + Subject: [PATCH 3/3] Add missing .prop_flag to SBottomY2 Signed-off-by: Przemo Firszt --- tools/xsetwacom.c |1 + 1 files chan

Re: [Linuxwacom-devel] [PATCH] Add missing .prop_offset = 10 to SBottomX2 property

2010-02-13 Thread Przemo Firszt
Dnia 2010-02-11, czw o godzinie 08:24 +1000, Peter Hutterer pisze: > On Wed, Feb 10, 2010 at 10:13:32PM +0000, Przemo Firszt wrote: [..] > > diff --git a/tools/xsetwacom.c b/tools/xsetwacom.c > > index d0f713f..4d1d6b6 100644 > > --- a/tools/xsetwacom.c > > +++ b/tool

[Linuxwacom-devel] New repository: wacom-kernel

2010-03-04 Thread Przemo Firszt
Hi, There is a new repository for wacom drivers: git://linuxwacom.git.sourceforge.net/gitroot/linuxwacom/wacom-kernel Web interface: http://linuxwacom.git.sourceforge.net/git/gitweb.cgi?p=linuxwacom/wacom-kernel Currently there are 2 branches: master - it's clean copy of Linus' tree devel - the l

Re: [Linuxwacom-devel] New repository: wacom-kernel

2010-03-16 Thread Przemo Firszt
Dnia 2010-03-04, czw o godzinie 21:08 +, Przemo Firszt pisze: [..] > There will be one more branch created: 'tested'. To create it I need > community input, so if you feel brave please use 'devel' branch and > report all issues to linuxwacom-devel list. [..] &#x

[Linuxwacom-devel] [PATCH] Add definition of 'priv' variable in wcmDevReadInput

2010-03-17 Thread Przemo Firszt
Hi, Attached patch adds definition of 'priv' variable to wcmDevReadInput in xf86Wacom.c . The definition was missing and it was breaking build with --enable-debug option, but it wasn't afecting normal builds. kind regards, Przemo >From e3508eab6960b4b884e79f616791843d3a21d30

Re: [Linuxwacom-devel] [PATCH] Add definition of 'priv' variable in wcmDevReadInput

2010-03-18 Thread Przemo Firszt
patch was just copy&paste from another function. cheers, Przemo -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for pa

[Linuxwacom-devel] Reporting speed switching from userspace (wacom bluetooth pen tablet)

2010-03-18 Thread Przemo Firszt
gt; /sys/path_to_device/speed to set speed to low, and echo 1 > /sys/path_to_device/speed to set it back to high speed. If someone wants to test it before official release it's in wacom-kernel repository, devel branch.

[Linuxwacom-devel] [PATCH] Remove redundand MAX_USB_EVENTS definition from xf86Wacom.h

2010-05-05 Thread Przemo Firszt
Hi, "git grep MAX_USB_EVENTS" told me that we don't need that definition.. regards, Przemo >From 7573a21e9ed783f6c5e5176c95e1e974e9d0b069 Mon Sep 17 00:00:00 2001 From: Przemo Firszt Date: Wed, 5 May 2010 19:34:48 +0100 Subject: [PATCH] Remove redundand MAX_USB_EVENTS definitio

Re: [Linuxwacom-devel] [PATCH] Remove redundand MAX_USB_EVENTS definition from xf86Wacom.h

2010-05-05 Thread Przemo Firszt
Dnia 2010-05-05, śro o godzinie 13:03 -0700, Ping Cheng pisze: > On Wed, May 5, 2010 at 11:40 AM, Przemo Firszt wrote: > > Hi, > > "git grep MAX_USB_EVENTS" told me that we don't need that definition.. > Hi Przemo, > > It might make sense to move M

Re: [Linuxwacom-devel] [PATCH] Remove redundand MAX_USB_EVENTS definition from xf86Wacom.h

2010-05-08 Thread Przemo Firszt
ata directly to usbParseChannel. > > What do you think? Hi, I might try to do it - I just need to understand how it works ;-) Przemo -- ___ Linuxwacom-devel mailing lis

Re: [Linuxwacom-devel] [PATCH] Remove redundand MAX_USB_EVENTS definition from xf86Wacom.h

2010-05-15 Thread Przemo Firszt
Dnia 2010-05-13, czw o godzinie 23:57 -0700, Ping Cheng pisze: > Hi Przemo, > > I got a chance to look into the code and tried to move > > int wcmEventCnt; > struct input_event wcmEvents[MAX_USB_EVENTS]; > > into usbParseEvent as static variable. On my TabletP

Re: [Linuxwacom-devel] [PATCH] Remove redundand MAX_USB_EVENTS definition from xf86Wacom.h

2010-05-17 Thread Przemo Firszt
; > those backends where it's not needed simply set it to NULL and don't access > > it. > > This is a good idea. Przemo, are you interested in implementing > Peter's suggestion? Hi, See attached patch. I'd have more later. Regards, Przemo >From b96be496a6a

Re: [Linuxwacom-devel] [PATCH] Remove redundand MAX_USB_EVENTS definition from xf86Wacom.h

2010-05-17 Thread Przemo Firszt
Dnia 2010-05-17, pon o godzinie 21:12 +0100, Przemo Firszt pisze: > Dnia 2010-05-16, nie o godzinie 23:12 -0700, Ping Cheng pisze: > > On Sun, May 16, 2010 at 9:43 PM, Peter Hutterer > [..] > > > we could just add a void *private; field to the WacomCommon struct and let &g

Re: [Linuxwacom-devel] [PATCH] Remove redundand MAX_USB_EVENTS definition from xf86Wacom.h

2010-05-18 Thread Przemo Firszt
Dnia 2010-05-18, wto o godzinie 16:52 +1000, Peter Hutterer pisze: > On Mon, May 17, 2010 at 10:02:15PM +0100, Przemo Firszt wrote: [..] > > Part 2 of cleaning: Move all definitons and declarations from wcmUSB.c > > to wcmUSB.h > > I don't quite understand why t

Re: [Linuxwacom-devel] [PATCH] Remove redundand MAX_USB_EVENTS definition from xf86Wacom.h

2010-05-22 Thread Przemo Firszt
Dnia 2010-05-18, wto o godzinie 14:30 +1000, Peter Hutterer pisze: > On Mon, May 17, 2010 at 09:12:49PM +0100, Przemo Firszt wrote: > [..] > > + /* free private data */ > > + if (priv->common->private) > > + xfree(priv->common->private); > >

Re: [Linuxwacom-devel] Move USB specific variables from WacomCommonRec to wcmUSB.h

2010-05-23 Thread Przemo Firszt
Dnia 2010-05-17, pon o godzinie 22:09 -0700, Ping Cheng pisze: > Hi Przemo > > I changed the Subject. wcmLastToolSerial can be moved to wcmUSBData as > well since it is USB specific. > > wcmPktLength is unnecessary for USB. It is always the same > (sizeof(struct input_eve

[Linuxwacom-devel] [PATCH] Plug memory leak - was:Remove redundand MAX_USB_EVENTS definition from xf86Wacom.h

2010-05-31 Thread Przemo Firszt
Dnia 2010-05-24, pon o godzinie 09:25 +1000, Peter Hutterer pisze: > On Sat, May 22, 2010 at 04:45:17PM +0100, Przemo Firszt wrote: [..] > > Where is xfree for "common" struct? (WacomCommonRec). There are > > xfree(common) calls in the code, but all of them are used is som

Re: [Linuxwacom-devel] [PATCH] Plug memory leak - was:Remove redundand MAX_USB_EVENTS definition from xf86Wacom.h

2010-05-31 Thread Przemo Firszt
> [..] Bad hair day... This time patch is signed and no trail-whitespace-error [hopefully ;-) ] Przemo >From 025343b37dadbb6ca56697f4b05d50f0d0a733d6 Mon Sep 17 00:00:00 2001 From: Przemo Firszt Date: Mon, 31 May 2010 21:01:16 +0100 Subject: [PATCH] Plug memory leak - some structures were

Re: [Linuxwacom-devel] [PATCH] Plug memory leak - was:Remove redundand MAX_USB_EVENTS definition from xf86Wacom.h

2010-06-06 Thread Przemo Firszt
on = priv->common;) for it to > work though. [..] I made a new patch, copying shamelessly what Ping did in linuxwacom. The problem is that it xorg crashes if I turn off my bluetooth tablet. Ping, Peter can you take a quick look at the code? You might spot som

Re: [Linuxwacom-devel] [PATCH] Plug memory leak - was:Remove redundand MAX_USB_EVENTS definition from xf86Wacom.h

2010-06-07 Thread Przemo Firszt
#x27;s why { is in the same line. I promise to keep wacom bracket style - at least for a while ;-) cheers, Przemo -- ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MA

Re: [Linuxwacom-devel] [PATCH] Plug memory leak - was:Remove redundand MAX_USB_EVENTS definition from xf86Wacom.h

2010-06-07 Thread Przemo Firszt
Dnia 2010-06-06, nie o godzinie 23:27 -0700, Ping Cheng pisze: [..] Hi Ping, > Przemo, please pull the latest source from sf.net. This patch (3 of > 3) didn't apply. Weird, I'll make sure next time. > > >>> > >>> +

[Linuxwacom-devel] wacom-kernel

2010-06-07 Thread Przemo Firszt
Hi Ping, I'm going to try to split changes you have in linuxwacom kernel driver (and in devel branch of wacom-kernel) into series of small patches and submit them (with your and Peter approval, of course) to kernel mainline. Is it OK for you? cheers, P

Re: [Linuxwacom-devel] wacom-kernel

2010-06-07 Thread Przemo Firszt
Dnia 2010-06-07, pon o godzinie 09:17 -0700, Ping Cheng pisze: > Hi Przemo, > > You can try the OLED ones. The Bamboo touch ones can not submitted > without changing to _MT_ protocol. However, the kernel _MT_ protocol > that supports our case properly is still under review. >

[Linuxwacom-devel] [PATCH] Quiet compiler warning about incompatible cast

2010-06-07 Thread Przemo Firszt
Hi, A side effect of compiling with -Wall -Werror. I hope that the brackets are in correct position ;-) regards, Przemo >From 87ff61990c597b3f6cfb7b53146886b9b019493c Mon Sep 17 00:00:00 2001 From: Przemo Firszt Date: Mon, 7 Jun 2010 21:48:17 +0100 Subject: [PATCH] Quiet compiler warning ab

Re: [Linuxwacom-devel] [PATCH] Rename LocalDevicePtr local to InputInfoPtr pInfo.

2010-08-04 Thread Przemo Firszt
Dnia 2010-08-04, śro o godzinie 04:19 -0700, Ping Cheng pisze: > I'd like to see someone test the patch and submit a Test-by tag for > it. With a patch this size, I only feel comfortable to ack it if I > test it (-ENOTIME) or someone else (other than the author) test it. Tested-by:

Re: [Linuxwacom-devel] [PATCH 1/4] xsetwacom: add super and hyper to modifiers.

2010-08-20 Thread Przemo Firszt
L"}, > + {"lsuper", "Super_L"}, > + {"rsuper", "Super_R"}, > + > + {"hyper", "Hyper_L"}, > + {"lhyper", "Hyper_L"}, > + {"rhyper", "Hyper_R"}, > + > {

Re: [Linuxwacom-devel] [PATCH 4/4] xsetwacom: support aboveof, belowof, leftof, rightof in xsetwacom TwinView.

2010-08-20 Thread Przemo Firszt
setwacom TwinView [none | > horizontal | vertical]\n"); > + fprintf(stderr, "Usage: xsetwacom TwinView []\n"); > + fprintf(stderr, "Values: none, horizontal, vertical, belowof," > + "aboveof, leftof, rightof\n"); > return; &

Re: [Linuxwacom-devel] [PATCH 2/7] Remove superfluous checks for TVResolution property values.

2010-08-27 Thread Przemo Firszt
W: > case TV_BELOW_ABOVE: > if ((values[1] + values[3]) != > screenInfo.screens[0]->height) Hi Peter, xsetwacom --get "WACOM Pen Tablet stylus" TwinView none still

Re: [Linuxwacom-devel] [PATCH 5/7] xsetwacom: set the TVResolution property to some sane values.

2010-08-27 Thread Przemo Firszt
: > + case TV_BELOW_ABOVE: > + tvdata[0] = DisplayWidth(dpy, 0); > + tvdata[1] = DisplayHeight(dpy, 0)/2; > + tvdata[2] = tvdata[0]; > + tvdata[3] = tvdata[1]; > + break; > +

Re: [Linuxwacom-devel] [PATCH 2/7] Remove superfluous checks for TVResolution property values.

2010-08-30 Thread Przemo Firszt
Dnia 2010-08-30, pon o godzinie 10:50 +1000, Peter Hutterer pisze: > On Fri, Aug 27, 2010 at 03:29:56PM +0100, Przemo Firszt wrote: > > Dnia 2010-08-27, pią o godzinie 13:47 +1000, Peter Hutterer pisze: > > > A CARD32 is unsigned and cannot be less than 0. Remove the checks and

[Linuxwacom-devel] [PATCH] Remove "curve" from debug message - trivial fix

2010-09-08 Thread Przemo Firszt
A trivial fix. -- Przemo Firszt >From 5623850e51768a1c0e1e37d388e316bea7c4570b Mon Sep 17 00:00:00 2001 From: Przemo Firszt Date: Tue, 7 Sep 2010 23:27:26 +0100 Subject: [PATCH] Remove "curve" from debug message - trivial fix Signed-off-by: Przemo Firszt --- tools/xsetwacom.c

[Linuxwacom-devel] Problem compiling after update to kernel 2.6.36

2010-10-31 Thread Przemo Firszt
Dnia 2010-10-31, nie o godzinie 09:10 -0500, Favux ... pisze: [..] > Hi Przemo, > > On Sun, Oct 31, 2010 at 6:42 AM, Przemo Firszt wrote: > > Dnia 2010-10-31, nie o godzinie 02:46 -0400, Patrick pisze: > >> ./configure --enable-wacom --enable-wacomdrv=no > > Hi Patr

[Linuxwacom-devel] [PATCH] Add Super and Hyper as modifiers

2011-01-02 Thread Przemo Firszt
Hi, I'm not sure if it fixes the mentioned bug, but "super" and "hyper" keys are modifiers. Peter, can you confirm it? I'll change the description if the patch is OK. If "hyper" key is the "menu" key it should not be in the modifiers - Peter, w

Re: [Linuxwacom-devel] about ticket 3169815 (Cannot compile input-wacom on 2.6.37 (missing mt.h))

2011-02-14 Thread Przemo Firszt
gt; > > Actually from 10 patches > > we have there, only the xsetwacom fix for Super will have to remain > > after next release (just curious, would it be possible to still > > squeeze it into 0.10.11? I mean the issue fixed by Przemo on 4'th Jan: > > > > htt

[Linuxwacom-devel] [PATCH] Change HID_HIDRAW module to built-in

2011-07-17 Thread Przemo Firszt
The patch is also pushed to wacom-devel tree [1] - please test. [1]http://linuxwacom.git.sourceforge.net/git/gitweb.cgi?p=linuxwacom/wacom-kernel;h=refs/heads/devel -- Przemo Firszt >From 2f76ea4c4b8f2223de6deb56a3f6106237169f60 Mon Sep 17 00:00:00 2001 From: Przemo Firszt Date: Sun, 17

Re: [Linuxwacom-devel] [PATCH] Fix installation of wacom bluetooth drivers.

2011-08-25 Thread Przemo Firszt
Previous version was sub-optimal - separate installation for bluetooth drivers is faster. >From f86098e728592fe85a4d04a07177fedd3eaa8132 Mon Sep 17 00:00:00 2001 From: Przemo Firszt Date: Wed, 24 Aug 2011 21:30:36 +0100 Subject: [PATCH] Fix installation of wacom bluetooth drivers. Add miss

[Linuxwacom-devel] [PATCH] Fix installation of wacom bluetooth drivers.

2011-08-25 Thread Przemo Firszt
Hi all, I'm back :-) Fix installation of wacom bluetooth drivers. Add missing call to install bluetooth drivers. That patch will never end up in the mainline kernel as it affects only wacom-devel specific wacom-kernel/Makefile Signed-off-by: Przemo Firszt --- wacom-kernel/Makefile |1

[Linuxwacom-devel] More modifications to wacom-kernel/devel Makefile; was: [PATCH] Fix installation of wacom bluetooth drivers.

2011-08-27 Thread Przemo Firszt
Update & cleanup of devel Makefile. -- Regards Przemo Firszt >From 406531cde3403839c4a8360d5c25db794e91960b Mon Sep 17 00:00:00 2001 From: Przemo Firszt Date: Fri, 26 Aug 2011 14:59:13 +0100 Subject: [PATCH 1/2] Update wacom-devel Makefile to match kernel options wacom-kernel/Makefile

[Linuxwacom-devel] [PATCH] Force installing wacom-devel modules in the main kernel tree

2011-09-19 Thread Przemo Firszt
>From 9a0ef7982c3919308d5361f0e381472d1681fc01 Mon Sep 17 00:00:00 2001 From: Przemo Firszt Date: Mon, 19 Sep 2011 19:32:05 +0100 Subject: [PATCH] Force installing wacom-devel modules in the main kernel tree The modules that are built out of main kernel tree are installed in "extra"

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

2011-09-28 Thread Przemo Firszt
inance of status led without stylus button pressed > 3) luminance of status led with stylus button pressed. [..] Hi, For Intuor4 Wireless windows driver offers one slider with 4 states (off, dim, "middle", bright) that affects all oleds + white wheel led (pressed and unpressed pen t

[Linuxwacom-devel] [PATCH] Initial driver for Wacom Intuos4 Wireless (Bluetooth)

2011-10-07 Thread Przemo Firszt
warnings for the patch generated by checkpatch.pl. One looks like a false positive, the rest are about line over 80 characters, but I belive it's justified. Ping, thanks again for all the help that I received for you! -- Kind regards, Przemo Firszt >From b29dabf3d7951b84fd224355fc76e80b

Re: [Linuxwacom-devel] [PATCH] Initial driver for Wacom Intuos4 Wireless (Bluetooth)

2011-10-10 Thread Przemo Firszt
Dnia 2011-10-08, sob o godzinie 17:49 -0700, Ping Cheng pisze: > On Fri, Oct 7, 2011 at 2:53 PM, Przemo Firszt wrote: > > Hi, > > Please comment, test, ack, sign-off and so on. > > I would share the common routines and structs between hid-wacom.c and > hid-wacom-i4wl.c

Re: [Linuxwacom-devel] [PATCH] Initial driver for Wacom Intuos4 Wireless (Bluetooth)

2011-10-10 Thread Przemo Firszt
nput-wacom. What would be practical difference from end user point of view? That's the most important for me. -- Przemo Firszt -- All the data continuously generated in your IT infrastructure contains a definitive re

Re: [Linuxwacom-devel] [PATCH] Initial driver for Wacom Intuos4 Wireless (Bluetooth)

2011-10-10 Thread Przemo Firszt
#x27;t be good enough for whatever reason. Thanks for your comments Chris! -- Przemo Firszt -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance,

[Linuxwacom-devel] [OT] Coding style - advice needed.

2011-10-10 Thread Przemo Firszt
"Unknown report: %d,%d size:%d\n",data[0], data[1], size); return 0; } Both do the same. Any opinions or better options? -- Przemo Firszt -- All the data continuously generated in your IT infrastructure cont

Re: [Linuxwacom-devel] [OT] Coding style - advice needed.

2011-10-12 Thread Przemo Firszt
Dnia 2011-10-11, wto o godzinie 12:18 +1000, Peter Hutterer pisze: > On Mon, Oct 10, 2011 at 09:52:10PM +0100, Przemo Firszt wrote: [..] > I'd go for the second one (using i += 10 too ;) because it's less nesting. > but this is kernel code and coding style is something very

[Linuxwacom-devel] [PATCH] Initial driver for Wacom Intuos4 Wireless - version 2, merge with hid-wacom.c

2011-10-18 Thread Przemo Firszt
Please test & comment. I cannot convince git to block text in a different way - if anyone knows how to do it please let me know. -- Regards, Przemo Firszt >From 59a8e0ea626e8cceda69d066f3c0df185c7fa297 Mon Sep 17 00:00:00 2001 From: Przemo Firszt Date: Sun, 28 Aug 2011 20:35:30 +0100

Re: [Linuxwacom-devel] [PATCH] Initial driver for Wacom Intuos4 Wireless - version 2, merge with hid-wacom.c

2011-10-18 Thread Przemo Firszt
The patch is also in wacom-kernel devel branch. It can be cloned/pulled from: git://linuxwacom.git.sourceforge.net/gitroot/linuxwacom/wacom-kernel -- Przemo -- All the data continuously generated in your IT

Re: [Linuxwacom-devel] [PATCH] Initial driver for Wacom Intuos4 Wireless - version 2, merge with hid-wacom.c

2011-10-20 Thread Przemo Firszt
Dnia 2011-10-18, wto o godzinie 21:01 -0500, Chris Bagwell pisze: > On Tue, Oct 18, 2011 at 2:18 PM, Przemo Firszt wrote: > > Please test & comment. I cannot convince git to block text in a > > different way - if anyone knows how to do it please let me know. > > > &g

[Linuxwacom-devel] Status of Intuos4 driver (USB)

2011-10-21 Thread Przemo Firszt
ell, but I didn't do extensive testing. -- Regards, Przemo -- The demand for IT networking professionals continues to grow, and the demand for specialized networking skills is growing even more rapidly. Take

Re: [Linuxwacom-devel] Status of Intuos4 driver (USB) - update

2011-10-21 Thread Przemo Firszt
Dnia 2011-10-21, pią o godzinie 13:21 +0100, Przemo Firszt pisze: > Hi, > What's the current status of Intuos4 (USB) driver. Is it fully > finctional? I just connected mine Intuos4 WL using USB cable and tablet > works, but pen buttons are dead. Is that WL specific (so I can

Re: [Linuxwacom-devel] [PATCH] Initial driver for Wacom Intuos4 Wireless - version 2, merge with hid-wacom.c

2011-10-21 Thread Przemo Firszt
Dnia 2011-10-20, czw o godzinie 15:19 -0700, Ping Cheng pisze: > On Tue, Oct 18, 2011 at 12:18 PM, Przemo Firszt wrote: > > Please test & comment. I cannot convince git to block text in a > > different way - if anyone knows how to do it please let me know. > > Can I a

Re: [Linuxwacom-devel] [PATCH] Initial driver for Wacom Intuos4 Wireless - version 3, merge with hid-wacom.c

2011-10-21 Thread Przemo Firszt
acom/wacom-kernel http://linuxwacom.git.sourceforge.net/git/gitweb.cgi?p=linuxwacom/wacom-kernel;a=commit;h=866776ffbd263be7eb37f3c5821ffe5cafa61958 http://linuxwacom.git.sourceforge.net/git/gitweb.cgi?p=linuxwacom/wacom-kernel;a=commit;h=386da67a3b8dae3d1007576e5493b6af8f4

Re: [Linuxwacom-devel] [PATCH] Add pen button reporting for Intuos4 WL (HID driver)

2011-10-23 Thread Przemo Firszt
Dnia 2011-10-21, pią o godzinie 14:14 -0700, Ping Cheng pisze: > On Fri, Oct 21, 2011 at 1:29 PM, Przemo Firszt wrote: > > Verssion 3. The only difference is > > __set_bit(INPUT_PROP_POINTER, input->propbit); > > moved to "common" section of "probe"

Re: [Linuxwacom-devel] [PATCH] Add pen button reporting for Intuos4 WL (HID driver)

2011-10-26 Thread Przemo Firszt
Dnia 2011-10-24, pon o godzinie 10:52 -0700, Ping Cheng pisze: > On Sun, Oct 23, 2011 at 5:17 AM, Przemo Firszt wrote: > > > > Next part of the I4 WL driver attached - this time pen button reporting. > > This is part of I4 WL support. We should merge it into the other patc

[Linuxwacom-devel] [PATCH] Initial driver for Wacom Intuos4 Wireless (Bluetooth) - final version

2011-10-31 Thread Przemo Firszt
Dnia 2011-10-24, pon o godzinie 10:52 -0700, Ping Cheng pisze: > On Sun, Oct 23, 2011 at 5:17 AM, Przemo Firszt wrote: > > > > Next part of the I4 WL driver attached - this time pen button reporting. > > This is part of I4 WL support. We should merge it into the other p

Re: [Linuxwacom-devel] [PATCH] Initial driver for Wacom Intuos4 Wireless (Bluetooth) - final version

2011-11-02 Thread Przemo Firszt
Dnia 2011-10-31, pon o godzinie 08:47 -0500, Chris Bagwell pisze: [..] > HI Przemo, Hi Chris, > I thought maybe you were going to have a few more patches on > linuxwacom before forwarding... so I hadn't previously given any > nitpicking comments. > > Here they are...

[Linuxwacom-devel] [PATCH 1/3] Move parsing to a separate function - step 1 of 2

2011-11-02 Thread Przemo Firszt
This patch doesn't change the way driver works. Parsing logic is now in a separate function. It's a first step to add Intuos4 Wireless support to hid-wacom driver. Signed-off-by: Przemo Firszt --- drivers/hid/hid-wacom.c | 41 - 1 files c

[Linuxwacom-devel] [PATCH 2/3] Move parsing to a separate function - step 2 of 2

2011-11-02 Thread Przemo Firszt
It's a second step to add Intuos4 Wireless support to hid-wacom driver. Signed-off-by: Przemo Firszt --- drivers/hid/hid-wacom.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/hid/hid-wacom.c b/drivers/hid/hid-wacom.c index eb84bff..db23223 100644

[Linuxwacom-devel] [PATCH 3/3] Initial driver for Wacom Intuos4 Wireless (Bluetooth)

2011-11-02 Thread Przemo Firszt
This is very basic driver for Wacom Intuos4 Wireless tablet. It supports only position, pressure and pen buttons. More features will be added in future. Signed-off-by: Przemo Firszt --- drivers/hid/hid-core.c |1 + drivers/hid/hid-ids.h |1 + drivers/hid/hid-wacom.c | 142

Re: [Linuxwacom-devel] [PATCH 3/3] Initial driver for Wacom Intuos4 Wireless (Bluetooth)

2011-11-04 Thread Przemo Firszt
sue. > > I didn't see any issue but sometimes they hid from ya. > [..] Thanks for the advice - I know & use those scripts. There is another one quite useful - get_maintainer.pl -- Przemo -- RSA(R) Conf

Re: [Linuxwacom-devel] [PATCH 2/3] Move parsing to a separate function - step 2 of 2

2011-11-04 Thread Przemo Firszt
n. Ping, I assume that your "acked" still holds :-) -- Przemo -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1

[Linuxwacom-devel] [PATCH 1/2] HID: wacom: Move parsing to a separate function

2011-11-04 Thread Przemo Firszt
This patch doesn't change the way driver works. Parsing logic is now in a separate function. It's a first step to add Intuos4 Wireless support to hid-wacom driver. Signed-off-by: Przemo Firszt Acked-by: Ping Cheng --- drivers/hid/hid-wacom.c | 39 +++-

[Linuxwacom-devel] [PATCH 2/2] HID: wacom: Initial driver for Wacom Intuos4 Wireless (Bluetooth)

2011-11-04 Thread Przemo Firszt
This is very basic driver for Wacom Intuos4 Wireless tablet. It supports only position, pressure and pen buttons. More features will be added in the future. Signed-off-by: Przemo Firszt Acked-by: Ping Cheng --- drivers/hid/hid-core.c |1 + drivers/hid/hid-ids.h |1 + drivers/hid/hid

Re: [Linuxwacom-devel] [PATCH 1/2] HID: wacom: Move parsing to a separate function

2011-11-05 Thread Przemo Firszt
Dnia 2011-11-04, pią o godzinie 14:58 -0500, Chris Bagwell pisze: > Reviewed-by: Chris Bagwell Thanks Chris! -- Przemo -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2d

[Linuxwacom-devel] [PATCH 1/2] HID: wacom: Move parsing to a separate function

2011-11-05 Thread Przemo Firszt
This patch doesn't change the way driver works. Parsing logic is now in a separate function. It's a first step to add Intuos4 Wireless support to hid-wacom driver. Signed-off-by: Przemo Firszt Acked-by: Ping Cheng Reviewed-by: Chris Bagwell --- drivers/hid/hid-waco

[Linuxwacom-devel] [PATCH 2/2] HID: wacom: Initial driver for Wacom Intuos4 Wireless (Bluetooth)

2011-11-05 Thread Przemo Firszt
This is very basic driver for Wacom Intuos4 Wireless tablet. It supports only position, pressure and pen buttons. More features will be added in the future. Signed-off-by: Przemo Firszt Acked-by: Ping Cheng Reviewed-by: Chris Bagwell --- drivers/hid/hid-core.c |1 + drivers/hid/hid-ids.h

Re: [Linuxwacom-devel] Wacom linux driver update...

2011-11-06 Thread Przemo Firszt
oot account. (I use "make btinstall" for the same reason as in 3) 5. Now "rmmod hid-wacom" and after restarting the tablet the new module is loaded. 6. Test if the changes works -- Przemo Firszt ---

[Linuxwacom-devel] [PATCH] HID: wacom: Add parsing buttons pad buttons for Intuos4

2011-11-21 Thread Przemo Firszt
This patch adds parsing pad buttons for Intuos4. The change of "buttstate" type is required, because there are 9 buttons on Intuos4, so "char" wasn't enough. Signed-off-by: Przemo Firszt --- drivers/hid/hid-wacom.c | 31 ++- 1 files cha

Re: [Linuxwacom-devel] GIMP doesn't recognise pen and eraser.

2012-01-19 Thread Przemo Firszt
om usb driver - could be wrong. What would you expect there? I don't want to upload that version to our git repo, cause it's very, very dirty.. -- Regards, Przemo -- Keep Your Developer Skills Current with

Re: [Linuxwacom-devel] [PATCH] HID: wacom: Exclude battery reporting for Intuos4 WL

2012-02-04 Thread Przemo Firszt
itched off the sysfs code for I4WL in the driver. My only concern is that I don't have access to Graphire Bluetooth and there is a chance that the tablet might be affected as well.. regards, Przemo Crash report (also here: http://pastebin.com/ZVNZWaPs) : > Feb 1 21:47:58 pldmachine ker

Re: [Linuxwacom-devel] [PATCH] HID: wacom: Exclude battery reporting for Intuos4 WL

2012-02-05 Thread Przemo Firszt
t to be under > the "wacom_battery" directory and thus the call needs to be moved > *after* registering the battery device. I'll test that as well. > This looks needed even for graphire's to work. Anyone with Graphire

Re: [Linuxwacom-devel] [PATCH] HID: wacom: Exclude battery reporting for Intuos4 WL

2012-02-05 Thread Przemo Firszt
; *after* registering the battery device. > > This looks needed even for graphire's to work. Works! Looks like there were 2 issues: a wrong (battery->ac) call & calls in wrong place. Patch is on the way. Let me know if I can I add your signed-by to the patch. Thanks! -- Rega

[Linuxwacom-devel] [PATCH] HID: wacom: Fix invalid power_supply_powers calls

2012-02-05 Thread Przemo Firszt
power_supply_powers calls added in 35b4c01e29bdd9632dabf9784ed3486333f00427 have to be called after power device is created. This patch also fixes the second call - it has to be "ac" instead of "battery" Signed-off-by: Przemo Firszt --- drivers/hid/hid-wacom.c |7 ---

Re: [Linuxwacom-devel] [PATCH] HID: wacom: Fix invalid power_supply_powers calls

2012-02-05 Thread Przemo Firszt
address is right now. > But I think this is only in RC's. > RC only, so there is no need to update the stable. I added your signed-by. -- regards, Przemo -- Try before you buy = See our experts in action! T

[Linuxwacom-devel] [PATCH] HID: wacom: Fix invalid power_supply_powers calls

2012-02-06 Thread Przemo Firszt
power_supply_powers calls added in 35b4c01e29bdd9632dabf9784ed3486333f00427 have to be called after power device is created. This patch also fixes the second call - it has to be "ac" instead of "battery" Signed-off-by: Przemo Firszt Signed-off-by: Chris Bagwell --- dri

[Linuxwacom-devel] [PATCH] Exclude HID_LOGITECH_DJ from compiling

2012-02-08 Thread Przemo Firszt
A new option appeared in drivers/hid/Makefile. We don't want to compile that module as it has nothing to do with Wacom. Signed-off-by: Przemo Firszt --- wacom-kernel/Makefile |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/wacom-kernel/Makefile b/wacom-kernel/Mak

[Linuxwacom-devel] Intuos4 WL is handled by evdev - what's wrong?

2012-02-10 Thread Przemo Firszt
in xorg driver for wacom (it's the same as for Graphire4 Bluetooth and for that one xsetwacom worked). Any ideas where to look for solution? -- Regards Przemo -- Virtualization & Cloud Management Using Capacity

Re: [Linuxwacom-devel] Intuos4 WL is handled by evdev - what's wrong?

2012-02-10 Thread Przemo Firszt
Dnia 2012-02-11, sob o godzinie 03:27 +1000, Peter Hutterer pisze: > On Fri, Feb 10, 2012 at 04:56:11PM +0000, Przemo Firszt wrote: > > I was trying to find out why "xsetwacom --list devices" shows nothing > > and I found that my tablet is being handled by evde

[Linuxwacom-devel] [PATCH] Add Wacom Intuos4 Wireless to 50-wacom.conf

2012-02-10 Thread Przemo Firszt
Intuos4 Wireless doesn't match list of devices in 50-wacom.conf, so evdev was taking over. This patch fixes it, so now wacom driver is used fo Intuoe4 WL PTK-540WL Signed-off-by: Przemo Firszt --- conf/50-wacom.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a

Re: [Linuxwacom-devel] [PATCH] Add Wacom Intuos4 Wireless to 50-wacom.conf

2012-02-10 Thread Przemo Firszt
Dnia 2012-02-10, pią o godzinie 12:44 -0600, Chris Bagwell pisze: > On Fri, Feb 10, 2012 at 12:27 PM, Peter Hutterer > wrote: > > On Fri, Feb 10, 2012 at 05:55:16PM +, Przemo Firszt wrote: > >> Intuos4 Wireless doesn't match list of devices in 50-wacom.conf, so e

Re: [Linuxwacom-devel] Intuos4 WL is handled by evdev - what's wrong?

2012-02-10 Thread Przemo Firszt
would look just like your seeing. For > example, the Product value in USB Device Descriptor for my Bamboo > shows "CTH-670". > [..] Chris, Can you check if your tablet reports ID_VENDOR? Full attribute walk for Intuos4 WL: http://pastebin.com/nj8qgKk4 Vendor is not reported

Re: [Linuxwacom-devel] Intuos4 WL is handled by evdev - what's wrong?

2012-02-11 Thread Przemo Firszt
here: drivers/hid/hid-hyperv.c: sprintf(hid_dev->name, "%s", "Microsoft Vmbus HID-compliant Mouse"); but it's a workaround and I think it's not worth to do it. -- Regards, Przemo -

Re: [Linuxwacom-devel] [PATCH] Add Wacom Intuos4 Wireless to 50-wacom.conf

2012-02-11 Thread Przemo Firszt
> master > > Cheers, > Peter OK, thanks! It will be at the very bottom of my TODO list for Wacom :-) -- Cheers, Przemo -- Virtualization & Cloud Management Using Capacity Planning Cloud computing mak

[Linuxwacom-devel] [PATCH] HID: wacom: Force Wacom PTK-540WL name for Intuos4 WL

2012-02-13 Thread Przemo Firszt
The name reported by Inutos4 WL connected by bluetooth is "PTK-540WL" and to make it consistent with other Wacom devices it has to be converted to "Wacom PTK-540WL". It also makes userland applications aware that it's a Wacom device. Signed-off-by: Przemo Firszt ---

Re: [Linuxwacom-devel] [PATCH] HID: wacom: Force Wacom PTK-540WL name for Intuos4 WL

2012-02-13 Thread Przemo Firszt
Please comment if you're OK with the name or it should be rather "Wacom Intuos4 WL" or maybe something else. I hope it's safe to override the name in the way used... -- Regards, Przemo -- Try befo

Re: [Linuxwacom-devel] [PATCH] HID: wacom: Force Wacom PTK-540WL name for Intuos4 WL

2012-02-15 Thread Przemo Firszt
Dnia 15 Lutego 2012, 12:06 am, Śr, Peter Hutterer napisał(a): > On Mon, Feb 13, 2012 at 04:01:17PM -0600, Chris Bagwell wrote: >> On Mon, Feb 13, 2012 at 3:26 PM, Przemo Firszt wrote: >> > Please comment if you're OK with the name or it should be rather >> &qu

Re: [Linuxwacom-devel] [PATCH] HID: wacom: Force Wacom PTK-540WL name for Intuos4 WL

2012-02-17 Thread Przemo Firszt
[..] I made an executive decision ;-) and the name will be the same as in drivers/input/tablet/wacom_wac.c -> "Wacom Intuos4 WL" Thanks for your input! -- Regards, Przemo Firszt -- Virtualization &

[Linuxwacom-devel] [PATCH] HID: wacom: Force new name for Wacom Intuos4 WL PTK-540WL

2012-02-18 Thread Przemo Firszt
The name reported by Inutos4 WL connected by bluetooth is "PTK-540WL" and to make it consistent with other Wacom devices it has to be converted to "Wacom Intuos4 WL". It also makes userland applications aware that it's a Wacom device. Signed-off-by: Przemo Firszt ---

[Linuxwacom-devel] [PATCH] HID: wacom: fix proximity tool release

2012-02-19 Thread Przemo Firszt
Don't zero the current tool before reporting its release to the input subsystem. Signed-off-by: Aristeu Rozanski Tested-by: Przemo Firszt --- drivers/hid/hid-wacom.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/hid/hid-wacom.c b/drivers/hid/hid-wa

[Linuxwacom-devel] Protocol for Intuos4 WL?

2012-02-22 Thread Przemo Firszt
ot;Wacom Intuos4 WL pad" TabletDebugLevel 10 can't work if there is no tablet connected. -- regards Przemo Firszt -- Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use o

Re: [Linuxwacom-devel] Protocol for Intuos4 WL?

2012-02-22 Thread Przemo Firszt
Dnia 2012-02-22, śro o godzinie 19:55 +, Przemo Firszt pisze: [..] > I understand that usbInitProtocol5 should initialise protocol v5 but I can't > find where it's called. > The same for usbInitProtocol4. > > Any hints? > I'll answer my own question: a

[Linuxwacom-devel] [PATCH] HID: wacom: set ABS_MISC bit for Intuos4 WL

2012-02-22 Thread Przemo Firszt
ABS_MISC has to be set for Intuos4 WL otherwise xorg driver won't use proper protocol and the information about tool id and serial is lost. Signed-off-by: Przemo Firszt --- drivers/hid/hid-wacom.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/hid/hid-waco

  1   2   3   >