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

2012-02-05 Thread Przemo Firszt
Dnia 2012-02-05, nie o godzinie 13:46 -0600, Chris Bagwell pisze: > Looks good. Do you know if this has made it into a released kernel or > only in an RC? > If the former, you'll probably want to Cc: the stable email address in > addition to linux-input; but I forget what that address is right no

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

2012-02-05 Thread Chris Bagwell
Looks good. Do you know if this has made it into a released kernel or only in an RC? If the former, you'll probably want to Cc: the stable email address in addition to linux-input; but I forget what that address is right now. But I think this is only in RC's. Chris On Sun, Feb 5, 2012 at 1:23 P

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

2012-02-05 Thread Chris Bagwell
On Sun, Feb 5, 2012 at 1:15 PM, Przemo Firszt wrote: > Dnia 2012-02-04, sob o godzinie 10:52 -0600, Chris Bagwell pisze: >> I've been monitoring battery topics lately (no pun intended :-) ) >> because I'm adding adding similar logic to wacom_wac for wireless.  I >> know that the function power_sup

[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 --- 1 files changed, 4

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

2012-02-05 Thread Przemo Firszt
Dnia 2012-02-04, sob o godzinie 10:52 -0600, Chris Bagwell pisze: > I've been monitoring battery topics lately (no pun intended :-) ) > because I'm adding adding similar logic to wacom_wac for wireless. I > know that the function power_supply_powers() that is in stack trace is > brand new (not in

Re: [Linuxwacom-devel] libwacom

2012-02-05 Thread Favux ...
I've long suspected that if the stylus will work with the digitizer on a consumer tablet then all the stylus hardware will work too. So if your BambooPT was a Pen model without an eraser a Bamboo Pen & Touch model stylus with an eraser would have a working eraser even on the Pen. And the same wit

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

2012-02-05 Thread Chris Bagwell
On Sun, Feb 5, 2012 at 8:08 AM, Przemo Firszt wrote: > Dnia 2012-02-04, sob o godzinie 10:52 -0600, Chris Bagwell pisze: > Chris, > irst of all - thanks for your comments! >> I've been monitoring battery topics lately (no pun intended :-) ) >> because I'm adding adding similar logic to wacom_wac f

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

2012-02-05 Thread Przemo Firszt
Dnia 2012-02-04, sob o godzinie 10:52 -0600, Chris Bagwell pisze: Chris, irst of all - thanks for your comments! > I've been monitoring battery topics lately (no pun intended :-) ) > because I'm adding adding similar logic to wacom_wac for wireless. I > know that the function power_supply_powers(