Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205701
b: refs/heads/master
c: a3e735a
h: refs/heads/master
i:
  205699: 128138e
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Jun 22, 2010
1 parent 30699f4 commit ee8032e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 716083c63bf31649e08df25a4f4548689451330d
refs/heads/master: a3e735a5a2fcf40819f26411e2605fde2064d6ca
6 changes: 3 additions & 3 deletions trunk/drivers/staging/xgifb/XGIfb.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ struct XGIfb_info {



typedef enum _TVPLUGTYPE { // vicki@030226
enum xgi_tv_plug { /* vicki@030226 */
// TVPLUG_Legacy = 0,
// TVPLUG_COMPOSITE,
// TVPLUG_SVIDEO,
Expand All @@ -111,7 +111,7 @@ typedef enum _TVPLUGTYPE { // vicki@030226
TVPLUG_YPBPR_750P = 7,
TVPLUG_YPBPR_1080i = 8,
TVPLUG_TOTAL
} XGI_TV_PLUG;
};


struct mode_info {
Expand All @@ -133,7 +133,7 @@ struct ap_data {
enum XGI_CHIP_TYPE chip;
unsigned char hasVB;
enum xgi_tvtype TV_type;
XGI_TV_PLUG TV_plug;
enum xgi_tv_plug TV_plug;
unsigned long version;
char reserved[256];
};
Expand Down

0 comments on commit ee8032e

Please sign in to comment.