commit | 8727073beff795ec0c9cb18833431d0b606f8264 | [log] [tgz] |
---|---|---|
author | Christoph Pfister <pfister@linuxtv.org> | Wed Apr 09 17:34:09 2008 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Thu Apr 24 14:07:59 2008 -0300 |
tree | a94b409cf78e365f853d0e387a0090c4fb59f463 | |
parent | d5a50e498603f5fa78e0373c389e2d2c3c13d709 [diff] |
V4L/DVB (7530): budget-av: Fix support for certain cams The current ci implementation doesn't accept 0xff when reading data bytes (address == 0), thus breaks cams which report a buffer size of 0x--ff like my orion one. Remove the 0xff check altogether, because validation is really the job of a higher layer. Signed-off-by: Christoph Pfister <pfister@linuxtv.org> Signed-off-by: Oliver Endriss <o.endriss@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>