Skip to content

Commit

Permalink
gpio/pcf857x: Copy i2c_device_id from old pcf8574 driver
Browse files Browse the repository at this point in the history
The deprecated pcf8574 driver is going to be removed. Make sure the
replacement driver inherits all i2c_device_ids for a smooth transition.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Cc: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
  • Loading branch information
Wolfram Sang authored and Jean Delvare committed Sep 18, 2009
1 parent fce96f3 commit 4ba2ccb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpio/pcf857x.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

static const struct i2c_device_id pcf857x_id[] = {
{ "pcf8574", 8 },
{ "pcf8574a", 8 },
{ "pca8574", 8 },
{ "pca9670", 8 },
{ "pca9672", 8 },
Expand Down

0 comments on commit 4ba2ccb

Please sign in to comment.