Re: [LTP] [PATCH] pac_common: redesign function for finding Start Of Frame

2009-10-13 Thread Subrata Modak
On Sun, 2009-10-04 at 22:56 +0200, Németh Márton wrote: Hi, I wrote a simple test for pac_find_sof(). I implemented a user-space test which takes the implementation from the source file and calls it directly. You can find the source code of the test attached. Németh, Can you please add

Re: [PATCH] pac_common: redesign function for finding Start Of Frame

2009-10-05 Thread Hans de Goede
Hi, Good one, Acked-by: Hans de Goede hdego...@redhat.com Jean-Francois, can you please add this patch to your tree? Thanks, Hans On 10/04/2009 10:55 PM, Németh Márton wrote: From: Márton Némethnm...@freemail.hu The original implementation of pac_find_sof() does not always find the Start

[PATCH] pac_common: redesign function for finding Start Of Frame

2009-10-04 Thread Németh Márton
From: Márton Németh nm...@freemail.hu The original implementation of pac_find_sof() does not always find the Start Of Frame (SOF) marker. Replace it with a state machine based design. The change was tested with Labtec Webcam 2200. Signed-off-by: Márton Németh nm...@freemail.hu --- ---

Re: [PATCH] pac_common: redesign function for finding Start Of Frame

2009-10-04 Thread Németh Márton
Hi, I wrote a simple test for pac_find_sof(). I implemented a user-space test which takes the implementation from the source file and calls it directly. You can find the source code of the test attached. The test results for the pac_find_sof() implementation in the Linux kernel 2.6.32-rc1 is the