<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.sbin/bluetooth/bthidd/server.c, branch master</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=master</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2018-04-30T12:16:54Z</updated>
<entry>
<title>bthidd(8): Add evdev protocol support for bluetooth keyboards and mouses</title>
<updated>2018-04-30T12:16:54Z</updated>
<author>
<name>Vladimir Kondratyev</name>
<email>wulf@FreeBSD.org</email>
</author>
<published>2018-04-30T12:16:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=44af5666d96e9249c98eaee767dc8f5203c7e5dc'/>
<id>urn:sha1:44af5666d96e9249c98eaee767dc8f5203c7e5dc</id>
<content type='text'>
User-visible changes:

"-u" is added to to list of command line options supported by bthidd.
Use it to enable evdev support. uinput and evdev modules should be
kld-loaded or compiled into the kernel in that case.

bthidd_evdev_support rc.conf variable is added to control enabling of
evdev support in bthidd startup script. Possible values are: "YES", "NO",
"AUTO"(default). Setting bthidd_evdev_support to "AUTO" inserts "-u" option
if kernel is compiled with EVDEV_SUPPORT option enabled.

Support for consumer HID usage page keyboard events is implemented. Most of
them are available only through evdev protocol.

kern.evdev.rcpt_mask sysctl is checked, so "sysctl kern.evdev.rcpt_mask=12"
should be executed if EVDEV_SUPPORT is compiled into kernel.

It is recommended to regenerate bthidd.conf entries with bthidcontrol(8)
"Query" command to set user-friendly names of bluetooth devices.

Reviewed by:	emax, gonzo, wblock (docs), bcr (docs, early version)
Differential Revision:	https://reviews.freebsd.org/D13456
</content>
</entry>
<entry>
<title>various: general adoption of SPDX licensing ID tags.</title>
<updated>2017-11-27T15:37:16Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-27T15:37:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1de7b4b805ddbf2429da511c053686ac4591ed89'/>
<id>urn:sha1:1de7b4b805ddbf2429da511c053686ac4591ed89</id>
<content type='text'>
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

No functional change intended.
</content>
</entry>
<entry>
<title>bthidd(8): Add support for Apple's magic mouse</title>
<updated>2017-08-12T21:23:33Z</updated>
<author>
<name>Vladimir Kondratyev</name>
<email>wulf@FreeBSD.org</email>
</author>
<published>2017-08-12T21:23:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a9a8884bf90435d09372d6f2ca39be62b38e5966'/>
<id>urn:sha1:a9a8884bf90435d09372d6f2ca39be62b38e5966</id>
<content type='text'>
Note: Mouse's bthidd.conf record should contain vendor and device IDs
to make proper device detection. If it does not contain IDs,
regenerate record with "Query" command of recent bthidcontrol(8).

Submitted by:		Dirk Engling &lt;erdgeist@erdgeist.org&gt;
Reviewed by:		emax
Approved by:		bapt (mentor), gonzo (mentor)
Differential Revision:	https://reviews.freebsd.org/D3702
</content>
</entry>
<entry>
<title>Check l2cap socket initialisation and define L2CAP_SOCKET_CHECKED</title>
<updated>2015-04-07T16:48:23Z</updated>
<author>
<name>Takanori Watanabe</name>
<email>takawata@FreeBSD.org</email>
</author>
<published>2015-04-07T16:48:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8d6f425ddd8021ae2257ba9682f8844254ecdde1'/>
<id>urn:sha1:8d6f425ddd8021ae2257ba9682f8844254ecdde1</id>
<content type='text'>
This will fix build.
</content>
</entry>
<entry>
<title>Use socklen_t instead of int32_t where appropriate to pacify new GCC4</title>
<updated>2006-09-21T02:32:28Z</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2006-09-21T02:32:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=831a4264afc5501532d7072033f3e95e31253e35'/>
<id>urn:sha1:831a4264afc5501532d7072033f3e95e31253e35</id>
<content type='text'>
warnings.

Submitted by:	kan
MFC after:	1 week
</content>
</entry>
<entry>
<title>Update bthidd(8) code and hook it up to the build.</title>
<updated>2006-09-07T21:47:49Z</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2006-09-07T21:47:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7aebfa93acf5bdf0c27dce52dc6ec380d51455f8'/>
<id>urn:sha1:7aebfa93acf5bdf0c27dce52dc6ec380d51455f8</id>
<content type='text'>
bthidd(8) now was integrated with vkbd(4) and supports
multiple keyboards via vkbd(4)/kbdmux(4).

The code was tested with Apple Bluetooth keyboard and
SE k700i cell phone (remote control feature).

MFC after:	1 month
</content>
</entry>
<entry>
<title>Properly convert L2CAP PSM values in sockaddr_l2cap to LE16 byte order.</title>
<updated>2006-03-16T18:26:54Z</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2006-03-16T18:26:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=35929e60136107c8467bd04e49c4e8fc3422fa2e'/>
<id>urn:sha1:35929e60136107c8467bd04e49c4e8fc3422fa2e</id>
<content type='text'>
Noticed by:	Iain Hibbert &lt; plunky at rya-online dot net &gt;
MFC after:	3 days
</content>
</entry>
<entry>
<title>Fix problem with session termination. bthidd(8) maintains two L2CAP</title>
<updated>2005-05-18T23:03:44Z</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2005-05-18T23:03:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c46a9ea89b8b28ea182f332af1025907d2283df1'/>
<id>urn:sha1:c46a9ea89b8b28ea182f332af1025907d2283df1</id>
<content type='text'>
connections to Bluetooth HID device. As soon as Bluetooth HID device
is powered off (or goes out of RF range) the stack will terminate both
connections. File descriptors for both connections will become active
on next select(2) call. Because bthidd(8) processes file descriptors
in order, it will detect descriptor for one of the closed connections
first and kill the session. However, there is still a second (active)
descriptor that used to point to the same session. bthidd(8) used to
assert() if it cant find session by file descriptor, which was wrong.

While I'm here fix a couple of typos in parser.y

Reported by:	Eric Anderson anderson AT centtech DOT com
MFC after:	3 days
</content>
</entry>
<entry>
<title>Check in updated bthidd(8). This is still work in progress.</title>
<updated>2004-11-18T18:05:15Z</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2004-11-18T18:05:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3adfd74adb3765c991d7e7f378bd5e0158f8c889'/>
<id>urn:sha1:3adfd74adb3765c991d7e7f378bd5e0158f8c889</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Start committing Bluetooth HID (Human Interface Device) support.</title>
<updated>2004-04-10T00:18:00Z</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2004-04-10T00:18:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6490c2ffabe2a6e5df2545d164f1c257e0d471de'/>
<id>urn:sha1:6490c2ffabe2a6e5df2545d164f1c257e0d471de</id>
<content type='text'>
Note: bthidd(8) is still not complete. Need to commit kernel
support (a-la Linux /dev/input) to feed HID events into kernel.
Also need to write bthidd(8) and bthidd.conf(5) man pages.
</content>
</entry>
</feed>
