Re: [PATCH] usbhid: add ASUS LCM to the blacklist

2007-10-12 Thread Chr
/asusoled/ maybe I could help. > > Regards, > Javier BolaƱos Molina. > The project moved to sourceforge.net. The new maintainer is: Adilson Oliveira <[EMAIL PROTECTED]> Thanks, Chr.

Cleaning up the USBHID's blacklist.

2007-07-31 Thread Chr
On Tuesday, 31. July 2007, Jiri Kosina wrote: > On Mon, 30 Jul 2007, Chr wrote: > > > Ok, found it " hid_blacklist is alphabetically sorted blacklist by quirk > > type. " But is there a Order for the bitfields? e.g > > shouldn't: hid-quriks.c (l

Re: [PATCH] usbhid: add ASUS LCM to the blacklist

2007-07-30 Thread Chr
by quirk type. " But is there a Order for the bitfields? e.g shouldn't: hid-quriks.c (line 439, 440) { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_FOUNTAIN_ANSI, HID_QUIRK_POWERBOOK_HAS_FN | HID_QUIRK_IGNORE_MOUSE } be: {..., ..., HID_QUIRK_IGNORE_MOUSE | HID_QUIRK_POWERBOOK_HAS_FN } Anyway, thanks for merging! Chr.

[PATCH] usbhid: add ASUS' OLED display to HID's blacklist.

2007-07-16 Thread Chr
Some ASUS' notebooks (e.g G Series) include a tiny oled display, which is attached to an internal USB bus. Unfortunatly the device reports a wrong DeviceDescriptor and is therefore identified as a HID device... Signed-off-by: Christian Lamparter <[EMAIL PROTECTED]> - P.S: for those who are inter