On Tue, Nov 08, 2016 at 10:17:10AM -0500, Paul Donohue wrote: > +#define SS4_TS_X_V2(_b) (((_b[0] & 0x01) << 7) | \ > + ((_b[1]) & 0x7F) \ > + ) > + > +#define SS4_TS_Y_V2(_b) -(((_b[3] & 0x01) << 7) | \ > + ((_b[2]) & 0x7F) \ > + ) > + > +#define SS4_TS_Z_V2(_b) (_b[4] & 0x7F) This isn't working quite right. I'm going to try this patch again. -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html