Re: current -git adbhid.c build error

2007-10-16 Thread Dmitry Torokhov
On Wednesday 17 October 2007, Paul Mackerras wrote: > > It was a mis-merge between 555ddbb4, which made that change and *did* > add the declaration of key, and 9a402b64, which deleted the line that > the declaration of key was added to. Oops, sorry. > > We need the patch below. Dmitry, will yo

Re: current -git adbhid.c build error

2007-10-16 Thread Paul Mackerras
Joseph Fannin writes: > Commit b981d8b3f5e008ff10d993be633ad00564fc22cd in Linus's git tree > did this: > > > @@ -374,9 +373,9 @@ adbhid_input_keycode(int id, int scancode, int repeat) > #endif /* CONFIG_PPC_PMAC */ > } > > - if (adbhid[id]->keycode[keycode]) { > -

current -git adbhid.c build error

2007-10-16 Thread Joseph Fannin
Hello. Commit b981d8b3f5e008ff10d993be633ad00564fc22cd in Linus's git tree did this: @@ -374,9 +373,9 @@ adbhid_input_keycode(int id, int scancode, int repeat) #endif /* CONFIG_PPC_PMAC */ } - if (adbhid[id]->keycode[keycode]) { - input_report_key(adbhid[id]->input,