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