Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2002 01:59:17 -0800
From:      Kent Stewart <kstewart@owt.com>
To:        Josef Karthauser <joe@tao.org.uk>
Cc:        John Reynolds <johnjen@reynoldsnet.org>, stable@FreeBSD.ORG
Subject:   Re: MINI HEADS UP [was Re: libusb build broken due to structure member renaming]
Message-ID:  <3C7B5C75.3050900@owt.com>
References:  <15481.32235.135747.910114@whale.home-net> <20020226020505.GA45114@genius.tao.org.uk> <3C7B0763.1020701@owt.com> <20020226094600.GA50601@genius.tao.org.uk>

next in thread | previous in thread | raw e-mail | index | archive | help


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C7B5C75.3050900>