From owner-freebsd-current@FreeBSD.ORG Fri Dec 24 19:46:24 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31EDF106564A for ; Fri, 24 Dec 2010 19:46:24 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id B9E678FC0A for ; Fri, 24 Dec 2010 19:46:23 +0000 (UTC) Received: by wwf26 with SMTP id 26so6983303wwf.31 for ; Fri, 24 Dec 2010 11:46:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=cIhtxiLx4wbOG6QakOpXx9LYqFPXd6O7MpPvNfAzh2g=; b=fwgGjbT0CUK1KWOmPy5kU2W/a5zfbfSCWmseKdIZHfPJozKfVseROZ3hkTjMJwShc/ 5ssHqH9QAX93D5ykmRVHLT+D1U2dAwR7Mel9HAST3fEfhYVfIJ7sKhu0KXjmUs3ZEyxm ehI1cyTVfCNW0/Htmm63xCsg8plbZrbVLHfwQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=S3HwRH5JxBdpsHKoHU/gaGGLpK3EdW7ypqrd7edK7tVxT581ljKC+MezaJe9OqdKHR D1vIFxPIsFkoHtyNPR0r7bziCIMYG60t9qdfzu9XBI0WBEEq2YtybJqYkiPPFCm4IK2u d6q+CNPBI6dZWSneax1C8WZEQyfBSlJyQSXvM= MIME-Version: 1.0 Received: by 10.216.154.140 with SMTP id h12mr8981606wek.46.1293219982657; Fri, 24 Dec 2010 11:46:22 -0800 (PST) Sender: yanegomi@gmail.com Received: by 10.216.254.226 with HTTP; Fri, 24 Dec 2010 11:46:22 -0800 (PST) In-Reply-To: <201012241056.26661.hselasky@c2i.net> References: <201012232240.51146.hselasky@c2i.net> <201012241056.26661.hselasky@c2i.net> Date: Fri, 24 Dec 2010 11:46:22 -0800 X-Google-Sender-Auth: ZxYUek9Jjh429FId0dr7oLMzC10 Message-ID: From: Garrett Cooper To: Hans Petter Selasky Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org, Kim Culhan , "Justin V." Subject: Re: usb issues X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Dec 2010 19:46:24 -0000 On Fri, Dec 24, 2010 at 1:56 AM, Hans Petter Selasky wrote: > On Friday 24 December 2010 02:27:55 Justin V. wrote: >> On Thu, 23 Dec 2010, Hans Petter Selasky wrote: >> >> Im not familiar with patching I guess.. any tips? > > Then try to copy usb_request.c and usb_request.h Or the OP could just read patch(1) and search for "how do i patch a file" on $searchengine , because just copying the files may or may not be a wise idea if other commits were made that break KPIs. Thanks, -Garrett