Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141947
b: refs/heads/master
c: d5b0269
h: refs/heads/master
i:
  141945: 1dca356
  141943: cd7ed94
v: v3
  • Loading branch information
ISHIKAWA Mutsumi authored and Len Brown committed Mar 27, 2009
1 parent ec13208 commit b553527
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 2b24ef093aec6d7b9c18af75644ec22b4069b283
refs/heads/master: d5b02695d5471b38064efeba2b102bd5ead55297
7 changes: 7 additions & 0 deletions trunk/drivers/platform/x86/sony-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -1824,6 +1824,13 @@ static void sony_pic_detect_device_type(struct sony_pic_dev *dev)
goto out;
}

pcidev = pci_get_device(PCI_VENDOR_ID_INTEL,
PCI_DEVICE_ID_INTEL_ICH9_1, NULL);
if (pcidev) {
dev->control = &spic_types[2];
goto out;
}

/* default */
dev->control = &spic_types[1];

Expand Down

0 comments on commit b553527

Please sign in to comment.