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
nexedi
linux
Commits
028d4c98
Commit
028d4c98
authored
Sep 15, 2009
by
Mauro Carvalho Chehab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
V4L/DVB (12858): go7007: whitespacing cleanups
Signed-off-by:
Mauro Carvalho Chehab
<
mchehab@redhat.com
>
parent
dd694441
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
91 additions
and
89 deletions
+91
-89
drivers/staging/go7007/go7007-fw.c
drivers/staging/go7007/go7007-fw.c
+2
-1
drivers/staging/go7007/go7007.txt
drivers/staging/go7007/go7007.txt
+86
-86
drivers/staging/go7007/s2250-board.c
drivers/staging/go7007/s2250-board.c
+1
-1
drivers/staging/go7007/wis-tw9903.c
drivers/staging/go7007/wis-tw9903.c
+2
-1
No files found.
drivers/staging/go7007/go7007-fw.c
View file @
028d4c98
...
@@ -1034,7 +1034,8 @@ static int brctrl_to_package(struct go7007 *go,
...
@@ -1034,7 +1034,8 @@ static int brctrl_to_package(struct go7007 *go,
0xBF1B
,
framelen
[
7
],
0xBF1B
,
framelen
[
7
],
0
,
0
,
0
,
0
,
#if 0 /* Remove once we don't care about matching */
#if 0
/* Remove once we don't care about matching */
0x200e, 0x0000,
0x200e, 0x0000,
0xBF56, 4,
0xBF56, 4,
0xBF57, 0,
0xBF57, 0,
...
...
drivers/staging/go7007/go7007.txt
View file @
028d4c98
drivers/staging/go7007/s2250-board.c
View file @
028d4c98
drivers/staging/go7007/wis-tw9903.c
View file @
028d4c98
...
@@ -111,7 +111,8 @@ static int wis_tw9903_command(struct i2c_client *client,
...
@@ -111,7 +111,8 @@ static int wis_tw9903_command(struct i2c_client *client,
i2c_smbus_write_byte_data
(
client
,
0x02
,
0x40
|
(
*
input
<<
1
));
i2c_smbus_write_byte_data
(
client
,
0x02
,
0x40
|
(
*
input
<<
1
));
break
;
break
;
}
}
#if 0 /* The scaler on this thing seems to be horribly broken */
#if 0
/* The scaler on this thing seems to be horribly broken */
case DECODER_SET_RESOLUTION:
case DECODER_SET_RESOLUTION:
{
{
struct video_decoder_resolution *res = arg;
struct video_decoder_resolution *res = arg;
...
...
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