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.