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
b64b9783
Commit
b64b9783
authored
Mar 14, 2002
by
Stelian Pop
Committed by
Linus Torvalds
Mar 14, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Port the MotionEye driver to the new video4linux API.
parent
597db13e
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
100 additions
and
124 deletions
+100
-124
drivers/media/video/meye.c
drivers/media/video/meye.c
+99
-122
drivers/media/video/meye.h
drivers/media/video/meye.h
+1
-2
No files found.
drivers/media/video/meye.c
View file @
b64b9783
This diff is collapsed.
Click to expand it.
drivers/media/video/meye.h
View file @
b64b9783
...
...
@@ -29,7 +29,7 @@
#define _MEYE_PRIV_H_
#define MEYE_DRIVER_MAJORVERSION 1
#define MEYE_DRIVER_MINORVERSION
2
#define MEYE_DRIVER_MINORVERSION
3
/****************************************************************************/
/* Motion JPEG chip registers */
...
...
@@ -300,7 +300,6 @@ struct meye {
struct
meye_grab_buffer
grab_buffer
[
MEYE_MAX_BUFNBRS
];
/* other */
unsigned
int
open_count
;
/* open() count */
struct
semaphore
lock
;
/* semaphore for open/mmap... */
struct
meye_queue
grabq
;
/* queue for buffers to be grabbed */
...
...
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