NetBSD-Bugs archive

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

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



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

From: "Nick Hudson" <skrll%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55330 CVS commit: src/sys/dev/usb
Date: Fri, 5 Jun 2020 08:02:32 +0000

 Module Name:	src
 Committed By:	skrll
 Date:		Fri Jun  5 08:02:32 UTC 2020
 
 Modified Files:
 	src/sys/dev/usb: u3g.c
 
 Log Message:
 Replace calls to usbd_device2interface_handle in u3g_match() and
 u3g_attach() with the interface already passed in uiaa->uiaa_iface and
 store the interface in sc->sc_iface for later use by u3g_open()/
 
 Also skip Direct IP interfaces in u3g_match() to avoid potential side effects.
 
 PR kern/55330
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.40 -r1.41 src/sys/dev/usb/u3g.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