Re: [linux-usb-devel] USB Gadget - Peripheral Controller Driver question

2007-07-13 Thread Alan Stern
On Fri, 13 Jul 2007, Skip Rafferty wrote: > Sorry for the lack of detail, and yes I'm talking > about bulk endpoints. > > The gadget provides a printer class device and the > host system in this case is Windows. There is no > protocol, the app just opens the USB device and writes > the contents

Re: [linux-usb-devel] USB Gadget - Peripheral Controller Driver question

2007-07-13 Thread Alan Stern
On Fri, 13 Jul 2007, Skip Rafferty wrote: > I am supporting a Peripheral Controller Driver (PCD) > for a USB device (hw and fw from a vendor) that > refuses to deliver data to its gadget driver client > when the data ends on a MaxPacketSize boundary (512 in > this case). You're talking about da

[linux-usb-devel] USB Gadget - Peripheral Controller Driver question

2007-07-13 Thread Skip Rafferty
I am supporting a Peripheral Controller Driver (PCD) for a USB device (hw and fw from a vendor) that refuses to deliver data to its gadget driver client when the data ends on a MaxPacketSize boundary (512 in this case). The requests submitted to the PCD have an 8K buffer and the incoming data le