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
3c559f1f
Commit
3c559f1f
authored
Aug 20, 2003
by
David S. Miller
Browse files
Options
Browse Files
Download
Plain Diff
Merge davem@nuts.ninka.net:/home/davem/src/BK/net-2.5
into kernel.bkbits.net:/home/davem/net-2.5
parents
093a6aa4
a527cfc1
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
10 deletions
+8
-10
drivers/media/video/Kconfig
drivers/media/video/Kconfig
+0
-10
drivers/usb/media/se401.c
drivers/usb/media/se401.c
+3
-0
drivers/usb/media/stv680.c
drivers/usb/media/stv680.c
+3
-0
drivers/usb/media/usbvideo.c
drivers/usb/media/usbvideo.c
+2
-0
No files found.
drivers/media/video/Kconfig
View file @
3c559f1f
...
...
@@ -5,16 +5,6 @@
menu "Video For Linux"
depends on VIDEO_DEV!=n
config VIDEO_PROC_FS
bool "V4L information in proc filesystem"
depends on PROC_FS
help
If you say Y here, you are able to access video device information
in /proc/video.
To use this option, you have to check, that the "/proc file system
support" (CONFIG_PROC_FS) is enabled too.
comment "Video Adapters"
config VIDEO_BT848
...
...
drivers/usb/media/se401.c
View file @
3c559f1f
...
...
@@ -130,6 +130,9 @@ static void rvfree(void *mem, unsigned long size)
*
***************************************************************************/
#warning please convert me from procfs to sysfs
#undef CONFIG_VIDEO_PROC_FS
#if defined(CONFIG_PROC_FS) && defined(CONFIG_VIDEO_PROC_FS)
static
struct
proc_dir_entry
*
se401_proc_entry
=
NULL
;
...
...
drivers/usb/media/stv680.c
View file @
3c559f1f
...
...
@@ -519,6 +519,9 @@ static int stv_init (struct usb_stv *stv680)
* /proc interface
*******************************************************************/
#warning please convert me from procfs to sysfs
#undef CONFIG_VIDEO_PROC_FS
#if defined(CONFIG_PROC_FS) && defined(CONFIG_VIDEO_PROC_FS)
static
struct
proc_dir_entry
*
stv680_proc_entry
=
NULL
;
...
...
drivers/usb/media/usbvideo.c
View file @
3c559f1f
...
...
@@ -37,6 +37,8 @@
static
int
video_nr
=
-
1
;
MODULE_PARM
(
video_nr
,
"i"
);
#warning please convert me from procfs to sysfs
#define USES_PROC_FS 0
/*
* Local prototypes.
*/
...
...
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