Re: [RFC v1 PATCH 1/6] matrix_keypad: Increase the max limit of rows and columns

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Eric Miao
Date: Wednesday, November 10, 2010 - 11:33 am

On Wed, Nov 10, 2010 at 8:47 PM, Trilok Soni <tsoni@codeaurora.org> wrote:

Or maybe we can solve this completely by introducing something like:

struct matrix_keycode {
        int row;
        int col;
        int value;
}

And make changes to KEY() macro and other places. You may also want to
eliminate the hardcoded MATRIX_MAX_* in matrix_keypad.c.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [RFC v1 PATCH 1/6] matrix_keypad: Increase the max lim ..., Eric Miao, (Wed Nov 10, 11:33 am)
Re: [RFC v1 PATCH 3/6] led: pmic8058: Add PMIC8058 leds driver, Lars-Peter Clausen, (Wed Nov 10, 1:45 pm)
Re: [RFC v1 PATCH 3/6] led: pmic8058: Add PMIC8058 leds driver, Lars-Peter Clausen, (Wed Nov 10, 4:50 pm)
Re: [RFC v1 PATCH 6/6] drivers: rtc: Add support for Qualc ..., Lars-Peter Clausen, (Fri Nov 12, 5:53 am)
RE: [RFC v1 PATCH 5/6] input: pmic8058-othc: Add support f ..., Datta, Shubhrajyoti, (Mon Nov 15, 10:36 pm)
Re: [RFC v1 PATCH 3/6] led: pmic8058: Add PMIC8058 leds driver, Lars-Peter Clausen, (Tue Dec 7, 8:11 am)