mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2025-02-20 11:38:25 -06:00
Fix communication with low speed devices in OHCI driver (issue #6).
This commit is contained in:
parent
4078b7760e
commit
6c79f4d214
@ -117,7 +117,7 @@
|
||||
#define OHCI_ED_DIR_IN 0x00001000 // Direction is IN
|
||||
#define OHCI_ED_SPD 0x00002000 // Speed
|
||||
#define OHCI_ED_SPD_FULL 0x00000000 // Speed is Full Speed
|
||||
#define OHCI_ED_SPD_LOW 0x00001000 // Speed is Low Speed
|
||||
#define OHCI_ED_SPD_LOW 0x00002000 // Speed is Low Speed
|
||||
#define OHCI_ED_SKIP 0x00004000 // Skip
|
||||
#define OHCI_ED_FMT 0x00008000 // Format
|
||||
#define OHCI_ED_FMT_GEN 0x00000000 // Format is General TD
|
||||
|
Loading…
Reference in New Issue
Block a user