linux/drivers/staging/tm6000
Mauro Carvalho Chehab 4223871357 V4L/DVB: Fix color format with tm6010
The values for the fourcc format were correct, but applied to the
wrong register. With this change, video is now barely working again with
tm6000.

While here, let's remove, for now, the memset. This way, people can
have some image when testing this device.

Yet to be fixed: parts of the image frame are missed. As we don't clean
the buffers anymore, this is "recovered" by repeating the values from a
previous frame. The quality is bad, since the image pixels will contain
data from some previous frames, generating weird delay artifacts.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-05-19 12:58:22 -03:00
..
Kconfig V4L/DVB: tm6000: fix build errors 2010-05-18 00:43:57 -03:00
Makefile V4L/DVB: tm6000: remove hack.c hack.h, switch to zl10353 module 2010-05-18 00:44:05 -03:00
README V4L/DVB (12848): tm6000: Add README with todo list 2010-05-18 00:40:23 -03:00
tm6000-alsa.c V4L/DVB: tm6000: Replace all magic values by a register alias 2010-05-18 00:47:09 -03:00
tm6000-cards.c V4L/DVB: tm6000: fix coding style issues of tm6000-cards.c 2010-05-19 12:58:21 -03:00
tm6000-core.c V4L/DVB: Fix color format with tm6010 2010-05-19 12:58:22 -03:00
tm6000-dvb.c V4L/DVB: tm6000: Properly set alternate when preparing to stream 2010-05-19 12:58:18 -03:00
tm6000-i2c.c V4L/DVB: tm6000: fix i2c read 2010-05-19 12:58:17 -03:00
tm6000-regs.h V4L/DVB: tm6000: add request to registers of the group 05 2010-05-18 00:47:11 -03:00
tm6000-stds.c V4L/DVB: tm6000: Replace all magic values by a register alias 2010-05-18 00:47:09 -03:00
tm6000-usb-isoc.h V4L/DVB: tm6000: fix some info messages 2010-05-18 00:44:07 -03:00
tm6000-video.c V4L/DVB: Fix color format with tm6010 2010-05-19 12:58:22 -03:00
tm6000.h V4L/DVB: tm6000: Properly set alternate when preparing to stream 2010-05-19 12:58:18 -03:00

Todo:
	- checkpatch.pl cleanups
	- sparse cleanups
	- convert to new i2c approach
	- better support DVB
	- fix reading from i2c, if possible
	- fix loosing frames
	- fix oops?

Please send patches to linux-media@vger.kernel.org