All of lore.kernel.org
 help / color / mirror / Atom feed
* anyone using pvusb?
@ 2009-09-03 10:42 James Harper
  2009-09-03 12:09 ` Keir Fraser
  2009-09-04 16:49 ` Neobiker
  0 siblings, 2 replies; 18+ messages in thread
From: James Harper @ 2009-09-03 10:42 UTC (permalink / raw)
  To: xen-devel

Is anyone successfully using pvusb under 3.4-testing and 2.6.18-xen?

I've been trying to figure out why my windows drivers are hanging after
the first or second BULK packet is sent, and only just occurred to me to
see if it actually works under Linux, and it doesn't.

The device I'm testing with is a flash memory stick, and basically the
first BULK packet gets sent successfully, which I assume is a read
request, and then a packet is sent to be filled with data read from the
flash device and it either hangs there, or comes back with 0 bytes and
then the next packet hangs - usb_submit_urb returns success but the
complete callback routine is never called.

Under Linux DomU (frontend), I get:

Sep  3 20:33:12 smtp2 kernel: usbcore: registered new driver usb-storage
Sep  3 20:33:12 smtp2 kernel: USB Mass Storage support registered.
Sep  3 20:33:12 smtp2 kernel: usb-storage: device found at 2
Sep  3 20:33:12 smtp2 kernel: usb-storage: waiting for device to settle
before scanning
Sep  3 20:33:23 smtp2 kernel: vusb vusb-0: Unlink after no-IRQ?
Controller is probably using the wrong IRQ.

Nothing is logged in the backend.

lsusb -v under the DomU appears to be just fine - everything is reported
correctly.

Any ideas?

Thanks

James

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2009-09-10 16:43 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-03 10:42 anyone using pvusb? James Harper
2009-09-03 12:09 ` Keir Fraser
2009-09-04  0:49   ` Noboru Iwamatsu
2009-09-04  1:53     ` James Harper
2009-09-04  3:09       ` Noboru Iwamatsu
2009-09-04  5:49         ` James Harper
2009-09-04  2:40     ` James Harper
2009-09-04  6:06       ` Noboru Iwamatsu
2009-09-04  6:21         ` James Harper
2009-09-04  6:36           ` Noboru Iwamatsu
2009-09-04 10:43             ` Noboru Iwamatsu
2009-09-04 10:49               ` James Harper
2009-09-04 12:23                 ` Noboru Iwamatsu
2009-09-07 11:38                   ` James Harper
2009-09-09  2:28                     ` Noboru Iwamatsu
2009-09-10 16:43                       ` Ian Jackson
2009-09-04 16:49 ` Neobiker
2009-09-05  1:22   ` James Harper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.