Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126979
b: refs/heads/master
c: 6e31eb2
h: refs/heads/master
i:
  126977: 3533d39
  126975: 5a59775
v: v3
  • Loading branch information
Darrick J. Wong authored and Jean Delvare committed Jan 7, 2009
1 parent 6719500 commit ecec4fa
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: b4da93e4b0ffc261c3530fe938aefd52854aa84c
refs/heads/master: 6e31eb2b297c7b6678e6e77393bb8d01b5228bda
7 changes: 7 additions & 0 deletions trunk/drivers/hwmon/i5k_amb.c
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,13 @@ static unsigned long chipset_ids[] = {
0
};

static struct pci_device_id i5k_amb_ids[] __devinitdata = {
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_5000_ERR) },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_5400_ERR) },
{ 0, }
};
MODULE_DEVICE_TABLE(pci, i5k_amb_ids);

static int __devinit i5k_amb_probe(struct platform_device *pdev)
{
struct i5k_amb_data *data;
Expand Down

0 comments on commit ecec4fa

Please sign in to comment.