summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/bluetooth/l2cap
Commit message (Collapse)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesimp2005-01-0713-13/+39
|
* Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g.glebius2004-12-011-9/+9
| | | | | | | This is done to keep both versions in RELENG_5 and support both APIs. Reviewed by: scottl Approved by: julian (mentor), implicitly
* Fix kernel build (caused by recent ng_{un}timeout API change)emax2004-11-032-13/+13
| | | | Submitted by: glebius
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-13/+11
| | | | | | | | Should make no binary difference. Submitted by: Gleb Smirnoff <glebius@cell.sick.ru> Reviewed by: Harti Brandt <harti@freebsd.org> MFC after: 1 week
* Address few style issues pointed out by bdeemax2004-04-276-54/+54
| | | | Reviewed by: bde, ru
* Make sure Bluetooth stuff can be compiled on amd64emax2004-04-095-23/+23
| | | | Submitted by: ps
* Change double include protection style in headers to matchemax2003-11-143-3/+3
| | | | | | | the rest of Netgraph code. Reviewed by: imp, ru Approved by: imp (mentor)
* Update Bluetooth code.emax2003-10-125-217/+274
| | | | | Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org> Approved by: M. Warner Losh <imp@bsdimp.com> (mentor)
* Part one of undating the bluetooth code to the newest versionjulian2003-05-1014-50/+261
| | | | | Submitted by: Maksim Yevmenkin <m_evmenkin@yahoo.com> Approved by: re@
* Back out M_* changes, per decision of the TRB.imp2003-02-194-14/+14
| | | | Approved by: trb
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-214-14/+14
| | | | Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
* The second try a committing the bluetooth codejulian2002-11-2014-0/+6363
Has been seen to work on several cards and communicating with several mobile phones to use them as modems etc. We are still talking with 3com to try get them to allow us to include the firmware for their pccard in the driver but the driver is here.. In the mean time it can be downloaded from the 3com website and loaded using the utility bt3cfw(8) (supplied) (instructions in the man page) Not yet linked to the build Submitted by: Maksim Yevmenkin <myevmenk@exodus.net> Approved by: re
OpenPOWER on IntegriCloud