Commit 6679b2cc authored by Martin Peres's avatar Martin Peres Committed by Ben Skeggs

drm/nvd9/therm: handle another kind of PWM fan

Signed-off-by: default avatarMartin Peres <martin.peres@free.fr>
Tested-by: default avatarSaveTheRobots <john.rowley08@gmail.com>
Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent c7e74306
......@@ -40,6 +40,7 @@ pwm_info(struct nouveau_therm *therm, int line)
case 0x00: return 2;
case 0x19: return 1;
case 0x1c: return 0;
case 0x1e: return 2;
default:
break;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment