NetBSD-Bugs archive

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

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



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

From: "Nick Hudson" <skrll%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/46696 CVS commit: src/sys/dev/usb
Date: Wed, 20 Mar 2013 11:14:53 +0000

 Module Name:   src
 Committed By:  skrll
 Date:          Wed Mar 20 11:14:52 UTC 2013
 
 Modified Files:
        src/sys/dev/usb: usb_subr.c
 
 Log Message:
 Only set wMaxPacketSize to 64 for HS/FS and set to 8 for LS to be within
 the USB spec.
 
 Should help PR/46696.
 
 Requesting 64 bytes via wLength is indeed common, but fallback to 8
 would probably help.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.189 -r1.190 src/sys/dev/usb/usb_subr.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