From owner-cvs-all Sun Apr 7 10: 4: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 17A8A37B400; Sun, 7 Apr 2002 10:04:02 -0700 (PDT) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g37H42i31984; Sun, 7 Apr 2002 10:04:02 -0700 (PDT) (envelope-from joe) Message-Id: <200204071704.g37H42i31984@freefall.freebsd.org> From: Josef Karthauser Date: Sun, 7 Apr 2002 10:04:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ugraphire_rdesc.h uhid.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2002/04/07 10:04:01 PDT Modified files: sys/dev/usb uhid.c Added files: sys/dev/usb ugraphire_rdesc.h Log: MFNetBSD: uhid.c (1.42 & 1.43), ugraphire_rdesc.h (1.1) date: 2000/12/29 01:47:49; author: augustss; Supply our own report descriptor (from Nick Hibma) for the Wacom Graphire. The descriptor it reports is broken. XXX Not tested, because I don't have the device. date: 2001/08/15 00:06:49; author: augustss; state: Exp; lines: +3 -1 If there was a vendor+product locator match return a higher match value. Rationale, if you have a device (e.g., a mouse) with a more specific driver but want to recognize it with the more generic driver you can do that by supplying vendor and product locators for the generic one. Revision Changes Path 1.1 +92 -0 src/sys/dev/usb/ugraphire_rdesc.h (new) 1.47 +24 -3 src/sys/dev/usb/uhid.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message