[coreboot] [PATCH]Changes to libpayload's USB stack

2010-06-07 Thread Patrick Georgi
Hi, attached patch - avoids using the name "pid_t", which is used on unixoid systems - moves controller specific data structures into private headers, to avoid conflicts between controller drivers - factors out the USB PID ids, which are only exposed on UHCI. It's of not much use on the other

Re: [coreboot] [PATCH]Changes to libpayload's USB stack

2010-06-07 Thread Stefan Reinauer
On 6/7/10 2:01 PM, Patrick Georgi wrote: > Hi, > > attached patch > - avoids using the name "pid_t", which is used on unixoid systems > - moves controller specific data structures into private headers, > to avoid conflicts between controller drivers > - factors out the USB PID ids, which are only