atmodem: Delay return from send_dtmf
authorAndrzej Zaborowski <andrew.zaborowski@intel.com>
Thu, 21 Oct 2010 05:09:07 +0000 (07:09 +0200)
committerDenis Kenzior <denkenz@gmail.com>
Sat, 23 Oct 2010 03:28:50 +0000 (22:28 -0500)
commit9e46e27932739498d491e818d69cde4c00864fac
tree8f2e7f8dc586aa4f836f82399232ac1f23cfb573
parentd4801a306c2c0e2013157a047eebb3efa6efd09d
atmodem: Delay return from send_dtmf

AT+VTS responds with an OK immediately, so add a wait in the driver
before returning so that core knows when the tone has finished.  Note
that some modems actually do wait against 27.007, and other modems
use a manufacturer specific AT command and the drivers will need to
handle accordingly.
drivers/atmodem/voicecall.c