projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffcc3b2
)
hwmon: (k10temp) Add support for Kaveri CPUs
author
Phil Pokorny
<ppokorny@penguincomputing.com>
Tue, 14 Jan 2014 18:46:46 +0000
(10:46 -0800)
committer
Guenter Roeck
<linux@roeck-us.net>
Wed, 15 Jan 2014 05:36:54 +0000
(21:36 -0800)
Add new PCI ID to support new model "Kaveri" family.
Signed-off-by: Philip Pokorny <ppokorny@penguincomputing.com>
Cc: stable@vger.kernel.org
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/k10temp.c
patch
|
blob
|
history
diff --git
a/drivers/hwmon/k10temp.c
b/drivers/hwmon/k10temp.c
index
e375e9f
..
baf375b
100644
(file)
--- a/
drivers/hwmon/k10temp.c
+++ b/
drivers/hwmon/k10temp.c
@@
-210,6
+210,7
@@
static const struct pci_device_id k10temp_id_table[] = {
{ PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_CNB17H_F3) },
{ PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_15H_NB_F3) },
{ PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_15H_M10H_F3) },
+ { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_15H_M30H_NB_F3) },
{ PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_16H_NB_F3) },
{}
};