initial brax3 device makefiles
* boots and works fine Signed-off-by: erascape <erascape@proton.me>
This commit is contained in:
commit
59281ccd87
67 changed files with 3271 additions and 0 deletions
9
overlay/system/etc/usb-moded/dyn-modes/mtp.ini.in
Normal file
9
overlay/system/etc/usb-moded/dyn-modes/mtp.ini.in
Normal file
|
@ -0,0 +1,9 @@
|
|||
[mode]
|
||||
name = mtp
|
||||
module = none
|
||||
appsync = 1 # Launches uMTP-Responder as needed
|
||||
|
||||
[options]
|
||||
# sysfs_value = comma separated list of functions to enable in this mode
|
||||
sysfs_value = mtp
|
||||
idProduct = $IDPRODUCT_MTP
|
13
overlay/system/etc/usb-moded/dyn-modes/mtp_adb.ini.in
Normal file
13
overlay/system/etc/usb-moded/dyn-modes/mtp_adb.ini.in
Normal file
|
@ -0,0 +1,13 @@
|
|||
[mode]
|
||||
name = mtp_adb
|
||||
module = none
|
||||
# Launches ADBD
|
||||
# Launches uMTP-Responder as needed
|
||||
appsync = 1
|
||||
|
||||
[options]
|
||||
# sysfs_value = comma separated list of functions to enable in this mode
|
||||
sysfs_value = mtp,adb
|
||||
android_extra_sysfs_path = /sys/class/android_usb/android0/f_ffs/aliases
|
||||
android_extra_sysfs_value = adb
|
||||
idProduct = $IDPRODUCT_MTP_ADB
|
Loading…
Add table
Add a link
Reference in a new issue