From: Guenter Roeck Date: Fri, 2 Mar 2012 21:01:54 +0000 (-0800) Subject: it87: Add missing chip name X-Git-Tag: v1.0~95 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=47be61ff5b25fd088f5f720f953d06795f3251c5;p=groeck-it87 it87: Add missing chip name Signed-off-by: Guenter Roeck --- diff --git a/it87.c b/it87.c index 4bec40d..8c230eb 100644 --- a/it87.c +++ b/it87.c @@ -1894,6 +1894,7 @@ static int __devinit it87_probe(struct platform_device *pdev) "it8720", "it8721", "it8728", + "it8783", }; res = platform_get_resource(pdev, IORESOURCE_IO, 0);