Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Dec 2007 22:31:08 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 131549 for review
Message-ID:  <200712242231.lBOMV8kQ038426@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=131549

Change 131549 by hselasky@hselasky_laptop001 on 2007/12/24 22:30:23

	
	We don't need a "set_address" method. This is all handled
	by the USB Device Side Driver.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/usb_subr.h#84 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/usb_subr.h#84 (text+ko) ====

@@ -173,7 +173,6 @@
 	/* USB Device and Host mode - Optional */
 
 	void    (*set_config) (struct usbd_device *udev, usb_config_descriptor_t *cd);
-	void    (*set_address) (struct usbd_device *udev, uint8_t addr);
 
 	/* USB Device mode only - Mandatory */
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712242231.lBOMV8kQ038426>