Bug 6940
Summary: | USB Gadget File Backup storage driver send wrong information in descriptor. It has been hard coded to send USB 2.0 version. But this becomes problem when the device want USB 1.1 | ||
---|---|---|---|
Product: | Drivers | Reporter: | Srinivas Kandagatla (srinivas.kandagatla) |
Component: | USB | Assignee: | David Brownell (dbrownell) |
Status: | REJECTED INVALID | ||
Severity: | normal | CC: | greg, srinivas.kandagatla |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.17 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 5089 |
Description
Srinivas Kandagatla
2006-08-01 20:30:12 UTC
It's perfectly valid for low or full speed devices to report themselves as supporting USB 2.0 ... and Linux hosts don't really care. Problems reading descriptors don't relate to that issue, in any case. They're separate. You didn't say what peripheral controller your device is using. I'll speculate the true bug is that its driver doesn't issue protocol stalls (on ep0) correctly. |