refactor hub class
- separate connect/disconnect handling - hub work with full speed, but doesn't seem to work with Low speed device (with mcb1800) - need to update msc host after migrating from isr to xfer_cb (blocked at inquiry)
This commit is contained in:
@@ -55,10 +55,11 @@ typedef struct
|
||||
|
||||
union
|
||||
{
|
||||
// Attach, Remove
|
||||
struct {
|
||||
uint8_t hub_addr;
|
||||
uint8_t hub_port;
|
||||
} attach, remove;
|
||||
} connection;
|
||||
|
||||
// XFER_COMPLETE
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user