Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lgInputDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,8 @@ int lgInputDevice::createInputDevice(uint16_t keyCode, bool gvtdMode)
dev.id.product = 0x1;
dev.id.version = 1;

signed int touch_xres = 600;
signed int touch_yres = 960;
signed int touch_xres = 960;
signed int touch_yres = 600;

/* single touch inputs */
dev.absmax[ABS_MT_SLOT] = 0;
Expand Down