Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2003 17:49:54 -0600
From:      Erik Greenwald <erik@smluc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        erik@smluc.org
Subject:   kern/48727: add usb entry for logitech wingman extreme 3d joystick
Message-ID:  <200302262349.h1QNnsc02589@xarx.localdomain>

next in thread | raw e-mail | index | archive | help

>Number:         48727
>Category:       kern
>Synopsis:       add usb entry for logitech wingman extreme 3d joystick
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 26 15:50:07 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Erik Greenwald
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD fenris 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Wed Feb 26 17:22:12 CST 2003 root@fenris:/usr/src/sys/i386/compile/FENRIS i386


>Description:

add usb description for logitech wingman extreme digital 3d
(now if the hid joystick stuff just worked...)

>How-To-Repeat:
>Fix:

--- patch begins here ---
--- dev/usb/usbdevs.h.orig	Wed Feb 26 17:02:27 2003
+++ dev/usb/usbdevs.h	Wed Feb 26 17:24:07 2003
@@ -793,6 +793,7 @@
 #define	USB_PRODUCT_LOGITECH_UN58A	0xc030		/* iFeel Mouse */
 #define	USB_PRODUCT_LOGITECH_BB13	0xc401		/* USB-PS/2 Trackball */
 #define	USB_PRODUCT_LOGITECH_WMPAD	0xc208		/* WingMan GamePad Extreme */
+#define	USB_PRODUCT_LOGITECH_WMDE3D	0xc212		/* WingMan Extreme Digital 3D */
 #define	USB_PRODUCT_LOGITECH_WMJOY	0xc281		/* WingMan Force joystick */
 #define	USB_PRODUCT_LOGITECH_RK53	0xc501		/* Cordless mouse */
 #define	USB_PRODUCT_LOGITECH_RB6	0xc503		/* Cordless keyboard */
--- dev/usb/usbdevs_data.h.orig	Wed Feb 26 17:01:53 2003
+++ dev/usb/usbdevs_data.h	Wed Feb 26 17:05:07 2003
@@ -1606,6 +1606,12 @@
 	    "WingMan GamePad Extreme",
 	},
 	{
+	    USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_WMDE3D,
+	    0,
+	    "Logitech",
+	    "WingMan Extreme Digital 3D",
+	},
+	{
 	    USB_VENDOR_LOGITECH, USB_PRODUCT_LOGITECH_WMJOY,
 	    0,
 	    "Logitech",
--- patch ends here ---


>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?200302262349.h1QNnsc02589>