Add support for gameport on Rockwell WaveArtist based sound cards. Signed-off-by: Ondrej Zary <li...@rainbow-software.org> --- drivers/input/gameport/ns558.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/input/gameport/ns558.c b/drivers/input/gameport/ns558.c index 7c21784..b86c4c8 100644 --- a/drivers/input/gameport/ns558.c +++ b/drivers/input/gameport/ns558.c @@ -189,6 +189,7 @@ static const struct pnp_device_id pnp_devids[] = { { .id = "YMH0006", .driver_data = 0 }, /* Opl3-SA */ { .id = "YMH0022", .driver_data = 0 }, /* Opl3-SAx */ { .id = "PNPb02f", .driver_data = 0 }, /* Generic */ + { .id = "RSS5004", .driver_data = 0 }, /* Rockwell WaveArtist */ { .id = "", }, }; -- Ondrej Zary -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/