Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360573
b: refs/heads/master
c: 741bf0c
h: refs/heads/master
i:
  360571: df50e2b
v: v3
  • Loading branch information
Benson Leung authored and Matthew Garrett committed Feb 27, 2013
1 parent 2e67b27 commit 4c2a9a2
Show file tree
Hide file tree
Showing 2 changed files with 5 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: cc5c3985a3b17cc7a4bfdf084950d92c8919ea4b
refs/heads/master: 741bf0c7be835d7fdecac5d942e88b5d43958f40
4 changes: 4 additions & 0 deletions trunk/drivers/platform/x86/chromeos_laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,15 @@ static struct i2c_client *ts;

const char *i2c_adapter_names[] = {
"SMBus I801 adapter",
"i915 gmbus vga",
"i915 gmbus panel",
};

/* Keep this enum consistent with i2c_adapter_names */
enum i2c_adapter_type {
I2C_ADAPTER_SMBUS = 0,
I2C_ADAPTER_VGADDC,
I2C_ADAPTER_PANEL,
};

static struct i2c_board_info __initdata cyapa_device = {
Expand Down

0 comments on commit 4c2a9a2

Please sign in to comment.