ChangeSet 1.837.4.3, 2002/12/06 10:08:34-06:00, ambx1@neo.rr.com [PATCH] PnP gameport driver update This trivial patch updates the gameport driver to the new id scheme. diff -Nru a/drivers/input/gameport/ns558.c b/drivers/input/gameport/ns558.c --- a/drivers/input/gameport/ns558.c Fri Dec 6 10:38:34 2002 +++ b/drivers/input/gameport/ns558.c Fri Dec 6 10:38:34 2002 @@ -161,7 +161,7 @@ #ifdef CONFIG_PNP -static struct pnp_id pnp_devids[] = { +static struct pnp_device_id pnp_devids[] = { { .id = "@P@0001", .driver_data = 0 }, /* ALS 100 */ { .id = "@P@0020", .driver_data = 0 }, /* ALS 200 */ { .id = "@P@1001", .driver_data = 0 }, /* ALS 100+ */ @@ -189,7 +189,7 @@ MODULE_DEVICE_TABLE(pnp, pnp_devids); -static int ns558_pnp_probe(struct pnp_dev *dev, const struct pnp_id *cid, const struct pnp_id *did) +static int ns558_pnp_probe(struct pnp_dev *dev, const struct pnp_device_id *did) { int ioport, iolen; struct ns558 *port;