<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libusbhid/parse.c, branch stable/6</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F6</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F6'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-02-11T21:09:13Z</updated>
<entry>
<title>Do not cast dval.</title>
<updated>2004-02-11T21:09:13Z</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2004-02-11T21:09:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e898d5ad974c983c347a825ef796bf588ec02a5a'/>
<id>urn:sha1:e898d5ad974c983c347a825ef796bf588ec02a5a</id>
<content type='text'>
Make global _usage_page unsigned.

Reviewed by:	imp (mentor)
</content>
</entry>
<entry>
<title>The report size is not a local item, so don't clear it when clearing local items.</title>
<updated>2004-01-28T00:05:22Z</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2004-01-28T00:05:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8f63fe015f143a0838a5192f50ce86ca0f4f3d07'/>
<id>urn:sha1:8f63fe015f143a0838a5192f50ce86ca0f4f3d07</id>
<content type='text'>
PR:	misc/58971
Reviewed by:	imp (mentor), mdodd
Obtained from:	NetBSD
</content>
</entry>
<entry>
<title>Sync with NetBSD.</title>
<updated>2003-04-09T01:52:49Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2003-04-09T01:52:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cf0e07e504093d39ee5a0782b88ad372a9893643'/>
<id>urn:sha1:cf0e07e504093d39ee5a0782b88ad372a9893643</id>
<content type='text'>
- Bump shared library version on libusbhid.
- Retire libusbhid.h; it is called usbhid.h now.
- hid_start_parse() takes a third argument.
- hid_locate() takes a fifth argument.
- hid_report_size() order of arguments changes.
- Other changes, including formatting and whitespace.

Bump __FreeBSD_version.

This change will break all third party applications that rely on previous
FreeBSD specific behavior.
</content>
</entry>
<entry>
<title>MF NetBSD:</title>
<updated>2003-04-07T00:49:53Z</updated>
<author>
<name>Matthew N. Dodd</name>
<email>mdodd@FreeBSD.org</email>
</author>
<published>2003-04-07T00:49:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=234e6b87fa54bdffd4589a7e4ee7cf7138381de6'/>
<id>urn:sha1:234e6b87fa54bdffd4589a7e4ee7cf7138381de6</id>
<content type='text'>
- Reduce diffs with NetBSD.
  - Formatting and explicit values for enum declaration.
  - Order of prototypes.
  - zero report_size in hid_clear_local()
  - errx() needs no newline
  - Don't initialie variable in declaration in hid_parse_usage_in_page().
- Use fmtcheck() in hid_usage_in_page().
</content>
</entry>
<entry>
<title>Finish the libusb.h -&gt; libusbhid.h migration.</title>
<updated>2002-03-28T11:42:45Z</updated>
<author>
<name>Josef Karthauser</name>
<email>joe@FreeBSD.org</email>
</author>
<published>2002-03-28T11:42:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5450b5b0c29031a79721df67ec5c3cd04fa2f2e1'/>
<id>urn:sha1:5450b5b0c29031a79721df67ec5c3cd04fa2f2e1</id>
<content type='text'>
MFC after:	7 days
</content>
</entry>
<entry>
<title>Add __FBSDID()s to libusb</title>
<updated>2001-09-30T22:30:55Z</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2001-09-30T22:30:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=209040d8b082e1336825807edbce8fe65c244860'/>
<id>urn:sha1:209040d8b082e1336825807edbce8fe65c244860</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sync with NetBSD:</title>
<updated>2000-10-16T18:13:59Z</updated>
<author>
<name>Nick Hibma</name>
<email>n_hibma@FreeBSD.org</email>
</author>
<published>2000-10-16T18:13:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b425e3194780686c46c4dd3d01f71029a97c0284'/>
<id>urn:sha1:b425e3194780686c46c4dd3d01f71029a97c0284</id>
<content type='text'>
K&amp;R -&gt; ANSI

Bugfix: 'Keep the bit position even when the report descriptor says POP.'

Add hid_use_report_desc, hid_parse_usage_page, hid_parse_usage_in_page.

Changed iface for hid_report_size.
</content>
</entry>
<entry>
<title>Remove DIAGASSERT</title>
<updated>2000-07-07T08:15:19Z</updated>
<author>
<name>Nick Hibma</name>
<email>n_hibma@FreeBSD.org</email>
</author>
<published>2000-07-07T08:15:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=96102cae1aadfdceacc38bbfaa886ac799fef7ae'/>
<id>urn:sha1:96102cae1aadfdceacc38bbfaa886ac799fef7ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The USB library from NetBSD by Lennart Augustsson &lt;lennart@augustsson.net&gt;.</title>
<updated>2000-06-11T18:19:14Z</updated>
<author>
<name>Nick Hibma</name>
<email>n_hibma@FreeBSD.org</email>
</author>
<published>2000-06-11T18:19:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9e2046dfecbbdda2ba5060c92f583d78cca04bcb'/>
<id>urn:sha1:9e2046dfecbbdda2ba5060c92f583d78cca04bcb</id>
<content type='text'>
</content>
</entry>
</feed>
