Date: Mon, 18 Sep 2006 15:14:19 GMT From: Tom Rhodes <trhodes@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 106299 for review Message-ID: <200609181514.k8IFEJmN008116@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=106299 Change 106299 by trhodes@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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609181514.k8IFEJmN008116>