Support sending vendor command to GL852G via libusbhost am: 1f54dc7256
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201-sepolicy/+/22129755 Change-Id: Ib56fd37ddbe745c4753c038e30558aa217e6cdd2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
4b7fa3fe06
1 changed files with 5 additions and 0 deletions
|
@ -24,3 +24,8 @@ hal_client_domain(hal_usb_impl, hal_thermal);
|
||||||
|
|
||||||
# For reading the usb-c throttling stats
|
# For reading the usb-c throttling stats
|
||||||
allow hal_usb_impl sysfs_usbc_throttling_stats:file r_file_perms;
|
allow hal_usb_impl sysfs_usbc_throttling_stats:file r_file_perms;
|
||||||
|
|
||||||
|
# For issuing vendor commands to USB hub via libusbhost
|
||||||
|
allow hal_usb_impl device:dir r_dir_perms;
|
||||||
|
allow hal_usb_impl usb_device:chr_file rw_file_perms;
|
||||||
|
allow hal_usb_impl usb_device:dir r_dir_perms;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue