From owner-freebsd-stable Tue Feb 26 1:59:27 2002 Delivered-To: freebsd-stable@freebsd.org Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by hub.freebsd.org (Postfix) with ESMTP id C93B837B404 for ; Tue, 26 Feb 2002 01:59:24 -0800 (PST) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id BAA20424; Tue, 26 Feb 2002 01:59:18 -0800 Message-ID: <3C7B5C75.3050900@owt.com> Date: Tue, 26 Feb 2002 01:59:17 -0800 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: Josef Karthauser Cc: John Reynolds , stable@FreeBSD.ORG Subject: Re: MINI HEADS UP [was Re: libusb build broken due to structure member renaming] References: <15481.32235.135747.910114@whale.home-net> <20020226020505.GA45114@genius.tao.org.uk> <3C7B0763.1020701@owt.com> <20020226094600.GA50601@genius.tao.org.uk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Josef Karthauser wrote: > On Mon, Feb 25, 2002 at 07:56:19PM -0800, Kent Stewart wrote: > >>>Bear in mind that usb.h in -current and in -stable are different, and >>>that the usb event structure is different now. >>> >>>The latest patch set for -stable is at >>> http://www.josef-k.net:/misc/RELENG_4-USB-20020226.patch.gz >>> >>>I intend to commit this once I've received some feedback that it >>>generally works. >>> >> >>I tried to apply the 0226.patch after I built a system with your >>current RELENG_4 committs and several patches failed. I couldn't test >>your large set of patchs. >> > > Yes, you'll need to cvsup first to overwrite the previous patches. > This patch set needs to apply to a clean RELENG_4 system. It was a clean RELENG_4 system. All of the devinfo-> lines's have been changed and your patchs can not find the lines to change. When Alfred changed the usb structures, they all have this udi_ added such as Your patch -devinfo->vendorNo, devinfo->productNo, devinfo->releaseNo, -devinfo->class, devinfo->subclass, devinfo->protocol); The code devinfo->udi_vendorNo, devinfo->udi_productNo, devinfo->udi_releaseNo, devinfo->udi_class, devinfo->udi_subclass, devinfo->udi_protocol); These were all shifted to the left to prevent wraping. Kent > > Joe > -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message