From 460b1042bf87d3c5812cbdaeba98f53c500d3055 Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 18 Jan 2000 08:38:35 +0000 Subject: Add ADS7182 as a known Joystick. --- sys/dev/joy/joy.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/joy') diff --git a/sys/dev/joy/joy.c b/sys/dev/joy/joy.c index aa851df..b12e201 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} }; -- cgit v1.1