X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fgpio%2Fpca953x.c;h=a380730b61abe49800af8e655eaf5735d0524ad0;hb=38c46578ffd8ffbfec514c2a9876d527303322d6;hp=7e40e8a55edf247968690de9cb5348969df5c75b;hpb=28638ea4f8adb63f837e4436560ab16ab0388587;p=linux-2.6 diff --git a/drivers/gpio/pca953x.c b/drivers/gpio/pca953x.c index 7e40e8a55e..a380730b61 100644 --- a/drivers/gpio/pca953x.c +++ b/drivers/gpio/pca953x.c @@ -33,7 +33,7 @@ static const struct i2c_device_id pca953x_id[] = { { "pca9554", 8, }, { "pca9555", 16, }, { "pca9557", 8, }, - /* REVISIT several pca955x parts should work here too */ + { "max7310", 8, }, { } }; MODULE_DEVICE_TABLE(i2c, pca953x_id);