summaryrefslogtreecommitdiffstats
path: root/sys/isa
diff options
context:
space:
mode:
authormurray <murray@FreeBSD.org>2001-08-31 21:40:56 +0000
committermurray <murray@FreeBSD.org>2001-08-31 21:40:56 +0000
commit2f2d44bd8358d84f9596140350f1e163a7d8ae8b (patch)
treecdc51b54e5508daf1b112516af49df8d43da5372 /sys/isa
parentd7c6b51004d3bdb6920c8ecca18e69735becaf18 (diff)
downloadFreeBSD-src-2f2d44bd8358d84f9596140350f1e163a7d8ae8b.zip
FreeBSD-src-2f2d44bd8358d84f9596140350f1e163a7d8ae8b.tar.gz
Correct the ID for the ALS0120 PnP Joystick. It is different from the
ALS0110. PR: kern/22617 Submitted by: Mike Holling <myke@fks.bt>
Diffstat (limited to 'sys/isa')
-rw-r--r--sys/isa/joy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/isa/joy.c b/sys/isa/joy.c
index 77d35c5..beda4de 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 */
OpenPOWER on IntegriCloud