Hi Andrew, On 12/04/2013 08:36 AM, Andrew Earl wrote: > --- > drivers/hfpmodem/slc.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/hfpmodem/slc.c b/drivers/hfpmodem/slc.c > index 38a9b2e..3a28a26 100644 > --- a/drivers/hfpmodem/slc.c > +++ b/drivers/hfpmodem/slc.c > @@ -63,6 +63,7 @@ void hfp_slc_info_init(struct hfp_slc_info *info, guint16 version) > info->hf_features |= HFP_HF_FEATURE_3WAY; > info->hf_features |= HFP_HF_FEATURE_CLIP; > info->hf_features |= HFP_HF_FEATURE_REMOTE_VOLUME_CONTROL; > + info->hf_features |= HFP_HF_FEATURE_VOICE_RECOGNITION; Please note that we do not use spaces for indentation, only tabs. I had to fix this up for you manually. Please keep this in mind for future submissions. > > if (version < HFP_VERSION_1_5) > goto done; > Patch has been applied, thanks. Regards, -Denis