[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1440445816-28593-2-git-send-email-linux@rainbow-software.org>
Date: Mon, 24 Aug 2015 21:50:16 +0200
From: Ondrej Zary <linux@...nbow-software.org>
To: alsa-devel@...a-project.org
Cc: Takashi Iwai <tiwai@...e.de>,
Kernel development list <linux-kernel@...r.kernel.org>
Subject: [PATCH 2/2] [resend #2] ns558: Add Rockwell WaveArtist gameport ID
Add support for gameport on Rockwell WaveArtist based sound cards.
Signed-off-by: Ondrej Zary <linux@...nbow-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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists