]> Pileus Git - ~andy/linux/blobdiff - drivers/input/touchscreen/mainstone-wm97xx.c
[media] v4l: Share code between video_usercopy and video_ioctl2
[~andy/linux] / drivers / input / touchscreen / mainstone-wm97xx.c
index 6cdcf2a6e0365b2dd78a78bb25ae03ebcb9ee757..b6b8b1c7eceaf99b6eec1d613f3511c4a4a65550 100644 (file)
@@ -153,6 +153,9 @@ static int wm97xx_acc_pen_down(struct wm97xx *wm)
                if (pressure)
                        p = MODR;
 
+               dev_dbg(wm->dev, "Raw coordinates: x=%x, y=%x, p=%x\n",
+                       x, y, p);
+
                /* are samples valid */
                if ((x & WM97XX_ADCSRC_MASK) != WM97XX_ADCSEL_X ||
                    (y & WM97XX_ADCSRC_MASK) != WM97XX_ADCSEL_Y ||