blob: ec8a5d837ae532749f666843b809449886f577a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[Unit]
Description=Android Debug Bridge FunctionFS
PartOf=adbd-usb.service
Before=adbd-usb.service
After=modprobe@fs-functionfs.service gadget-init.service usbgadget-func-adb-pre.service
Wants=modprobe@fs-functionfs.service
Requires=gadget-init.service usbgadget-func-adb-pre.service
[Mount]
What=adb
Where=/dev/usb-ffs/adb
Type=functionfs
[Install]
WantedBy=usb-gadget.target
Also=usbgadget-func-adb-pre.service
Also=adbd-usb.service
Also=dev-usb\\x2dffs-adb.mount
|