<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/host/hub.h, branch 0.18.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/host/hub.h?h=0.18.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/host/hub.h?h=0.18.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2024-03-22T09:12:57Z</updated>
<entry>
<title>implement tuh_init()</title>
<updated>2024-03-22T09:12:57Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-03-22T09:12:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e84c9f3e221092687808f175e1e19732a10fea72'/>
<id>urn:sha1:e84c9f3e221092687808f175e1e19732a10fea72</id>
<content type='text'>
change usbh driver init() return type from void to bool
</content>
</entry>
<entry>
<title>adding deinit() stub for usbh/hcd class driver</title>
<updated>2024-03-22T04:42:33Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-03-22T04:42:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=74bd2647589790b3bee49146774133c2061a34fe'/>
<id>urn:sha1:74bd2647589790b3bee49146774133c2061a34fe</id>
<content type='text'>
add TUSB_VERSION_BUILD, also add TUSB_VERSION_NUMBER
</content>
</entry>
<entry>
<title>rename user_arg to user_data</title>
<updated>2022-03-17T15:37:51Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-03-17T15:37:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f89ff939d8088135cedaa4e4f3885f88d1670529'/>
<id>urn:sha1:f89ff939d8088135cedaa4e4f3885f88d1670529</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename tuh_control_xfer_t to tuh_xfer_t</title>
<updated>2022-03-17T13:52:16Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-03-17T13:52:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=55428d7dd215eb2e69a1f654ccc4730525b509d6'/>
<id>urn:sha1:55428d7dd215eb2e69a1f654ccc4730525b509d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rework usbh enumeration process using user arg from control transfer as state</title>
<updated>2022-03-12T07:20:57Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-03-12T07:20:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a5a565f7eb85c4d1ad43d74b1baf1f61dcf0a5b5'/>
<id>urn:sha1:a5a565f7eb85c4d1ad43d74b1baf1f61dcf0a5b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rework usbh control xfer</title>
<updated>2022-03-11T14:57:55Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-03-11T14:57:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=bcdeb386cc4d3afb3d7213c961e4611e511c4e97'/>
<id>urn:sha1:bcdeb386cc4d3afb3d7213c961e4611e511c4e97</id>
<content type='text'>
- change API of tuh_control_xfer and its callback
- rename tuh_control_complete_cb_t to tuh_control_xfer_cb_t
- add user argument to control callback
- migrate usbh and hub
</content>
</entry>
<entry>
<title>fix enumeration issue when plugging hub with multiple devices attached</title>
<updated>2022-03-10T16:16:59Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-03-10T16:16:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=66c933fb61ee01ba640f39a9328b4892d16bb225'/>
<id>urn:sha1:66c933fb61ee01ba640f39a9328b4892d16bb225</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change host driver open return type to bool</title>
<updated>2021-08-20T12:31:38Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-20T12:31:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=22a5b1608c0949d46f8e346878bff730712858e4'/>
<id>urn:sha1:22a5b1608c0949d46f8e346878bff730712858e4</id>
<content type='text'>
the descriptor len used by driver will be calculated by usbh
</content>
</entry>
<entry>
<title>change usbh open driver to have max_len and return driver len</title>
<updated>2021-06-28T10:39:57Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-06-17T04:58:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5811122cfd04b84c8760991e287e29fc424453fd'/>
<id>urn:sha1:5811122cfd04b84c8760991e287e29fc424453fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add hub_port_set_feature()</title>
<updated>2021-05-31T08:19:07Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-05-31T08:18:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=65e5872d8109f7f12c48c52a5fdd537e676b0514'/>
<id>urn:sha1:65e5872d8109f7f12c48c52a5fdd537e676b0514</id>
<content type='text'>
</content>
</entry>
</feed>
