On 06/28/2010 07:01 PM, Jiri Kosina wrote: > On Mon, 28 Jun 2010, Richard Nauber wrote: > >> Ok, how about this: > [ ... snip ... ] >> +static void elecom_report_fixup(struct hid_device *hdev, __u8 *rdesc, >> + unsigned int rsize) >> +{ >> + if (rsize >= 48 && rdesc[46] == 0x05 && rdesc[47] == 0x0c) { >> + dev_info(&hdev->dev, "Fixing up Elecom BM084 " >> + "report descriptor.\n"); >> + rdesc[47] = 0x00; >> + } >> +} >> + >> +static const struct hid_device_id elecom_devices[] = { >> + { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_ELECOM, USB_DEVICE_ID_ELECOM_BM084)}, >> + { } heads up and > What is this? :) Whops, I was looking for that phrase. It is probably missing in an other message :) > I will fix that mess up and apply to my tree. Thanks for that, Richard -- 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