22 Mar
2015
22 Mar
'15
9:36 p.m.
Add support for gameport on Rockwell WaveArtist based sound cards.
Signed-off-by: Ondrej Zary linux@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