Hi Wan, On Thu, Jul 09, 2009 at 05:10:30PM +0800, Wan ZongShun wrote: > Dear sirs, > > This is a header file for supporting my keypad driver, > a few days ago,I have submitted it, Now, for updating > keypad driver, I submit new patch updated again! > > Signed-off-by: Wan ZongShun <mcuos.com@xxxxxxxxx> > Please submit this header file together with the keypad driver, I believe there is an updated version coming, right? > + > +#define KEY(row, col, val) (((row) << 28) | ((col) << 24) | (val)) > + Please use definitions from include/linux/input/matrix_keypad.h found in my tree. -- Dmitry -- 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