Hi Antonio, On Wed, May 28, 2008 at 04:25:39PM +0200, Antonio Ospite wrote: > > - input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REP) | > - BIT_MASK(EV_REL); > + input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REP); > + if (keypad->pdata->rotary0_rel_code || keypad->pdata->rotary1_rel_code) > + input_dev->evbit[0] |= BIT_MASK(EV_REL); Shouldn't this also check pdata->enable_rotaryX? -- 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