[linux-usb-devel] [PATCH] Big endian pegasus

2003-12-26 Thread Dimitri Torfs
gasus) { - u16 data = 0xa5; + u8 data = 0xa5; set_register(pegasus, Reg1d, 0); set_register(pegasus, Reg7b, 1); -- Dimitri Torfs | NSCE [EMAIL PROTECTED] | Sint Stevens Woluwestraat 55 tel: +32 2 2908451| 1130 Brussel fax: +32 2

[linux-usb-devel] Re: [PATCH] Big endian pegasus

2003-12-28 Thread Dimitri Torfs
Hi, On Sat, Dec 27, 2003 at 07:24:11PM +0200, Petko Manolov wrote: > Hi there, > > On Fri, 26 Dec 2003, Dimitri Torfs wrote: > > > "Chip" identification of the pegasus driver does not work correctly on > > big endian machines, resulting in incorrect

[linux-usb-devel] requirements on urb->transfer_buffer

2004-01-20 Thread Dimitri Torfs
un on a cache-incoherent platform) ? Dimitri -- Dimitri Torfs | NSCE [EMAIL PROTECTED] | The Corporate Village tel: +32 2 7008541 | Da Vincilaan 7 - D1 fax: +32 2 7008622 | B-1935 Zaventem - Belgium --- The SF.Net email

Re: [linux-usb-devel] requirements on urb->transfer_buffer

2004-01-20 Thread Dimitri Torfs
On Tue, Jan 20, 2004 at 09:19:22AM -0800, Greg KH wrote: > On Tue, Jan 20, 2004 at 11:10:29AM +0100, Dimitri Torfs wrote: > > I ask this question because there are places in the code where this > > requirement clearly is not met. Is it because people are not aware > > o

Re: [linux-usb-devel] requirements on urb->transfer_buffer

2004-01-21 Thread Dimitri Torfs
On Tue, Jan 20, 2004 at 04:09:27PM -0800, Greg KH wrote: > On Tue, Jan 20, 2004 at 06:52:40PM +0100, Dimitri Torfs wrote: > > The first one I encountered is in the usb_new_device() function in usb.c > > where the first 8 bytes of the descriptor are fetched: > > > > e