Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2003 06:01:33 -0600
From:      Erik Greenwald <erik@smluc.org>
To:        Doug Barton <dougb@FreeBSD.org>
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>
In-Reply-To: <200302272331.h1RNVlh0014310@freefall.freebsd.org>; from dougb@FreeBSD.org on Thu, Feb 27, 2003 at 03:31:47PM -0800
References:  <200302272331.h1RNVlh0014310@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <erik@smluc.org> [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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030228060133.A6903>