X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2Fiospm.c;h=1ea56a9da93917533408387ee8fff08337f43b5e;hb=8beabba8c702d04e7de5ad04d6ecbcf5b91e24ce;hp=9908cfe3f9065144a9f1be55c46add94c6d29869;hpb=2bbb7defdac7cb915a57a9d69b6ae029865ffc97;p=framework%2Fconnectivity%2Fconnman.git diff --git a/plugins/iospm.c b/plugins/iospm.c index 9908cfe..1ea56a9 100644 --- a/plugins/iospm.c +++ b/plugins/iospm.c @@ -2,7 +2,7 @@ * * Connection Manager * - * Copyright (C) 2007-2009 Intel Corporation. All rights reserved. + * Copyright (C) 2007-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 @@ -71,7 +71,9 @@ static void iospm_service_enabled(enum connman_service_type type, case CONNMAN_SERVICE_TYPE_WIFI: case CONNMAN_SERVICE_TYPE_WIMAX: case CONNMAN_SERVICE_TYPE_CELLULAR: + case CONNMAN_SERVICE_TYPE_GPS: case CONNMAN_SERVICE_TYPE_VPN: + case CONNMAN_SERVICE_TYPE_GADGET: break; case CONNMAN_SERVICE_TYPE_BLUETOOTH: send_indication(IOSPM_BLUETOOTH, enabled);