Re: [linux-usb-devel] ehci scatter-gather io

2004-03-06 Thread Brad Campbell
David Brownell wrote: Brad Campbell wrote: While trying to get this NEC based cardbus card to work I noticed that writes using usb_stor_bulk_transfer_buf succeed while usb_stor_bulk_transfer_sglist fails. Is there a quick dodgy I can pull to have use_sg == 0. I can't actually find where it get's

Re: [linux-usb-devel] ehci scatter-gather io

2004-03-06 Thread David Brownell
Brad Campbell wrote: While trying to get this NEC based cardbus card to work I noticed that writes using usb_stor_bulk_transfer_buf succeed while usb_stor_bulk_transfer_sglist fails. Is there a quick dodgy I can pull to have use_sg == 0. I can't actually find where it get's set. Are you using one

Re: [linux-usb-devel] ehci scatter-gather io

2004-03-06 Thread Alan Stern
On Sat, 6 Mar 2004, Brad Campbell wrote: > While trying to get this NEC based cardbus card to work I noticed that > writes using usb_stor_bulk_transfer_buf succeed while usb_stor_bulk_transfer_sglist > fails. Is there > a quick dodgy I can pull to have use_sg == 0. I can't actually find where it

[linux-usb-devel] ehci scatter-gather io

2004-03-06 Thread Brad Campbell
While trying to get this NEC based cardbus card to work I noticed that writes using usb_stor_bulk_transfer_buf succeed while usb_stor_bulk_transfer_sglist fails. Is there a quick dodgy I can pull to have use_sg == 0. I can't actually find where it get's set. Regards, Brad