Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179319
b: refs/heads/master
c: 40f33a9
h: refs/heads/master
i:
  179317: 403bf89
  179315: 8600ad5
  179311: e0e4dc1
v: v3
  • Loading branch information
Zhao Yakui authored and Eric Anholt committed Jan 7, 2010
1 parent c7266aa commit b7bcd5f
Show file tree
Hide file tree
Showing 2 changed files with 15 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: 8fcc501831aa5b37a4a5a8cd9dc965be3cacc599
refs/heads/master: 40f33a92100f4d9b6e85ad642100cfe42d7ff57d
14 changes: 14 additions & 0 deletions trunk/drivers/gpu/drm/i915/intel_lvds.c
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,20 @@ static void intel_lvds_mode_set(struct drm_encoder *encoder,

/* Some lid devices report incorrect lid status, assume they're connected */
static const struct dmi_system_id bad_lid_status[] = {
{
.ident = "Compaq nx9020",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
DMI_MATCH(DMI_BOARD_NAME, "3084"),
},
},
{
.ident = "Samsung SX20S",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Phoenix Technologies LTD"),
DMI_MATCH(DMI_BOARD_NAME, "SX20S"),
},
},
{
.ident = "Aspire One",
.matches = {
Expand Down

0 comments on commit b7bcd5f

Please sign in to comment.