| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Submitted by: kan
MFC after: 1 week
|
|
|
|
|
| |
Submitted by: kan
MFC after: 1 week
|
|
|
|
|
|
|
| |
warnings.
Submitted by: kan
MFC after: 1 week
|
|
|
|
| |
panther is down at the moment, so better fix will follow later.
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
is more than one HCI node present
- Use errx(3) instead of err(3) if there is no HCI node present as errno
is 0 in this case and the resulting error message wouldn't make much sense
Approved by: emax (mentor)
|
|
|
|
|
|
|
|
|
| |
that the '-n' parameter is now optional
- Grammar fixes
Reviewed by: emax
Approved by: emax
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
| |
parameter optional.
- Add Read_Node_List command which prints a list of available HCI nodes,
their Netgraph IDs and connected hooks
Reviewed by: emax
Approved by: emax
MFC after: 1 week
|
|
|
|
|
| |
Submitted by: Iain Hibbert
MFC after: 3 days
|
|
|
|
|
|
| |
PR: bin/94577
Submitted by: Krzysztof Jedruczyk < beaker at hot dot pl >
MFC after: 3 days
|
|
|
|
|
| |
Noticed by: Iain Hibbert < plunky at rya-online dot net >
MFC after: 3 days
|
| |
|
|
|
|
|
| |
Submitted by: Iain Hibbert < plunky at rya-online dot net >
MFC after: 3 days
|
|
|
|
|
| |
Submitted by: Iain Hibbert < plunky at rya-online dot net >
MFC after: 3 days
|
|
|
|
|
|
|
|
| |
version strings up to Bluetooth 2.0
- Update manufacturer list
Approved by: emax
MFC after: 3 days
|
|
|
|
|
| |
Approved by: emax
MFC after: 3 days
|
|
|
|
|
|
|
| |
- Reword one sentence
Approved by: brueffer
MFC after: 3 days
|
|
|
|
|
|
| |
- Fix two typos in comments
Approved by: emax
|
|
|
|
|
| |
Noticed by: Ronald Klop
MFC after: 1 day
|
|
|
|
|
|
|
|
| |
register, remove or change services in the local database. For now only
accept the request if the peer has effective user ID the same as 'root'
user ID.
MFC after: 1 week
|
|
|
|
|
| |
Submitted by: Jonatan B < onatan at gmail dot com >
MFC after: 3 days
|
|
|
|
|
|
|
|
| |
that have at least 3 characters.
MFC after: 1 week
Thanks to: Music band ``Chingon''
for keeping me company while searching for these.
|
|
|
|
|
|
|
| |
- s/spdcontrol/sdpcontrol/
Approved by: re (hrs, rwatson), brueffer
MFC after: 3 days
|
|
|
|
|
|
| |
128-bit UUID libsdp(3). Fix 128-bit UUID printing in sdpcontrol(8).
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
That should fix the problem with invalid PSM returned from bthidcontrol.
Pointy hat goes to me.
PR: misc/76107
Submitted by: Hiroyuki Aizu < aizu at navi dot org >
MFC after: 1 day
|
| |
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
|
|
|
| |
class is a reserved word in C++
Submitted by: Markus Brueffer < markus AT brueffer DOT de >
MFC after: 3 days
|
|
|
|
| |
OK'ed by: core
|
| |
|
| |
|
|
|
|
| |
any fake value.
|
|
|
|
|
|
|
|
| |
Bump WARNS level to 2
PR: bin/71668
Submitted by: Dan Lukes <dan@obluda.cz>
MFC after: 3 days
|
|
|
|
| |
Update md5 hash
|
| |
|
|
|
|
|
|
|
|
| |
Update man pages to document this fact.
- Update usage messages
- Change u_intXXX to uintXXX
|
|
|
|
|
|
|
|
|
|
|
| |
instead of BD_ADDRs
- Convert BD_ADDRs in l2ping(8) output into the human readable names via
bt_gethostbyaddr(3)
- Introduce and document '-n' - numberic output option
Suggested by: Anil Madhavapeddy <anil at recoil dot org>
|
| |
|
|
|
|
| |
PR: bin/67906
|
|
|
|
|
| |
them earlier. Thanks to Mike Crosland (mcrosland at xs4all.nl) for pointing
them out.
|
|
|
|
|
|
| |
disappearing from the tree. We already were splitting the baby (using
the symbol for the vendor BROADCOM, but not for the device). Use
#defines for both.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|