Hi Forrest, On Fri, Jun 19, 2009, Forrest Zhao wrote: > --- a/audio/main.c > +++ b/audio/main.c > @@ -93,6 +93,10 @@ static void sco_server_cb(GIOChannel *chan, GError *err, gpointer data) > device = manager_find_device(NULL, &src, &dst, AUDIO_HEADSET_INTERFACE, > FALSE); > if (!device) > + device = manager_find_device(NULL, &src, &dst, > + AUDIO_GATEWAY_INTERFACE, FALSE); > + > + if (!device) > goto drop; I went ahead and commited this second part of your patch since it looks correct and is good too have in before the next release (due out today). Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html