Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219468
b: refs/heads/master
c: 40004e2
h: refs/heads/master
v: v3
  • Loading branch information
Ruslan Pisarev authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent f350e83 commit 4709e42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 51a5d39610f433f282985bcba18b90c2791c2669
refs/heads/master: 40004e24c489cbeea9089a35530b553834391bf1
9 changes: 5 additions & 4 deletions trunk/drivers/staging/tm6000/tm6000.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ enum tm6000_devtype {
};

/* ------------------------------------------------------------------
Basic structures
------------------------------------------------------------------*/
* Basic structures
* ------------------------------------------------------------------
*/

struct tm6000_fmt {
char *name;
Expand Down Expand Up @@ -256,9 +257,9 @@ struct tm6000_fh {
enum v4l2_buf_type type;
};

#define TM6000_STD V4L2_STD_PAL|V4L2_STD_PAL_N|V4L2_STD_PAL_Nc| \
#define TM6000_STD (V4L2_STD_PAL|V4L2_STD_PAL_N|V4L2_STD_PAL_Nc| \
V4L2_STD_PAL_M|V4L2_STD_PAL_60|V4L2_STD_NTSC_M| \
V4L2_STD_NTSC_M_JP|V4L2_STD_SECAM
V4L2_STD_NTSC_M_JP|V4L2_STD_SECAM)

/* In tm6000-cards.c */

Expand Down

0 comments on commit 4709e42

Please sign in to comment.