Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304072
b: refs/heads/master
c: 0e1507c
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown authored and Greg Kroah-Hartman committed May 4, 2012
1 parent 207ebc9 commit 5496d0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 18e9a971c7fb17dab079305a23af5bb57b0706b1
refs/heads/master: 0e1507c8453081c9a6a515b92f89dd00b68f5c09
1 change: 1 addition & 0 deletions trunk/drivers/extcon/extcon_class.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const char *extcon_cable_name[] = {
[EXTCON_SPDIF_OUT] = "SPDIF-out",
[EXTCON_VIDEO_IN] = "Video-in",
[EXTCON_VIDEO_OUT] = "Video-out",
[EXTCON_MECHANICAL] = "Mechanical",

NULL,
};
Expand Down
1 change: 1 addition & 0 deletions trunk/include/linux/extcon.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ enum extcon_cable_name {
EXTCON_SPDIF_OUT,
EXTCON_VIDEO_IN,
EXTCON_VIDEO_OUT,
EXTCON_MECHANICAL,
};
extern const char *extcon_cable_name[];

Expand Down

0 comments on commit 5496d0b

Please sign in to comment.