Change default value of VCONFKEY_USB_SEL_MODE from 1 to 2 81/267181/3 accepted/tizen/unified/20211209.140539 submit/tizen/20211202.072303 submit/tizen/20211206.091930
authorINSUN PYO <insun.pyo@samsung.com>
Mon, 29 Nov 2021 05:58:34 +0000 (14:58 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Thu, 2 Dec 2021 07:13:52 +0000 (16:13 +0900)
1: SET_USB_DEFAULT  ==> USB_FUNCTION_MTP | USB_FUNCTION_ACM
2: SET_USB_SDB      ==> USB_FUNCTION_MTP | USB_FUNCTION_ACM | USB_FUNCTION_SDB

Change-Id: Ifb82544d7859ce873d317c807ab841f5020f7842

data/vconf-internal-usb-keys.xml
packaging/vconf-internal-keys.spec

index 895a678..36be85f 100644 (file)
@@ -30,7 +30,7 @@
   </vconfkey>
   <vconfkey type="int32" name="db/usb/sel_mode" readPriv="http://tizen.org/privilege/internal/default/platform" writePriv="http://tizen.org/privilege/internal/default/platform">
     <header>VCONFKEY_USB_SEL_MODE</header>
-    <val>1</val>
+    <val>2</val>
     <creator/>
     <email/>
     <comment><![CDATA[Configured usb gadget mode, not affected by connection status (conntected or disconnected)]]></comment>
index c49aa82..a3b5b51 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       vconf-internal-keys
 Summary:    Internal shared keys for vconf
-Version:    0.0.178
+Version:    0.0.179
 Release:    0
 Group:      Application Framework/Configuration
 License:    Apache-2.0