From 1392dc2144a4b1810ba5c421f54e05dc1a3a74c7 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Sat, 23 Aug 2008 09:46:38 +0000 Subject: Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18338 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/tms320dm320/mrobe-500/button-target.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'firmware/target/arm/tms320dm320/mrobe-500/button-target.h') diff --git a/firmware/target/arm/tms320dm320/mrobe-500/button-target.h b/firmware/target/arm/tms320dm320/mrobe-500/button-target.h index 30cc55dada..5b888b3e0a 100644 --- a/firmware/target/arm/tms320dm320/mrobe-500/button-target.h +++ b/firmware/target/arm/tms320dm320/mrobe-500/button-target.h @@ -33,7 +33,7 @@ int button_read_device(int *data); struct touch_calibration_point { short px_x; /* known pixel value */ short px_y; - short val_x; /* touchpad value at the known pixel */ + short val_x; /* touchscreen value at the known pixel */ short val_y; }; void use_calibration(bool enable); @@ -55,7 +55,7 @@ void use_calibration(bool enable); #define BUTTON_TOUCH 0x00000200 -/* Touchpad Screen Area Buttons */ +/* Touch Screen Area Buttons */ #define BUTTON_TOPLEFT 0x00004000 #define BUTTON_TOPMIDDLE 0x00008000 #define BUTTON_TOPRIGHT 0x00010000 @@ -67,8 +67,8 @@ void use_calibration(bool enable); #define BUTTON_BOTTOMRIGHT 0x00400000 /* compatibility hacks - not mapped to the touchpad button areas because - the touchpad is not always in that mode */ + not mapped to the touchscreen button areas because + the touchscreen is not always in that mode */ #define BUTTON_LEFT BUTTON_RC_REW #define BUTTON_RIGHT BUTTON_RC_FF -- cgit v1.2.3