summaryrefslogtreecommitdiffstats
path: root/drivers/hfpmodem/hfpmodem.c
AgeCommit message (Collapse)AuthorFilesLines
2013-12-21git: Fixup messed up permissionsDenis Kenzior1-0/+0
2013-12-18siri: Add atom driverKrzysztof Wilk1-0/+2
2011-10-21hfpmodem: devinfo atom added to export BT addressMikel Astiz1-0/+2
2011-10-10drivers: Update copyright informationMarcel Holtmann1-1/+1
2011-09-09hfpmodem: Add skeleton driver implemenetationMikel Astiz1-0/+2
2011-07-21hfp_hf: Reorganize common code into hfpmodemDenis Kenzior1-8/+1
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-11-11Add call volume support for hfpmodemZhenhua Zhang1-0/+2
The call volume driver listens the speaker volume and microphone gain from the AG. It also allow to synchronze the speaker and microphone volume changes with the AG through AT+VGS and AT+VGM. Volume level synchronization from HFP spec 1.5 Section 4.28.2 is performed on startup.
2009-11-03Create network registration driver for hfpmodemGustavo F. Padovan1-0/+2
This driver handles phone informations about registration status, signal strength and roaming status listening +CIEV commands. It also gets the Network Operator name with +COPS commands.
2009-10-28Add voicecall driver for Bluetooth HFPZhenhua Zhang1-0/+3
HFP voicecall driver uses AT+CIEV indicator to notify call status update according to Bluetooth HFP spec v1.5. This patch only adds single call support.
2009-10-19Rename: drivers/hfpmodem/hfp.[ch] to hfpmodem.[ch]Denis Kenzior1-0/+52
Be more consistent with other drivers