<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/class/hid/hid_host.h, branch 0.20.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/class/hid/hid_host.h?h=0.20.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/class/hid/hid_host.h?h=0.20.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2025-10-28T07:14:01Z</updated>
<entry>
<title>fix Identifiers that start with '__' or '_[A-Z]' are reserved.</title>
<updated>2025-10-28T07:14:01Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-10-28T06:21:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d92b810df7670aae0e195fd02abef5014470c2f7'/>
<id>urn:sha1:d92b810df7670aae0e195fd02abef5014470c2f7</id>
<content type='text'>
fix compiling with nuc family
</content>
</entry>
<entry>
<title>Update weak callbacks to new syntax</title>
<updated>2025-09-17T20:48:59Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2025-09-17T20:37:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=369a1ff5153a472327d2847c7bc7386309486b34'/>
<id>urn:sha1:369a1ff5153a472327d2847c7bc7386309486b34</id>
<content type='text'>
Signed-off-by: HiFiPhile &lt;admin@hifiphile.com&gt;
</content>
</entry>
<entry>
<title>Adding tuh_hid_get_report(...) to hid_host.h</title>
<updated>2024-04-10T08:46:57Z</updated>
<author>
<name>Luke A</name>
<email>arntsonl@gmail.com</email>
</author>
<published>2023-08-15T01:58:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=804a73a454f382ef7dd5377e6a564f516196fa5d'/>
<id>urn:sha1:804a73a454f382ef7dd5377e6a564f516196fa5d</id>
<content type='text'>
This allows USB host functionality to call HID_REQ_CONTROL_GET_REPORT on the IN Endpoint, and read the report buffer in the callback.
</content>
</entry>
<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>add tuh_hid_receive_abort() API</title>
<updated>2024-03-01T10:40:38Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-03-01T10:40:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4f5d80d3976fb0dc5cd190b1768225aacf34211b'/>
<id>urn:sha1:4f5d80d3976fb0dc5cd190b1768225aacf34211b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>minor update</title>
<updated>2023-11-24T11:35:00Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-11-24T11:35:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f469250fa34929b1890500b1d7abfb2a7bb7dcc5'/>
<id>urn:sha1:f469250fa34929b1890500b1d7abfb2a7bb7dcc5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add tuh_hid_set_default_protocol() to set default USB host HID protocol</title>
<updated>2023-11-24T11:27:03Z</updated>
<author>
<name>Xudong Zheng</name>
<email>7pkvm5aw@slicealias.com</email>
</author>
<published>2023-08-27T19:21:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2fed722b0004e64667df526043f3bfcb131d3ee3'/>
<id>urn:sha1:2fed722b0004e64667df526043f3bfcb131d3ee3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>implement tuh_hid_receive_ready() and tuh_hid_send_ready()</title>
<updated>2023-04-06T04:16:28Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-04-06T04:16:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6db24e0dbae248c865ec3ed0e5febcf341b489d4'/>
<id>urn:sha1:6db24e0dbae248c865ec3ed0e5febcf341b489d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add tuh_hid_itf_get_info() and change tuh_cdc_itf_get_info() to use new tuh_itf_info_t</title>
<updated>2023-03-22T03:00:42Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-03-22T03:00:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f27486e19abcc020c93c0c938c71e3692c21b9f5'/>
<id>urn:sha1:f27486e19abcc020c93c0c938c71e3692c21b9f5</id>
<content type='text'>
</content>
</entry>
</feed>
