diff options
| author | Murray Stokely <murray@FreeBSD.org> | 2001-08-31 21:40:56 +0000 |
|---|---|---|
| committer | Murray Stokely <murray@FreeBSD.org> | 2001-08-31 21:40:56 +0000 |
| commit | ba5b94fef73af96ee01b47d9249a37391c61a57e (patch) | |
| tree | cdc51b54e5508daf1b112516af49df8d43da5372 | |
| parent | e8a0f829da5833e2f50ed878dee8a03b2529d41b (diff) | |
Notes
| -rw-r--r-- | sys/dev/joy/joy.c | 2 | ||||
| -rw-r--r-- | sys/isa/joy.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/joy/joy.c b/sys/dev/joy/joy.c index 77d35c598bb9..beda4de73609 100644 --- a/sys/dev/joy/joy.c +++ b/sys/dev/joy/joy.c @@ -101,7 +101,7 @@ static struct isa_pnp_id joy_ids[] = { {0x0100630e, "CSC0001 PnP Joystick"}, /* CSC0001 */ {0x0101630e, "CSC0101 PnP Joystick"}, /* CSC0101 */ {0x01100002, "ALS0110 PnP Joystick"}, /* @P@1001 */ - {0x01100002, "ALS0120 PnP Joystick"}, /* @P@2001 */ + {0x01200002, "ALS0120 PnP Joystick"}, /* @P@2001 */ {0x01007316, "ESS0001 PnP Joystick"}, /* ESS0001 */ {0x2fb0d041, "Generic PnP Joystick"}, /* PNPb02f */ {0x2200a865, "YMH0022 PnP Joystick"}, /* YMH0022 */ diff --git a/sys/isa/joy.c b/sys/isa/joy.c index 77d35c598bb9..beda4de73609 100644 --- a/sys/isa/joy.c +++ b/sys/isa/joy.c @@ -101,7 +101,7 @@ static struct isa_pnp_id joy_ids[] = { {0x0100630e, "CSC0001 PnP Joystick"}, /* CSC0001 */ {0x0101630e, "CSC0101 PnP Joystick"}, /* CSC0101 */ {0x01100002, "ALS0110 PnP Joystick"}, /* @P@1001 */ - {0x01100002, "ALS0120 PnP Joystick"}, /* @P@2001 */ + {0x01200002, "ALS0120 PnP Joystick"}, /* @P@2001 */ {0x01007316, "ESS0001 PnP Joystick"}, /* ESS0001 */ {0x2fb0d041, "Generic PnP Joystick"}, /* PNPb02f */ {0x2200a865, "YMH0022 PnP Joystick"}, /* YMH0022 */ |
