<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/class/hid/hid_host.h, branch 0.16.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.16.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/class/hid/hid_host.h?h=0.16.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2023-11-24T11:35:00Z</updated>
<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>
<entry>
<title>change meaning of CFG_TUH_HID to total number of HID interfaces supported.</title>
<updated>2023-03-21T14:04:06Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-03-21T14:04:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d22fc550c76f0d2c5d980a253161e95f1a853309'/>
<id>urn:sha1:d22fc550c76f0d2c5d980a253161e95f1a853309</id>
<content type='text'>
- previously CFG_TUH_HID is max number of interfaces per device which is
rather limited and consume more resources than needed.
- change hid host instance in API to index
</content>
</entry>
<entry>
<title>Updated host hid_controller example to demo tuh_hid_send_report</title>
<updated>2023-03-13T09:31:25Z</updated>
<author>
<name>James Smith</name>
<email>jmsmith86@gmail.com</email>
</author>
<published>2023-02-10T02:42:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=296ce528fcc3632205cb7f6f5a2f386169fdbf36'/>
<id>urn:sha1:296ce528fcc3632205cb7f6f5a2f386169fdbf36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implemented tuh_hid_send_report</title>
<updated>2023-03-13T09:31:25Z</updated>
<author>
<name>James Smith</name>
<email>jmsmith86@gmail.com</email>
</author>
<published>2023-02-08T03:46:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f6774d561148c7c2f41b66234d080e9dfd514551'/>
<id>urn:sha1:f6774d561148c7c2f41b66234d080e9dfd514551</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2022-12-04T12:43:23Z</updated>
<author>
<name>Bastien Nocera</name>
<email>hadess@hadess.net</email>
</author>
<published>2022-12-04T06:58:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6a2cf6728906aa61b44ecfe43b4ceef287b29bf8'/>
<id>urn:sha1:6a2cf6728906aa61b44ecfe43b4ceef287b29bf8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add tuh_hid_receive_report() for applicaiton to explicitly request report</title>
<updated>2021-08-23T04:00:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-08-23T04:00:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=800f85329ea21bdefc778c246c8098dea12fb402'/>
<id>urn:sha1:800f85329ea21bdefc778c246c8098dea12fb402</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>
</feed>
