summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-01-18 08:38:35 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-01-18 08:38:35 +0000
commit2d77b66efb7cf73eb398f5d890b6ae7d063412bd (patch)
tree849c7f60c5d988640c1753ce960afb021f0bae79
parent71d38539b43a5491d070dd0e00429128f37def5d (diff)
Notes
-rw-r--r--sys/dev/joy/joy.c1
-rw-r--r--sys/isa/joy.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/joy/joy.c b/sys/dev/joy/joy.c
index aa851df79211..b12e201553af 100644
--- a/sys/dev/joy/joy.c
+++ b/sys/dev/joy/joy.c
@@ -106,6 +106,7 @@ static struct isa_pnp_id joy_ids[] = {
{0x01007316, "ESS0001 PnP Joystick"}, /* ESS0001 */
{0x2fb0d041, "Generic PnP Joystick"}, /* PNPb02f */
{0x2200a865, "YMH0022 PnP Joystick"}, /* YMH0022 */
+ {0x82719304, NULL}, /* ADS7182 */
{0}
};
diff --git a/sys/isa/joy.c b/sys/isa/joy.c
index aa851df79211..b12e201553af 100644
--- a/sys/isa/joy.c
+++ b/sys/isa/joy.c
@@ -106,6 +106,7 @@ static struct isa_pnp_id joy_ids[] = {
{0x01007316, "ESS0001 PnP Joystick"}, /* ESS0001 */
{0x2fb0d041, "Generic PnP Joystick"}, /* PNPb02f */
{0x2200a865, "YMH0022 PnP Joystick"}, /* YMH0022 */
+ {0x82719304, NULL}, /* ADS7182 */
{0}
};