Re: [PATCH RESEND] video/udlfb: fix line counting in fb_write

2012-10-13 Thread Alexander Holler
Am 10.10.2012 14:29, schrieb Florian Tobias Schandinat: > On 08/14/2012 07:11 AM, Alexander Holler wrote: >> Line 0 and 1 were both written to line 0 (on the display) and all >> subsequent >> lines had an offset of -1. The result was that the last line on the display >> was never overwritten by

Re: [PATCH RESEND] video/udlfb: fix line counting in fb_write

2012-10-13 Thread Alexander Holler
Am 10.10.2012 14:29, schrieb Florian Tobias Schandinat: On 08/14/2012 07:11 AM, Alexander Holler wrote: Line 0 and 1 were both written to line 0 (on the display) and all subsequent lines had an offset of -1. The result was that the last line on the display was never overwritten by writes to

Re: [PATCH RESEND] video/udlfb: fix line counting in fb_write

2012-10-10 Thread Florian Tobias Schandinat
On 08/14/2012 07:11 AM, Alexander Holler wrote: > Line 0 and 1 were both written to line 0 (on the display) and all > subsequent > lines had an offset of -1. The result was that the last line on the display > was never overwritten by writes to /dev/fbN. > > Cc: sta...@vger.kernel.org >

Re: [PATCH RESEND] video/udlfb: fix line counting in fb_write

2012-10-10 Thread Florian Tobias Schandinat
On 08/14/2012 07:11 AM, Alexander Holler wrote: Line 0 and 1 were both written to line 0 (on the display) and all subsequent lines had an offset of -1. The result was that the last line on the display was never overwritten by writes to /dev/fbN. Cc: sta...@vger.kernel.org Signed-off-by:

[PATCH RESEND] video/udlfb: fix line counting in fb_write

2012-08-14 Thread Alexander Holler
Line 0 and 1 were both written to line 0 (on the display) and all subsequent lines had an offset of -1. The result was that the last line on the display was never overwritten by writes to /dev/fbN. Cc: sta...@vger.kernel.org Signed-off-by: Alexander Holler --- drivers/video/udlfb.c |2 +-

[PATCH RESEND] video/udlfb: fix line counting in fb_write

2012-08-14 Thread Alexander Holler
Line 0 and 1 were both written to line 0 (on the display) and all subsequent lines had an offset of -1. The result was that the last line on the display was never overwritten by writes to /dev/fbN. Cc: sta...@vger.kernel.org Signed-off-by: Alexander Holler hol...@ahsoftware.de ---