RE: [patch/rfc 2.6.28-rc2] input: twl4030_keypad driver

2009-01-30 Thread hartleys
On Thursday, January 29, 2009 5:58 PM, David Brownell wrote: On Thursday 29 January 2009, hartleys wrote: +/* Boards have uniqe mappings of {col, row} -- keycode. + * Column and row are 4 bits, but range only from 0..7; + * a PERSISTENT_KEY is always on and never reported

RE: [patch/rfc 2.6.28-rc2] input: twl4030_keypad driver

2009-01-29 Thread hartleys
On Wednesday, January 21, 2009 5:13 PM, David Brownell wrote: Driver for the twl4030 family keypad controller. This controller supports a key matrix of up to 8 rows by 8 columns. Board init code passes a description of the key matrix to the driver. Signed-off-by: David Brownell