PERFORCE change 106299 for review

Tom Rhodes trhodes at FreeBSD.org
Mon Sep 18 08:14:33 PDT 2006


http://perforce.freebsd.org/chv.cgi?CH=106299

Change 106299 by trhodes at trhodes_local on 2006/09/18 15:13:20

	IFC, most changes here were s/Static/static.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/ums.c#13 integrate

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/ums.c#13 (text+ko) ====

@@ -35,6 +35,9 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD: src/sys/dev/usb/ums.c,v 1.82 2006/09/07 00:06:42 imp Exp $");
+
 /*
  * HID spec: http://www.usb.org/developers/devclass_docs/HID1_11.pdf
  */
@@ -130,6 +133,7 @@
 static void
 ums_stop_read(struct usb_cdev *cdev);
 
+static void ums_add_to_queue_timeout(void *priv);
 static int32_t
 ums_open(struct usb_cdev *cdev, int32_t fflags, 
 	 int32_t devtype, struct thread *td);


More information about the p4-projects mailing list