X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fgpio%2Fpca953x.c;h=a380730b61abe49800af8e655eaf5735d0524ad0;hb=dddec01eb8e2b56267b37a6f9f0997a64b4e0b2a;hp=7e40e8a55edf247968690de9cb5348969df5c75b;hpb=2d9b57fbec9fde4deea3686f3927204efa218c7f;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);