From owner-freebsd-bugs Fri Feb 28 4: 1:38 2003 Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 247A837B401; Fri, 28 Feb 2003 04:01:36 -0800 (PST) Received: from mailout3-eri1.midsouth.rr.com (mailout3-eri1.midsouth.rr.com [24.165.200.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD04B43F75; Fri, 28 Feb 2003 04:01:34 -0800 (PST) (envelope-from erik@phoenix.smluc.org) Received: from xarx.localdomain (root@cpe-066-061-038-083.midsouth.rr.com [66.61.38.83]) by mailout3-eri1.midsouth.rr.com (8.11.4/8.11.4) with ESMTP id h1SC1bS06971; Fri, 28 Feb 2003 06:01:37 -0600 (CST) Received: (from erik@localhost) by xarx.localdomain (8.11.6/8.11.6) id h1SC1XI07161; Fri, 28 Feb 2003 06:01:33 -0600 Date: Fri, 28 Feb 2003 06:01:33 -0600 From: Erik Greenwald To: Doug Barton Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/48727: add usb entry for logitech wingman extreme 3d joystick Message-ID: <20030228060133.A6903@xarx.midsouth.rr.com> References: <200302272331.h1RNVlh0014310@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200302272331.h1RNVlh0014310@freefall.freebsd.org>; from dougb@FreeBSD.org on Thu, Feb 27, 2003 at 03:31:47PM -0800 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Feb 27, 2003 at 03:31:47PM -0800, Doug Barton wrote: > > I think that you did not carefully read /sys/dev/usb/usbdevs. > Please do so, and let me know if it's ok to close this pr. > > FYI, I have one of thses sticks, and when I plug it in I see > the following in the logs: > > kernel: ugen0: Logitech Inc. WingMan Extreme Digital 3D, rev 1.00/1.05, addr 3 > > Do you not see something similar? > > No, I don't... this is from my /var/log/messages with the kernel as of ~1400cst feb 26, using 'kldload uhid' Feb 26 16:58:25 fenris kernel: uhid0: Logitech product 0xc212, rev 1.00/1.05,addr 2, iclass 3/0 usbdevs also does not list this certain joystick erik@fenris /usr/src/sys/dev/usb$ grep -i wingman usbdevs product LOGITECH WMMOUSE 0xc004 WingMan Gaming Mouse product LOGITECH WMPAD 0xc208 WingMan GamePad Extreme product LOGITECH WMJOY 0xc281 WingMan Force joystick erik@fenris /usr/src/sys/dev/usb$ With a fresh kernel... FreeBSD fenris 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Fri Feb 28 05:30:47 CST 2003 root@fenris:/usr/src/sys/i386/compile/FENRIS i386 I get ugen0: Logitech product 0xc212, rev 1.00/1.05, addr 2 I'm not sure where the discrepency is, but I'm not seeing the appropriate device name... here's an updated patch that makes the change in the right place, tested with this mornings kernel --- src/sys/dev/usb/usbdevs.orig Fri Feb 28 05:47:29 2003 +++ src/sys/dev/usb/usbdevs Fri Feb 28 05:50:13 2003 @@ -786,6 +786,7 @@ product LOGITECH UN58A 0xc030 iFeel Mouse product LOGITECH BB13 0xc401 USB-PS/2 Trackball product LOGITECH WMPAD 0xc208 WingMan GamePad Extreme +product LOGITECH WMED3D 0xc212 WingMan Extreme Digital 3D product LOGITECH WMJOY 0xc281 WingMan Force joystick product LOGITECH RK53 0xc501 Cordless mouse product LOGITECH RB6 0xc503 Cordless keyboard (perhaps the issue is with the usb controller? I'm using a VIA 83C572... maybe it has a bug where it can't poll the string posted by the device? I'm grasping at straws, I haven't dealt with usb before, this is my first usb device... :) -- -Erik [http://math.smsu.edu/~erik] The opinions expressed by me are not necessarily opinions. In all probability, they are random rambling, and to be ignored. Failure to ignore may result in severe boredom or confusion. Shake well before opening. Keep Refrigerated. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message