Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 697e280b authored by Shraddha Basantwani's avatar Shraddha Basantwani
Browse files

CEC: Add implementation of getVendorId method to default HdmiCec

Bug: 185434120
Test: manual
Change-Id: Ie6b1f0d2551ca271d492c59be5897f77e18b0698
parent 33254105
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ Return<int32_t> HdmiCecDefault::getCecVersion() {
}

Return<uint32_t> HdmiCecDefault::getVendorId() {
    return 0;
    return property_get_int32("ro.hdmi.vendor_id", 0x000c03 /* HDMI LLC vendor ID */);
}

Return<void> HdmiCecDefault::getPortInfo(getPortInfo_cb callback) {