NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/42570 CVS commit: src/sys/dev/usb



The following reply was made to PR kern/42570; it has been noted by GNATS.

From: "Ryo ONODERA" <ryoon%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/42570 CVS commit: src/sys/dev/usb
Date: Wed, 20 Jul 2011 19:27:54 +0000

 Module Name:   src
 Committed By:  ryoon
 Date:          Wed Jul 20 19:27:54 UTC 2011
 
 Modified Files:
        src/sys/dev/usb: ugraphire_rdesc.h uhidev.c
 
 Log Message:
 Fix PR kern/42570
 
 * Graphire uses the descriptor as same as Graphire 3.
   This is confirmed by USB analysis on Windows.
   That is done with Wacom's official device driver and USB Snoopy.
 
 * Old rev. 1.1 descriptor supports stylus only, probably 4D mouse
   is not supported. Graphire 3's one probably supports 4D mouse.
 
 * Graphire also needs 0x0202 sending.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.6 -r1.7 src/sys/dev/usb/ugraphire_rdesc.h
 cvs rdiff -u -r1.49 -r1.50 src/sys/dev/usb/uhidev.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index