On 12/22/06, Jon Smirl <[EMAIL PROTECTED]> wrote:

> As for the symptoms, calls that work for reading/writing under USB 1.0
> are succeeding without error, but they don't return any data,

...the logs you provided indicate there is an error (specifically 'not
enough bandwidth').  Either a driver is swallowing that return code,
or something else somewhere else is:

[  869.178063] lirc_mceusb2[9]: receive request called (size=0x10)
[  869.178074] ehci_hcd 0000:00:1d.7: Budgeting new QH: owner
f79ac800, timing 1,2,32, interval 8

[...]

[  869.178134] ehci_hcd 0000:00:1d.7:   Budgeting slot choice: -1
[  869.178139] ehci_hcd 0000:00:1d.7:   Budgeting status: -28

...this indicates budgeting failed.  Whether or not budgeting should
have failed is a seperate issue; the fact is it did, and if you're not
getting an error, something is wrong higher up.

Monty

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to