* drivers/media/video/ir-kbd-gpio.c compile error
@ 2004-05-24 21:57 Andrew Morton
2004-05-25 7:40 ` Gerd Knorr
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Morton @ 2004-05-24 21:57 UTC (permalink / raw)
To: Gerd Knorr, linux-kernel
ir_codes_avermedia[] is trying to initialise the 24'th element to
two different values:
static IR_KEYTAB_TYPE ir_codes_avermedia[IR_KEYTAB_SIZE] = {
...
[ 24 ] = KEY_EJECTCD, // Unmarked on my controller
...
[ 24 ] = KEY_RED, // unmarked
Does anyone know which one is correct?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: drivers/media/video/ir-kbd-gpio.c compile error
2004-05-24 21:57 drivers/media/video/ir-kbd-gpio.c compile error Andrew Morton
@ 2004-05-25 7:40 ` Gerd Knorr
0 siblings, 0 replies; 2+ messages in thread
From: Gerd Knorr @ 2004-05-25 7:40 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel
> static IR_KEYTAB_TYPE ir_codes_avermedia[IR_KEYTAB_SIZE] = {
> [ 24 ] = KEY_RED, // unmarked
This one should be 23.
Gerd
--
Smoking Crack Organization
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-05-25 8:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-24 21:57 drivers/media/video/ir-kbd-gpio.c compile error Andrew Morton
2004-05-25 7:40 ` Gerd Knorr
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox