Skip to content

Commit

Permalink
fixed touchscreen resolution issue
Browse files Browse the repository at this point in the history
the touchscreen was assumed to be an external device and got assigned
to the external screen which has a predefined resolution of 1280x720
and prevented the touchscreen from working properly without overriding
it in services/input/InputReader.cpp after long debugging the solution
is rather simple.
  • Loading branch information
rbrune committed Jan 11, 2012
1 parent 24a2ed5 commit 8815bb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions HPTouchpad.idc
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,6 @@ touch.orientationAware = 1
#
touch.deviceType = touchScreen

# make sure it's seen as an internal device and gets assigned to the internal display and not the external
device.internal = 1

0 comments on commit 8815bb6

Please sign in to comment.