diff --git a/lgInputDevice.cpp b/lgInputDevice.cpp index 650f78b..84bccbc 100644 --- a/lgInputDevice.cpp +++ b/lgInputDevice.cpp @@ -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;