]> rtime.felk.cvut.cz Git - linux-imx.git/commit
[media] tm6000: Fix fast USB access quirk
authorThierry Reding <thierry.reding@avionic-design.de>
Tue, 6 Dec 2011 12:05:03 +0000 (09:05 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 11 Dec 2011 12:46:58 +0000 (10:46 -0200)
commitfcd44b9efb0b33208a8575e5e776f4319d3b9698
tree023b2f8162151fb3e83109f8b9b29c6e4dbcaf77
parent1fc2b5f7fb6d98c079236d57203c7b73a13c54d7
[media] tm6000: Fix fast USB access quirk

The original patch used the fast USB quirk to enable fast access to
registers in the tm6000_read_write_usb(). The applied patch moved the
check to the tm6000_reset(), probably due to some merge conflicts.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/tm6000/tm6000-core.c