[Patch 0/4] HID: Fix PicoLCD to allow it to run fbcon and handle
From: Bruno Prémont <bonbons@linux-vserver.org>
Date: 2010-06-28 20:34:48
Also in:
lkml
From: Bruno Prémont <bonbons@linux-vserver.org>
Date: 2010-06-28 20:34:48
Also in:
lkml
Hi Jiri, On Thu, 24 June 2010 Jiri Kosina [off-list ref] wrote:
On Wed, 23 Jun 2010, Bruno Prémont wrote:quoted
Do you think This patch can be applied as-is or should I break it up into 2 or 3 patches (one for the 8bpp NULL-pointer dereference, one for switch between 1bpp and 8bpp and one for the refcounting of framebuffer to get things polite on unplug while framebuffer is still in use?Hi Bruno, splitting would definitely improve readability and reviewability (even more so for someone like me, who is not really familiar with the framebuffer stuff). Still it'd be nice if you could collect Ack from someone more familiar with the framebuffer code.
Here it comes, split into 4 patches. Thanks, Bruno