Skip to content

Commit

Permalink
lemonadep: Set USB product string to 'OnePlus 9 Pro'
Browse files Browse the repository at this point in the history
* This is better for user facing stuff than 'LE2123'.

Change-Id: I1f380699692c07b2fcc03fa83adc292b6d899cf7
  • Loading branch information
AKoskovich authored and luk1337 committed May 29, 2022
1 parent 4dd91b0 commit 4e1745f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ DEVICE_PATH := device/oneplus/lemonadep
# Bluetooth
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth/include

# Properties
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop

# Recovery
TARGET_RECOVERY_DENSITY := xxhdpi
TARGET_RECOVERY_UI_MARGIN_HEIGHT := 126
Expand Down
2 changes: 2 additions & 0 deletions vendor.prop
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# USB
vendor.usb.product_string=OnePlus 9 Pro

0 comments on commit 4e1745f

Please sign in to comment.