projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21d3649
)
applesmc: Use the address as platform device ID
author
Jean Delvare
<
[email protected]
>
Wed, 9 May 2007 03:27:04 +0000
(20:27 -0700)
committer
Linus Torvalds
<
[email protected]
>
Wed, 9 May 2007 03:41:14 +0000
(20:41 -0700)
Let the applesmc device export its address to userspace. libsensors needs
this to recognize the device and give it a unique ID.
Signed-off-by: Jean Delvare <
[email protected]
>
Cc: Nicolas Boichat <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/hwmon/applesmc.c
patch
|
blob
|
history
diff --git
a/drivers/hwmon/applesmc.c
b/drivers/hwmon/applesmc.c
index 3215f9c87f329dcbcf1a79469eff01551ede9019..5456e86088921306370218c7cbdd1449d060934a 100644
(file)
--- a/
drivers/hwmon/applesmc.c
+++ b/
drivers/hwmon/applesmc.c
@@
-1190,7
+1190,8
@@
static int __init applesmc_init(void)
if (ret)
goto out_region;
- pdev = platform_device_register_simple("applesmc", -1, NULL, 0);
+ pdev = platform_device_register_simple("applesmc", APPLESMC_DATA_PORT,
+ NULL, 0);
if (IS_ERR(pdev)) {
ret = PTR_ERR(pdev);
goto out_driver;