Date: Sun, 5 Nov 2000 03:10:18 -0800 (PST) From: myke@fks.bt To: freebsd-gnats-submit@FreeBSD.org Subject: kern/22617: Incorrect PnP ID for ALS120 game/joystick port (trivial fix) Message-ID: <20001105111018.83F0D37B4CF@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 22617 >Category: kern >Synopsis: Incorrect PnP ID for ALS120 game/joystick port (trivial fix) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 05 03:20:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Mike Holling >Release: 4.1.1-RELEASE >Organization: >Environment: FreeBSD av.fks.lan 4.1.1-RELEASE FreeBSD 4.1.1-RELEASE #4: Sun Oct 29 20:28:32 MST 2000 myke@av.fks.lan:/usr/src/sys/compile/AV i386 >Description: The PnP ID for the ALS120 game port is incorrect in the joystick driver, it is the same as the ALS110. >How-To-Repeat: Try to attach the joystick device on a system with an ALS120, it won't be detected. >Fix: *** joy.c.orig Sun Oct 29 20:39:40 2000 --- joy.c Sun Nov 5 03:53:45 2000 *************** *** 102,108 **** {0x0100630e, "CSC0001 PnP Joystick"}, /* CSC0001 */ {0x0101630e, "CSC0101 PnP Joystick"}, /* CSC0101 */ {0x01100002, "ALS0110 PnP Joystick"}, /* @P@1001 */ ! {0x01100002, "ALS0120 PnP Joystick"}, /* @P@2001 */ {0x01007316, "ESS0001 PnP Joystick"}, /* ESS0001 */ {0x2fb0d041, "Generic PnP Joystick"}, /* PNPb02f */ {0x2200a865, "YMH0022 PnP Joystick"}, /* YMH0022 */ --- 102,108 ---- {0x0100630e, "CSC0001 PnP Joystick"}, /* CSC0001 */ {0x0101630e, "CSC0101 PnP Joystick"}, /* CSC0101 */ {0x01100002, "ALS0110 PnP Joystick"}, /* @P@1001 */ ! {0x01200002, "ALS0120 PnP Joystick"}, /* @P@2001 */ {0x01007316, "ESS0001 PnP Joystick"}, /* ESS0001 */ {0x2fb0d041, "Generic PnP Joystick"}, /* PNPb02f */ {0x2200a865, "YMH0022 PnP Joystick"}, /* YMH0022 */ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001105111018.83F0D37B4CF>