diff mbox

[2/2,resend,#2] ns558: Add Rockwell WaveArtist gameport ID

Message ID 1440445816-28593-2-git-send-email-linux@rainbow-software.org (mailing list archive)
State New, archived
Headers show

Commit Message

Ondrej Zary Aug. 24, 2015, 7:50 p.m. UTC
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 mbox

Patch

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 = "", },
 };