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:
bc9b91e
)
[media] spca506: rewrite a commented line to avoid wrong parsing
author
Mauro Carvalho Chehab
<
[email protected]
>
Sat, 22 Oct 2016 22:45:23 +0000
(20:45 -0200)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Mon, 24 Oct 2016 09:16:40 +0000
(07:16 -0200)
Keeping Documentation/media/v4l-drivers/gspca-cardlist.rst in
sync with the gspca script requires a parser. Simplify the
commented line, to make the parser work better.
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/usb/gspca/spca506.c
patch
|
blob
|
history
diff --git
a/drivers/media/usb/gspca/spca506.c
b/drivers/media/usb/gspca/spca506.c
index bcd2c04c770e919d86473adc6282e8f5b0f11c4e..ee84863d27d473a752e532f6c507cd5a641d8f93 100644
(file)
--- a/
drivers/media/usb/gspca/spca506.c
+++ b/
drivers/media/usb/gspca/spca506.c
@@
-581,8
+581,7
@@
static const struct sd_desc sd_desc = {
/* -- module initialisation -- */
static const struct usb_device_id device_table[] = {
{USB_DEVICE(0x06e1, 0xa190)},
-/*fixme: may be IntelPCCameraPro BRIDGE_SPCA505
- {USB_DEVICE(0x0733, 0x0430)}, */
+/* {USB_DEVICE(0x0733, 0x0430)}, FIXME: may be IntelPCCameraPro BRIDGE_SPCA505 */
{USB_DEVICE(0x0734, 0x043b)},
{USB_DEVICE(0x99fa, 0x8988)},
{}