Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 333533b

Browse files
committedOct 8, 2019
[dcd] Start resolving usb-moded & configfs issues
1 parent f5f8987 commit 333533b

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed
 

‎patterns/jolla-hw-adaptation-cheeseburger.yaml

+1-5
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ Requires:
6767
## USB mode controller
6868
# Enables mode selector upon plugging USB cable:
6969
- usb-moded
70-
- usb-moded-defaults-android
71-
- usb-moded-developer-mode-android
72-
# Connection sharing via USB (careful with roaming!)
73-
- usb-moded-connection-sharing-android-config
7470

7571
# hammerhead, grouper, and maguro use this in scripts, so include for all
7672
- rfkill
@@ -92,4 +88,4 @@ Requires:
9288
- nano
9389
- htop
9490

95-
Summary: Jolla HW Adaptation cheeseburger
91+
Summary: Jolla HW Adaptation cheeseburger

‎rpm/droid-config-cheeseburger.spec

+5-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@ Obsoletes: ofono-configs-mer
1616
%define ofono_enable_plugins bluez5,hfp_ag_bluez5
1717
%define ofono_disable_plugins bluez4,dun_gw_bluez4,hfp_ag_bluez4,hfp_bluez4
1818

19-
%include droid-configs-device/droid-configs.inc
19+
# Device-specific usb-moded configuration
20+
Provides: usb-moded-configs
21+
Obsoletes: usb-moded-defaults
22+
23+
%include droid-configs-device/droid-configs.inc
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[configfs]
2+
gadget_conf_directory = configs/c.1

0 commit comments

Comments
 (0)
Please sign in to comment.