From owner-p4-projects@FreeBSD.ORG Sat Jun 27 12:42:00 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 9C9AD106566C; Sat, 27 Jun 2009 12:41:59 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CB841065670 for ; Sat, 27 Jun 2009 12:41:59 +0000 (UTC) (envelope-from syl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4B1158FC0C for ; Sat, 27 Jun 2009 12:41:59 +0000 (UTC) (envelope-from syl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n5RCfwCe019674 for ; Sat, 27 Jun 2009 12:41:58 GMT (envelope-from syl@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n5RCfwre019672 for perforce@freebsd.org; Sat, 27 Jun 2009 12:41:58 GMT (envelope-from syl@FreeBSD.org) Date: Sat, 27 Jun 2009 12:41:58 GMT Message-Id: <200906271241.n5RCfwre019672@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to syl@FreeBSD.org using -f From: Sylvestre Gallon To: Perforce Change Reviews Cc: Subject: PERFORCE change 165305 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jun 2009 12:42:00 -0000 http://perforce.freebsd.org/chv.cgi?CH=165305 Change 165305 by syl@syl_atuin on 2009/06/27 12:41:45 Add missing prototype. Affected files ... .. //depot/projects/soc2009/syl_usb/src/lib/libusb/libusb.h#13 edit Differences ... ==== //depot/projects/soc2009/syl_usb/src/lib/libusb/libusb.h#13 (text+ko) ==== @@ -359,6 +359,7 @@ void libusb_free_device_list(libusb_device ** list, int unref_devices); uint8_t libusb_get_bus_number(libusb_device * dev); uint8_t libusb_get_device_address(libusb_device * dev); +int libusb_clear_halt(libusb_device_handle *devh, unsigned char endpoint); int libusb_get_max_packet_size(libusb_device * dev, unsigned char endpoint); libusb_device *libusb_ref_device(libusb_device * dev); void libusb_unref_device(libusb_device * dev);