projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c27cea0
)
[media] gspca_sunplus: Fix streaming on logitech quicksmart 420
author
Hans de Goede
<hdegoede@redhat.com>
Tue, 17 May 2011 12:34:23 +0000
(09:34 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Wed, 27 Jul 2011 20:53:42 +0000
(17:53 -0300)
Don't issue a stream stop to the camera at the end of sd_start, this fixes
streaming with this particular model.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/gspca/sunplus.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/gspca/sunplus.c
b/drivers/media/video/gspca/sunplus.c
index b089c0d3ee9f96dc7b2de6f770105efe35db1503..6ec232902183ebb7b2dc4c7afe93010b9c1cd791 100644
(file)
--- a/
drivers/media/video/gspca/sunplus.c
+++ b/
drivers/media/video/gspca/sunplus.c
@@
-247,7
+247,6
@@
static const struct cmd spca504A_clicksmart420_init_data[] = {
{0x30, 0x0004, 0x000a},
{0xb0, 0x0001, 0x0000},
-
{0xa1, 0x0080, 0x0001},
{0x30, 0x0049, 0x0000},
{0x30, 0x0060, 0x0005},
@@
-256,8
+255,6
@@
static const struct cmd spca504A_clicksmart420_init_data[] = {
{0x00, 0x0000, 0x2000},
{0x00, 0x0013, 0x2301},
{0x00, 0x0003, 0x2000},
- {0x00, 0x0000, 0x2000},
-
};
/* clicksmart 420 open data ? */