Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
0f4fe770
Commit
0f4fe770
authored
Nov 26, 2002
by
Mark W. McClelland
Committed by
Greg Kroah-Hartman
Nov 26, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] USB ov511 driver: Update to version 1.63
parent
515ae172
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
136 additions
and
104 deletions
+136
-104
Documentation/usb/ov511.txt
Documentation/usb/ov511.txt
+9
-0
drivers/usb/media/ov511.c
drivers/usb/media/ov511.c
+123
-104
drivers/usb/media/ov511.h
drivers/usb/media/ov511.h
+4
-0
No files found.
Documentation/usb/ov511.txt
View file @
0f4fe770
...
...
@@ -255,6 +255,15 @@ MODULE PARAMETERS:
might be necessary if your camera has a custom lens assembly. This has
no effect with video capture devices.
NAME: ov518_color
TYPE: integer (Boolean)
DEFAULT: 0 (off)
DESC: Enable OV518 color support. This is off by default since it doesn't
work most of the time. If you want to try it, you must also load
ov518_decomp with the "nouv=0" parameter. If you get improper colors or
diagonal lines through the image, restart your video app and try again.
Repeat as necessary.
WORKING FEATURES:
o Color streaming/capture at most widths and heights that are multiples of 8.
o Monochrome (use force_palette=1 to enable)
...
...
drivers/usb/media/ov511.c
View file @
0f4fe770
This diff is collapsed.
Click to expand it.
drivers/usb/media/ov511.h
View file @
0f4fe770
...
...
@@ -253,6 +253,9 @@
/* Control transfers use up to 4 bytes */
#define OV511_CBUF_SIZE 4
/* Size of usb_make_path() buffer */
#define OV511_USB_PATH_LEN 64
/* Bridge types */
enum
{
BRG_UNKNOWN
,
...
...
@@ -450,6 +453,7 @@ struct usb_ov511 {
int
customid
;
char
*
desc
;
unsigned
char
iface
;
char
usb_path
[
OV511_USB_PATH_LEN
];
/* Determined by sensor type */
int
maxwidth
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment