Posts Tagged ‘profusion’

ProFUSION on the kernel development statistics for 2.6.35

A recent article from lwn.net shows ProFUSION in the most active employers for networking stuff in the 2.6.35 release cycle.  That was due to the work we did in the Bluetooth stack implementing the L2CAP Extended Features (see older post in this blog to learn about L2CAP Extended Features).  Nice!

L2CAP Enhanced Retransmission Mode getting stable

After more than 4 months working daily at ERTM, here at ProFUSION, we have now a functional and much more stable implementation. Several potential crashes have been fixed, and missing features were added. Also the code was checked against the Profile Tuning Suite(PTS) test software. That software is the official test software from Bluetooth SIG [...]

Now git tree hosted at kernel.org

Some days ago I requested  a account to the kernel.org admins, today I finished to setup my kernel git tree there.  If you were following my git tree at git.profusion.mobi please change your remote to the kernel.org one. git clone git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-testing.git You can also browse on the gitweb view here. =)

L2CAP Extended Features

Here at ProFUSION I’m working to finish the L2CAP Extended Features introduced in the Core Specification Addendum 1 of the Bluetooth Specification. As you can see in older posts in this blog I have started that implementation by myself during the last year’s Google Summer of Code. The project was too big and I wasn’t [...]

BlueZ module for Enlightenment

In the last month I’ve been working on the Bluetooth Manager module for the Enlightenment Window Manager using the BlueZ infraestructure. The module is still pretty simple. The supported features now are Scan of Devices, Pairing and set/get of some adapter’s properties (Name, Powered, DiscoverableTimeout and Discoverable and Address). To Build the module I’ve created [...]