From owner-freebsd-hackers@FreeBSD.ORG Sat Mar 7 14:57:35 2015 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C7350D9B; Sat, 7 Mar 2015 14:57:35 +0000 (UTC) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81E30959; Sat, 7 Mar 2015 14:57:35 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id D6CB51FE022; Sat, 7 Mar 2015 15:57:32 +0100 (CET) Message-ID: <54FB120C.7080707@selasky.org> Date: Sat, 07 Mar 2015 15:58:20 +0100 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Gokul Krishna , mail@FreeBSD.org, freebsd-hackers@freebsd.org, freebsd-usb@freebsd.org Subject: Re: GSoC 2015: USB-Front end driver References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Mar 2015 14:57:35 -0000 On 03/06/15 20:36, Gokul Krishna wrote: > Hi > I am interested to take this project for summer of code. > I currently study masters in Embedded systems at KTH Royal Institute of > technology. > I have around 4 years of experience in Embedded system and 2 and half > years of experience in Embedded Linux board bring up , Device drivers and > Linux Applications developement after my bechelors degree in Electronics > . > I have the working knowledge of USB stack implementation in Linux kernel > and reasonably good understanding of their major USB device classes > classification with transfer types and commands and their data structures . > So I am interested to do this project , I kindly request you to provide > more details on what are the expected deliverables i need to contribute and > some documentation links for open source para-virtualised drivers for > FreeBSD . > > So I will come up with Milestone tasks and tollgate design decisions in my > subsequent mails for this project to prepare a project plan. Hi, Can you explain a bit more what you mean by "USB front end driver"? You mean proxying USB devices through TCP/IP? --HPS