I don't know if this is the right place to report following bug:
On karmic my X52 pro is not detected again. It appears that the regression is still active in karmic.
linux-source-2.6.31/drivers/input/joydev.c:854 static const struct input_device_id joydev_blacklist[] = { /* ... snip */ { .flags = INPUT_DEVICE_ID_MATCH_EVBIT | INPUT_DEVICE_ID_MATCH_KEYBIT, .evbit = { BIT_MASK(EV_KEY) }, .keybit = { [BIT_WORD(BTN_DIGI)] = BIT_MASK(BTN_DIGI) }, }, /* Avoid tablets, digitisers and similar devices */ { } /* Terminating entry */ };
I don't know if this is the right place to report following bug:
On karmic my X52 pro is not detected again. It appears that the regression is still active in karmic.
linux-source- 2.6.31/ drivers/ input/joydev. c:854 ID_MATCH_ EVBIT | DEVICE_ ID_MATCH_ KEYBIT, BTN_DIGI) ] = BIT_MASK(BTN_DIGI) },
static const struct input_device_id joydev_blacklist[] = {
/* ... snip */
{
.flags = INPUT_DEVICE_
INPUT_
.evbit = { BIT_MASK(EV_KEY) },
.keybit = { [BIT_WORD(
}, /* Avoid tablets, digitisers and similar devices */
{ } /* Terminating entry */
};