From owner-soc-status@FreeBSD.ORG Sun Jul 5 20:09:39 2009 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4151B106566C; Sun, 5 Jul 2009 20:09:39 +0000 (UTC) (envelope-from ccna.syl@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.248]) by mx1.freebsd.org (Postfix) with ESMTP id CEB108FC0C; Sun, 5 Jul 2009 20:09:38 +0000 (UTC) (envelope-from ccna.syl@gmail.com) Received: by an-out-0708.google.com with SMTP id d14so1605647and.13 for ; Sun, 05 Jul 2009 13:09:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=GWdoST+MEOd5tW4KYunm+baecXUAHMf6ugXE1HZoPc8=; b=ByUUa56mBcPwsrDKXQQywH2diLC4XFoWerxaxcSWz6aiLUXTU28JCeIiQD4Sc/+Wg1 p3sPYycjCzXuXdHMoFpMsRAN5MUpa1lb0WbWbYYzcvUyTr+TaqBzo+DqSccvD4jPVaKY OyOiivOsdFT46+D/G9DiB7oqIByPHO4Yxvzlc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; b=HK5xlbaetdhf54RCXxUS0CxTMIMouwbCw57eTD7dWwkgwTQyujbGucZMD1427pMNCV W0QToTvVwd1d1t5MjfPlXo8RshXCN1VIlb+SqNcT6WcMLzsNJpY8DRIZoQZRUiKlT7pZ t5625uFd566yQk+TrZt55HlWfhwVmuEdMbJ7E= MIME-Version: 1.0 Received: by 10.231.32.138 with SMTP id c10mr1879644ibd.28.1246824578072; Sun, 05 Jul 2009 13:09:38 -0700 (PDT) From: Sylvestre Gallon Date: Sun, 5 Jul 2009 22:09:18 +0200 Message-ID: <164b4c9c0907051309x31d8183fo54a62b611925b14c@mail.gmail.com> To: soc-status@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Andrew Thompson , Hans Petter Selasky Subject: USB Improvements status report 6 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jul 2009 20:09:39 -0000 Hi, Done for this week : - Replaced libusb list by queue(3). - Added a support for queueing multiple transfers on the same endpoints. - Fixed some bugs spotted by Hans Peter Selasky. - Added support for big transfers. - Removed some errors spotted by Clang/LLVM Now libusb seems to work fine with control bulk and isochronous endpoints. Isochronous transfers have not been tested yet. If Hans Petter is Ok I will not work on libusb for next week and focus my mind on USB Function. Cheers, -- Sylvestre Gallon (http://devsyl.blogspot.com) Fifth Grade Student @ Epitech & Researcher @ LSE R&D @ Rathaxes (http://www.rathaxes.org)