From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruno =?UTF-8?B?UHLDqW1vbnQ=?= Date: Tue, 30 Mar 2010 20:32:24 +0000 Subject: [PATCH v6 0/8] hid: new driver for PicoLCD device Message-Id: <20100330223224.18fe4f3e@neptune.home> List-Id: References: <20100324233707.7243b04d@neptune.home> <20100324234022.0361bd80@neptune.home> <20100326065656.GC26602@core.coreip.homeip.net> <20100326102951.3b9ecda1@neptune.home> <20100327012245.0ace6a09@neptune.home> <20100329121611.0c22dcaf@pluto.restena.lu> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: Jiri Kosina Cc: Dmitry Torokhov , linux-input@vger.kernel.org, linux-usb@vger.kernel.org, linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org, "Rick L. Vinyard Jr." , Nicu Pavel , Oliver Neukum , Jaya Kumar On Tue, 30 March 2010 Jiri Kosina wrote: > so please either remove the parts that depend on power management for > now, or I'll wait on your respin of the generic HID-PM patch. Here I respin the whole series, with PM moved to patch n°8 and patch n°7 being my original generic HID-PM. Without the PM part there is one compiler warning about defined but unused function (picolcd_resume_backlight), I hope this is not an issue. If it is that function can move over to the PM patch (with it's stub for !CONFIG_BACKLIGHT_CLASS_DEVICE case) So for now you can skip the last two patches during merge. Do you have any suggestions regarding generic HID-PM as to how much and how it should be visible to the HID driver? Thanks, Bruno