summaryrefslogtreecommitdiff
path: root/usr/src
Commit message (Collapse)AuthorAgeFilesLines
* Version 1.0.5HEADmasterHenrik Rydberg2010-10-151-1/+1
| | | | | | Fixes the pm + deadlock problem Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* wacom + runtime PM = AA deadlockDmitry Torokhov2010-10-151-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | On Mon, Oct 04, 2010 at 09:24:24PM +0200, Oliver Neukum wrote: > Am Montag, 4. Oktober 2010, 20:38:49 schrieb Dmitry Torokhov: > > On Mon, Oct 04, 2010 at 08:33:53PM +0200, Oliver Neukum wrote: > > > Am Montag, 4. Oktober 2010, 18:13:20 schrieb Dmitry Torokhov: > > > > Lost track of this issue for a while. So I think we still need to fix > > > > the deadlock for .36 and I think that the following will do that. Then > > > > we'll adjust the driver to actually enable runtime PM for .37. > > > > > > That's a viable plan. > > > > > > > I take it as an "acked-by" for this patch, right? > > Sure. Just in case: > > Acked-by: Oliver Neukum <oneukum@suse.de> > Thanks Oliver. And the patch below is for .37 properly enabling runtime PM for wacom. Acked-by: Oliver Neukum <oneukum@suse.de>
* wacom + runtime PM = AA deadlockDmitry Torokhov2010-10-151-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On Tue, Sep 14, 2010 at 08:07:39AM +0200, Oliver Neukum wrote: > Am Dienstag, 14. September 2010, 02:52:10 schrieb Dmitry Torokhov: > > On Mon, Sep 13, 2010 at 09:20:23PM +0200, Oliver Neukum wrote: > > > Am Montag, 13. September 2010, 19:10:47 schrieb Dmitry Torokhov: > > > > > > > I think this introduces significant change in behavior though - before > > > > we did not do usb_autopm_put_interface() on successful open, basically > > > > disabling autopm facilities, right? > > > > > > Right. Which makes no sense at all. You'd better remove anything related > > > to runtime PM and not set supports_autosuspend for that. > > > > > > > That not what I meant, I do not want to remove autopm, it's just it was > > effectively disabled and if we fix it we might start getting some > > regression reports ;) > > True. So currently we have > > - a deadlock > - disabled runtime power management > > We need to fix the deadlock. We can fix it retaining a disabled > runtime power management. Or we can fix it fixing the runtime > power management at the same time. However this opens > the door to regressions. So for now I really suggest removing > it from the driver and reintroduce it properly for the next merge > window. > Lost track of this issue for a while. So I think we still need to fix the deadlock for .36 and I think that the following will do that. Then we'll adjust the driver to actually enable runtime PM for .37. Thanks. Acked-by: Oliver Neukum <oneukum@suse.de>
* Bump version to 1.0.4Henrik Rydberg2010-10-121-1/+1
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Add support for the rest of the Pen&Touch familyHenrik Rydberg2010-10-122-11/+102
| | | | | | The pen support was added by Chris Bagwell. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Version 1.0.3, align with upcoming 2.6.37 kernelHenrik Rydberg2010-09-061-1/+1
| | | | Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>
* Align with 2.6.37Henrik Rydberg2010-09-064-54/+124
| | | | | | | | This patch aligns wacom support with kernel 2.6.37. The tablet buttons have been remapped and the code has been prepared for adding the rest of the Bamboo family. Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>
* Fix bitmask bug in position reportingHenrik Rydberg2010-08-302-3/+6
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Improve bamboo touch resolutionHenrik Rydberg2010-08-293-8/+11
| | | | | | | | Increase the virtual resolution of the bamboo touch by a factor of 16, and trim the fuzz parameters for a better small-motion experience. Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>
* initial version with Bamboo Touch supportHenrik Rydberg2010-08-227-0/+2231