From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============7480568039337444136==" MIME-Version: 1.0 From: Marcel Holtmann Subject: Re: [PATCH 2/3] Speedup: Use speedup specific driver for ussd Date: Mon, 16 Apr 2012 19:02:34 +0200 Message-ID: <1334595754.16897.177.camel@aeonflux> In-Reply-To: <1334589023-3633-3-git-send-email-nicolas.bertrand@linux.intel.com> List-Id: To: ofono@ofono.org --===============7480568039337444136== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Hi Nicolas, > plugins/speedup.c | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > = > diff --git a/plugins/speedup.c b/plugins/speedup.c > index ca6ed13..8b95286 100644 > --- a/plugins/speedup.c > +++ b/plugins/speedup.c > @@ -2,7 +2,7 @@ > * > * oFono - Open Source Telephony > * > - * Copyright (C) 2008-2011 Intel Corporation. All rights reserved. > + * Copyright (C) 2008-2012 Intel Corporation. All rights reserved. > * > * This program is free software; you can redistribute it and/or modify > * it under the terms of the GNU General Public License version 2 as > @@ -282,8 +282,8 @@ static void speedup_post_online(struct ofono_modem *m= odem) > = > ofono_cbs_create(modem, OFONO_VENDOR_QUALCOMM_MSM, > "atmodem", data->aux); > - ofono_ussd_create(modem, OFONO_VENDOR_QUALCOMM_MSM, > - "atmodem", data->aux); > + ofono_ussd_create(modem, OFONO_VENDOR_SPEEDUP, > + "speedupmodem", data->aux); you do not need both here. Either "speedupmodem" or OFONO_VENDOR_SPEEDUP quirk. Regards Marcel --===============7480568039337444136==--