Hi Mikel, On 10/21/2011 11:51 AM, Mikel Astiz wrote: > Modifications to the previously proposed patches, according to the review. > > Mikel Astiz (12): > include: Voice recognition in handsfree public api > handsfree: Implement voice recognition function > hfpmodem: Support for AT+BVRA > doc: Handsfree exposes supported AG features > handsfree: Supported AG features exposed in D-Bus > hfpmodem: Report features supported by AG > hfpmodem: Avoid segfault in network-registration > hfpmodem: Avoid segfault in call-volume > hfpmodem: Avoid segfault in handsfree > devinfo: avoid crash if query_model not supported > hfpmodem: devinfo atom added to export BT address > hfp_hf: BT address exposed through Serial property > > Makefile.am | 1 + > doc/handsfree-api.txt | 9 ++- > drivers/hfpmodem/call-volume.c | 8 ++- > drivers/hfpmodem/devinfo.c | 109 +++++++++++++++++++++++++ > drivers/hfpmodem/handsfree.c | 62 ++++++++++++++- > drivers/hfpmodem/hfpmodem.c | 2 + > drivers/hfpmodem/hfpmodem.h | 3 + > drivers/hfpmodem/network-registration.c | 9 ++- > include/handsfree.h | 7 ++ > plugins/hfp_hf.c | 4 + > src/handsfree.c | 133 +++++++++++++++++++++++++++++++ > src/modem.c | 1 + > 12 files changed, 344 insertions(+), 4 deletions(-) > create mode 100644 drivers/hfpmodem/devinfo.c > All patches in this series except patch 5 and 12 have been applied. See my comments for those two patches. Regards, -Denis