Commit Graph

25 Commits

Author SHA1 Message Date
Ryzee119 cf9646166a OHCI: Use enum instead of magic number 2022-06-13 15:48:36 +09:30
Ryan Wendland 88bd1e02d6 ohci: Add ability to separate physical and virtual memory 2022-06-13 15:48:36 +09:30
Ryan Wendland 74541f9cc4 ohci: Set skip on ed prior to removal 2022-06-13 15:48:35 +09:30
Ryan Wendland a709d34ecb ohci: Fix bug in ed removal 2022-06-05 11:21:19 +09:30
Ryzee119 3aede1ddf2 ohci: Direct port commands to the correct rhport. 2022-06-05 11:21:19 +09:30
Ryzee119 c8acb635e2 ohci: Force reset of devices already connected on power up 2022-06-05 11:20:58 +09:30
Ryzee119 397d1eb7ba ohci: Wait POTG time after port power 2022-06-04 14:50:00 +09:30
Ryzee119 ac61a936d3 ohci: Toggle frameinterval bit on update 2022-06-04 14:50:00 +09:30
Ryzee119 96fcad8b0e ohci: Leave SMM or bios mode during init 2022-06-04 14:50:00 +09:30
Ryzee119 fb24348603 ohci: Support configurable number of roothub ports 2022-06-04 14:49:59 +09:30
hathach 45052c625e
Merge branch 'master' into pio-host 2022-03-20 00:51:00 +07:00
hathach 7480c2e46b correct qhd and qtd count for ehci/ohci 2022-03-04 21:04:52 +07:00
hathach 96165a1950 rename HCD_MAX_XFER to CFG_TUH_ENDPOINT_MAX
minor clean up
2022-03-04 17:07:04 +07:00
hathach 635fb9dcdd try to fix ci 2022-03-02 12:33:47 +07:00
hathach 11c89d43ab more internal rename 2022-02-26 17:06:50 +07:00
hathach 89115253da internal symbol rename 2022-02-25 22:45:05 +07:00
hathach 31aa077cb0 rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLED 2022-02-25 18:35:21 +07:00
hathach 5af989384b remove ep descriptor wMaxPacketSize bitfield due to endian issue 2021-10-24 13:11:21 +07:00
hathach 75cd593b60 add hcd_devtree_get_info()
remove usbh_hcd.h
2021-08-23 17:00:41 +07:00
hathach c7f51cde40 implement usbh_edpt_busy (WIP), remove hcd_edpt_busy 2021-06-10 17:19:21 +07:00
hathach 7e6cba7359 remove hcd_edpt_stalled() 2021-06-10 16:55:12 +07:00
hathach bc0a0386e9
clean up 2021-05-31 18:41:08 +07:00
hathach 31077f48d2
correct ohci endpoint address in xfer complete 2021-05-31 18:16:07 +07:00
hathach da8000d42d
clean up ohci, remove obsolete api 2021-05-31 16:34:16 +07:00
hathach 451650fa32 move ehci and ohci to portable folder 2021-02-23 23:09:48 +07:00