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:[EMAIL PROTECTED]
http://users.owt.com/kstewart/index.html


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to