Eitan Adler
839f11a4fe
A number of places in the source tree still reference cuad.* after
...
sio(4) was deprecated by uart(4).
s/cuad/cuau/g/
PR: docs/171533
Reviewed by: imp
Approved by: cperciva (implicit)
MFC after: 3 weeks
2012-12-08 22:16:36 +00:00
Maksim Yevmenkin
2dcf7e97da
make sure that socket's send and receive buffers are properly sized
...
Submitted by: Iain Hibbert plunky at rya-online dot net
MFC after: 3 weeks
2012-10-18 16:34:00 +00:00
Joel Dahl
e1656a8810
mdoc: add missing width argument to Bl -tag.
2012-06-03 06:57:47 +00:00
Baptiste Daroussin
5e2a209a27
Fix world after byacc import:
...
- old yacc(1) use to magicially append stdlib.h, while new one don't
- new yacc(1) do declare yyparse by itself, fix redundant declaration of
'yyparse'
Approved by: des (mentor)
2012-05-22 16:33:10 +00:00
Eitan Adler
50d675f7a9
Remove trailing whitespace per mdoc lint warning
...
Disussed with: gavin
No objection from: doc
Approved by: joel
MFC after: 3 days
2012-03-29 05:02:12 +00:00
Joel Dahl
7226ab98cf
Fix date.
2012-03-26 14:56:23 +00:00
Ulrich Spörlein
389ae6c65d
Touch up some more small typos missed in the previous round.
...
Reported by: Ben Kaduk <minimarmot@gmail.com> et al.
2012-01-05 21:36:45 +00:00
Stefan Farfeleder
45360108f8
Fix typos in command descriptions.
2011-12-31 12:12:41 +00:00
Ulrich Spörlein
3df5ecac8c
Spelling fixes for usr.sbin/
2011-12-30 10:58:14 +00:00
Ulrich Spörlein
f76b319989
Reencode files to UTF-8. Drop CP1252 em-dash.
2011-12-30 00:59:08 +00:00
Dimitry Andric
98e0f284ba
In usr.sbin/bluetooth/sdpd/server.c, don't use the size of a pointer as
...
the length argument to memset, but the size of the object pointed to.
MFC after: 1 week
2011-12-17 19:26:03 +00:00
Kevin Lo
de028133d4
Plug fd leaks
2011-11-23 10:27:18 +00:00
Ed Schouten
48a16a34d8
Remove redundant assignments to WARNS.
...
For these directories, WARNS is already implied to be 6.
2011-06-06 20:24:17 +00:00
Maksim Yevmenkin
a28cc643b1
Encode horizontal scroll events (AC Pan) as button presses (bit 5 and 6)
...
Submitted by: David Demelier demelier dot david at gmail dot com
MFC after: 1 week
2011-05-04 17:58:15 +00:00
Maksim Yevmenkin
9c6d3b9f93
Improve the man page and l2control's usage() a bit.
...
Submitted by: arundel
MFC after: 1 week
2011-04-19 16:21:57 +00:00
Maksim Yevmenkin
5fee5c92d0
Do not use word 'flood' as it not entirely correct. Use better 'no delay'
...
description. While here, replace atoi(3) with strtol(3).
Submitted by: arundel
MFC after: 1 week
2011-03-28 23:08:18 +00:00
Rebecca Cran
e267ef95d5
Don't generate input() since it's not used.
2010-11-22 14:16:22 +00:00
Maksim Yevmenkin
e97af4eedf
Add firmware downloader for Atheros AR3011 based USB Bluetooth devices.
...
Hardware donated by: Rusty Nejdl rnejdl at ringofsaturn dot com
Tested by: Rusty Nejdl rnejdl at ringofsaturn dot com
Tested by: Andrzej Tobola ato at iem dot pw dot edu dot pl
MFC after: 3 weeks
2010-11-12 19:43:12 +00:00
Maksim Yevmenkin
fc780ca17e
Make sure to only pickup hid_input items when parsing input reports.
...
As it turns out, libusbhid(3) also picks up hic_collection items even
though we explicitly requested hid_input items only.
Tested by: Buganini < buganini at gmail dot com >
MFC after: 1 week
2010-09-08 20:00:27 +00:00
Maksim Yevmenkin
33e98ade53
Do not request SDP attributes using ranges.
...
Apparently some devices do not like it.
MFC after: 1 week
Tested by: Buganini < buganini at gmail dot com >
2010-09-07 16:36:03 +00:00
Ulrich Spörlein
0b31f1f731
mdoc: move remaining sections into consistent order
...
This pertains mostly to FILES, HISTORY, EXIT STATUS and AUTHORS sections.
Found by: mdocml lint run
Reviewed by: ru
2010-05-13 12:08:11 +00:00
Ulrich Spörlein
0afc94c17a
mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the
...
bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention
CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put
them.
Found by: mdocml lint run
Reviewed by: ru
2010-05-13 12:07:55 +00:00
Kai Wang
ef6de0e1d8
Catch up with libusbhid merge (rev 205728).
...
hid_get_data() now expects that the hid data passed in always contains
the report ID byte. Thus we should not skip the the report ID byte in
hid_interrupt(). Also, if HUP_KEYBOARD usage is an array, do not try
to modify the 'data' pointer, instead, increase the hid_item_t field
'pos' by 'report_size' before calling hid_get_data() during each
iteration.
PR: usb/146367
Reported and tested by: Alex Deiter
Pointy hat to: kaiw
Reviewed by: emax
2010-05-09 09:20:25 +00:00
Ulrich Spörlein
7729e3ba40
Remove redundant WARNS?=6 overrides and inherit the WARNS setting from
...
the toplevel directory.
This does not change any WARNS level and survives a make universe.
Approved by: ed (co-mentor)
2010-03-02 18:44:08 +00:00
Maksim Yevmenkin
715238635d
Teach btpand(8) to recognized Bluetooth device node names.
...
Tested by: Daniel O'Connor <doconnor -at- gsoft -dot- com -dot- au>
MFC after: 3 days
2009-05-18 16:00:18 +00:00
Maksim Yevmenkin
dba59455b3
Fix bug in event timeout handling
...
Submitted by: mav
MFC after: 3 days
2009-04-17 23:33:30 +00:00
Andrew Thompson
bf41796c4e
Build fixups for the new USB stack.
2009-02-23 18:36:54 +00:00
Maksim Yevmenkin
d37245a0de
Clenup code a bit and do not call fork(2) before dameon(3) where not needed.
...
MFC after: 1 month
2009-02-04 22:04:06 +00:00
Maksim Yevmenkin
0721773085
Hook up btpand(8) to the build
...
MFC after: 1 month
2009-02-02 18:10:51 +00:00
Maksim Yevmenkin
905033dc11
Fix client mode. Pick up service availability changes.
...
Obtained from: NetBSD
MFC after: 1 month
2009-02-02 18:08:22 +00:00
Maksim Yevmenkin
7718ced0ea
Add btpand(8) daemon from NetBSD. This daemon provides support for
...
Bluetooth Network Access Point (NAP), Group Ad-hoc Network (GN) and
Personal Area Network User (PANU) profiles.
Obtained from: NetBSD
MFC after: 1 month
2009-01-30 22:23:21 +00:00
Maksim Yevmenkin
c169089a88
Straighten out those pesky SDP records for the Bluetooth
...
Service Discovery Application Profile.
Discussed with: Iain Hibbert of NetBSD plunky at rya dash online dot net
MFC after: 3 weeks
2008-11-25 21:54:42 +00:00
Maksim Yevmenkin
07f8cd18c6
Add mandatory "security description" SDP parameter to the PANU profile
...
Pointed-out by: Iain Hibbert < plunky at rya-online dot net >
MFC after: 3 days
2008-03-19 00:06:30 +00:00
Maksim Yevmenkin
13040bc96b
Add PSM and Load Factor SDP parameters to the BNEP based profiles
...
(NAP, GN and PANU). No reason to not to support them.
Separate SDP parameters data structures for the BNEP based profiles.
Generalize Service Availability SDP parameter creation.
Requested by: Iain Hibbert < plunky at rya-online dot net >
MFC after: 3 days
2008-03-18 18:21:39 +00:00
Maksim Yevmenkin
a09e09654c
Update usage() - add new -D option. While I'm here, update copyright
...
information and license formatting
MFC after: 1 day
2008-03-14 16:29:25 +00:00
Maksim Yevmenkin
f2505d7088
Add support for the NAP, GN and PANU profiles to the sdpd(8).
...
It should be mentioned that a somewhat similar patch was
submitted by Rako < rako29 at gmail dot com >
MFC after: 1 week
2008-03-11 16:51:07 +00:00
Maksim Yevmenkin
b1fae13507
Add an option to register DUN (Dial-Up Networking) service on the same
...
RFCOMM channel if needed. There is really no good reason to not to support
this. AT-command exchange can be faked with chat script in ppp.conf.
MFC after: 1 week
2008-03-06 00:37:29 +00:00
Maksim Yevmenkin
c7ff1a159c
Allow search for any UUID entered by user.
...
MFC after: 3 days
2007-11-04 21:24:33 +00:00
Ruslan Ermilov
71ce49ae8d
Fixed "make checkdpadd" (missing library dependencies).
...
Approved by: re (kensmith)
2007-10-01 18:15:11 +00:00
Pav Lucistnik
a60c1777ea
Add `accept dns' to rfcomm-server example
...
PR: docs/111320
Submitted by: James Flemer <jflemer@alum.rpi.edu>
No objection: emax
MFC after: 1 week
2007-05-13 18:59:22 +00:00
Maksim Yevmenkin
6bfc799ccf
Check that the length of the received message is at least as big as a PDU
...
before we use pdu->len.
Submitted by: Iain Hibbert
MFC after: 3 days
2007-02-23 19:37:47 +00:00
Maksim Yevmenkin
06912ebab3
Do not mark Bluetooth HID device as a "potential keyboard" if its descriptor
...
has items with CONSUMER page. For now only check for items with KEYBOARD page.
This should prevent bthidd(8) from allocating vkbd(4) keyboard for Microsoft
Bluetooth Explorer mouse.
Reported by: Eric Anderson
MFC after: 3 days
2006-11-27 22:52:11 +00:00
Markus Brueffer
cb233e74cf
- Grammar fixes
...
- Reword some sentences
- Use .Cm for arguments
- s/CAVEAT/CAVEATS/
Based on PR: docs/78174
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
Reviewed by: brueffer
Approved by: emax (mentor)
MFC after: 3 days
2006-11-13 01:13:28 +00:00
Maksim Yevmenkin
a85871a72c
Properly htole16() PSM in sockaddr_l2cap
...
MFC after: 3 days
2006-11-02 18:57:09 +00:00
Markus Brueffer
77814ea000
- Add a 'verbose' switch -v
...
- Only dump items that are being used for padding when being verbose. This
brings bthidcontrol in line with the behaviour of usbhidctl(1).
- Update the manpage accordingly
Approved by: emax
2006-10-31 00:26:58 +00:00
Markus Brueffer
f7b2cb32e1
- Grammar and typo fixes
...
- Rewording of some sentences
Reviewed by: brueffer
Approved by: emax (mentor)
MFC after: 3 days
2006-10-10 22:38:31 +00:00
Markus Brueffer
13d38e1a13
Fix a typo introduced in the last commit: WWW Refresh is 0x227, not 0227
...
Approved by: emax (mentor)
MFC after: 1 day
2006-10-09 22:27:23 +00:00
Maksim Yevmenkin
6e9bee6438
Pacify new GCC4 warnings.
...
Submitted by: kan
MFC after: 1 week
2006-09-21 17:16:37 +00:00
Maksim Yevmenkin
89facd824a
Get rid of extra const to pacify new GCC4 warnings.
...
Submitted by: kan
MFC after: 1 week
2006-09-21 02:41:04 +00:00
Maksim Yevmenkin
831a4264af
Use socklen_t instead of int32_t where appropriate to pacify new GCC4
...
warnings.
Submitted by: kan
MFC after: 1 week
2006-09-21 02:32:28 +00:00