Loading services/inputflinger/host/InputDriver.cpp +3 −3 Original line number Diff line number Diff line Loading @@ -127,10 +127,10 @@ input_device_identifier_t* InputDriver::createDeviceIdentifier( input_bus_t bus, const char* uniqueId) { auto identifier = new ::input_device_identifier { .name = name, .productId = productId, .vendorId = vendorId, .bus = bus, .uniqueId = uniqueId, .bus = bus, .vendorId = vendorId, .productId = productId, }; // TODO: store this identifier somewhere return identifier; Loading Loading
services/inputflinger/host/InputDriver.cpp +3 −3 Original line number Diff line number Diff line Loading @@ -127,10 +127,10 @@ input_device_identifier_t* InputDriver::createDeviceIdentifier( input_bus_t bus, const char* uniqueId) { auto identifier = new ::input_device_identifier { .name = name, .productId = productId, .vendorId = vendorId, .bus = bus, .uniqueId = uniqueId, .bus = bus, .vendorId = vendorId, .productId = productId, }; // TODO: store this identifier somewhere return identifier; Loading