2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00

Add user-space support for abituguru. Patch from Hans de Goede.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4035 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2006-06-02 18:49:23 +00:00
parent dc0f84921f
commit 3643a0b2e0
7 changed files with 261 additions and 0 deletions

View File

@@ -415,6 +415,7 @@ struct match matches[] = {
{ "lm93", print_lm93 },
{ "smsc47b397", print_smsc47b397 },
{ "f71805f", print_f71805f },
{ "abituguru", print_abituguru },
{ NULL, NULL }
};