mirror of
https://github.com/LineageOS/android_device_xiaomi_whyred.git
synced 2025-10-05 19:41:57 +02:00
twolip: Remove firmware class path for kernel firmware loading
In ueventd support has been added to read firmware path from vendor.It wil parse /vendor/firmware_mnt/image information and add in look up path/search path for loading firmware. Change uid of /venodr/firmware_mnt back to system as kernel firmware loading is removed. Previouly to support kernel firmware loading root permissions were required. Change-Id: I741eb8e7edb88a963c997312cdebc657fc1177d1
This commit is contained in:
parent
5cba6af446
commit
e82027a001
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
/dev/block/bootdevice/by-name/userdata /data f2fs nosuid,nodev,noatime,discard,background_gc=off,fsync_mode=nobarrier wait,quota,encryptable=footer
|
||||
/dev/block/bootdevice/by-name/userdata /data ext4 nosuid,nodev,barrier=1,noauto_da_alloc,discard,noatime,lazytime,errors=panic wait,resize,check,encryptable=footer,crashcheck,quota
|
||||
/dev/block/bootdevice/by-name/misc /misc emmc defaults defaults
|
||||
/dev/block/bootdevice/by-name/modem /vendor/firmware_mnt vfat ro,shortname=lower,uid=0,gid=1000,dmask=227,fmask=337,context=u:object_r:firmware_file:s0 wait
|
||||
/dev/block/bootdevice/by-name/modem /vendor/firmware_mnt vfat ro,shortname=lower,uid=1000,gid=1000,dmask=227,fmask=337,context=u:object_r:firmware_file:s0 wait
|
||||
/dev/block/bootdevice/by-name/bluetooth /vendor/bt_firmware vfat ro,shortname=lower,uid=1002,gid=3002,dmask=227,fmask=337,context=u:object_r:bt_firmware_file:s0 wait
|
||||
/devices/soc/a800000.ssusb/a800000.dwc3/xhci-hcd.0.auto* /storage/usbotg vfat nosuid,nodev wait,voldmanaged=usbotg:auto
|
||||
/dev/block/bootdevice/by-name/dsp /vendor/dsp ext4 ro,nosuid,nodev,barrier=1 wait
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue