newsUSBB2K-API - News

 
 
Show details for the latest news.

Latest News Approved
Experimental P4K support in the Linux kernel module
     posted by hve, Tue 21 Feb 2006 10:37:03 AM UTC - 5 replies

Based on Steves reverse engineering there's now experimental support for the P4K phone.

The module has an additional parameter "default_model" that will pre configure the phone to either a P1K or a P4K.

  insmod yealink.ko default_model=P1K [...]

cvs update
     posted by yasha_vo, Mon 31 Oct 2005 04:36:37 PM UTC

- bug fix in usbb2k-api
- new ring tone for ubb2k-api

Ringtone support for USB-P1K added
     posted by hve, Wed 13 Jul 2005 10:56:47 AM UTC

The CVS version now contains some experimental ringtone support.

For example:
  echo -n RING > /sys/..../show_icon  
  sleep 10
  echo -n RING > /sys/..../hide_icon

You should be able to customise the ringtone via: /sys/.../ringtone
by writing a binary initialisation string. (see yealink.h defalt_ringtone for format)

cheers,

hve

Linux kernel module for the USB-P!K phone added!
     posted by hve, Wed 22 Jun 2005 08:00:14 PM UTC

This project is now also home of a kernel module for the USB-P1K

Checkout:

export CVS_RSH="ssh"
cvs -z3 -d:ext:anoncvs@savannah.nongnu.org:/cvsroot/usbb2k-api co yealink-module

Major Update
     posted by yasha_vo, Thu 09 Jun 2005 10:13:52 AM UTC

- pthread function
- claimd interface detach usbhid if failed (now it's working on FC3)
- python gui for teststing the api
- sample of gnomemeeting DBUS connector (alpha stage)

Initial code now available in CVS repository.
     posted by yasha_vo, Tue 17 May 2005 11:46:53 AM UTC

Initial code now available in CVS repository.
The so far implemented daemon is now available through the CVS. The actual version can work but still needs to be cleaned up and bugtracked.

Back to the top

Powered by Savane 3.13-cf05.
Corresponding source code