<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/tinyusb/class/hid_host_keyboard.c, branch codex/class-reference-docs</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/tinyusb/class/hid_host_keyboard.c?h=codex%2Fclass-reference-docs</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/tinyusb/class/hid_host_keyboard.c?h=codex%2Fclass-reference-docs'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2013-03-26T04:41:41Z</updated>
<entry>
<title>start merge hidh_keyboard back to hidh</title>
<updated>2013-03-26T04:41:41Z</updated>
<author>
<name>hathach</name>
<email>thachha@live.com</email>
</author>
<published>2013-03-26T04:41:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=54acee1fc80ce6f3ba86c91db4409e1ebfbda638'/>
<id>urn:sha1:54acee1fc80ce6f3ba86c91db4409e1ebfbda638</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove multiple instances per device for hidh keyboard (no needed)</title>
<updated>2013-03-25T15:06:00Z</updated>
<author>
<name>hathach</name>
<email>thachha@live.com</email>
</author>
<published>2013-03-25T15:06:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ff03b452d9097c8fc40bebe115f6d5979aa6ed08'/>
<id>urn:sha1:ff03b452d9097c8fc40bebe115f6d5979aa6ed08</id>
<content type='text'>
- API retain though
</content>
</entry>
<entry>
<title>refractor hidh_keyboard_open</title>
<updated>2013-03-25T13:57:27Z</updated>
<author>
<name>hathach</name>
<email>thachha@live.com</email>
</author>
<published>2013-03-25T13:57:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a2031e6218c783c5bdd4cc37ede4f32ad19d979d'/>
<id>urn:sha1:a2031e6218c783c5bdd4cc37ede4f32ad19d979d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix const discard warning</title>
<updated>2013-03-25T11:07:33Z</updated>
<author>
<name>hathach</name>
<email>thachha@live.com</email>
</author>
<published>2013-03-25T11:07:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f5e7644a1e05f92149ce4fe3e16ed64120fb46bf'/>
<id>urn:sha1:f5e7644a1e05f92149ce4fe3e16ed64120fb46bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add more test and complete keyboard open</title>
<updated>2013-03-25T10:57:33Z</updated>
<author>
<name>hathach</name>
<email>thachha@live.com</email>
</author>
<published>2013-03-25T10:57:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2622cc487bb4a35a0ded8512255d21a78807a4f5'/>
<id>urn:sha1:2622cc487bb4a35a0ded8512255d21a78807a4f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add several helper function</title>
<updated>2013-03-25T10:39:22Z</updated>
<author>
<name>hathach</name>
<email>thachha@live.com</email>
</author>
<published>2013-03-25T10:39:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d0a73f4b0d6d25d5f6a08f3b519241cec4e2a535'/>
<id>urn:sha1:d0a73f4b0d6d25d5f6a08f3b519241cec4e2a535</id>
<content type='text'>
add test &amp; code for hidh_keyboard_open_subtask
- skip parsing HID descriptor for keyboard
</content>
</entry>
<entry>
<title>remove obsolete TUSB_CFG_HOST_HID_KEYBOARD_ENDPOINT_SIZE</title>
<updated>2013-03-25T09:02:24Z</updated>
<author>
<name>hathach</name>
<email>thachha@live.com</email>
</author>
<published>2013-03-25T09:02:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c026a9f2e0aca713c7cb5f08eb40018f7f16e1be'/>
<id>urn:sha1:c026a9f2e0aca713c7cb5f08eb40018f7f16e1be</id>
<content type='text'>
temporarily ignore test for hid_host.c due to ceedling linking issue with weak symbol
implement hidh_open_subtask driver to subclass open
rename hidh_keyboard_install to hidh_keyboard_open_subtask
</content>
</entry>
<entry>
<title>able to build test hidh</title>
<updated>2013-03-25T06:51:44Z</updated>
<author>
<name>hathach</name>
<email>thachha@live.com</email>
</author>
<published>2013-03-25T06:51:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=45db7b4a533c8f4693167e120cc8285b29b4794f'/>
<id>urn:sha1:45db7b4a533c8f4693167e120cc8285b29b4794f</id>
<content type='text'>
hack include in hid_host_keyboard.h
</content>
</entry>
<entry>
<title>separate hidh_keyboard from hid_host</title>
<updated>2013-03-25T06:08:40Z</updated>
<author>
<name>hathach</name>
<email>thachha@live.com</email>
</author>
<published>2013-03-25T06:08:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ddeec330fabaa1b41cbd359e268a84334cfac65e'/>
<id>urn:sha1:ddeec330fabaa1b41cbd359e268a84334cfac65e</id>
<content type='text'>
move test hid related to its own folder
</content>
</entry>
</feed>
