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

2007-10-12 Thread Javier Bolaños Molina
On 12/10/2007, Chr <[EMAIL PROTECTED]> wrote: > > On Thursday, 11. October 2007, Javier Bolaños Molina wrote: > > > To sum up the patch works fine once I remove and load usbhid once. I > tend to > > think this could be a bootstrap bug as it does work well after a manual > > reload of usbhid. > > >

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

2007-10-12 Thread Chr
On Thursday, 11. October 2007, Javier Bolaños Molina wrote: > Hi all, > [...] > Well I installed this patch, recompiled my kernel and tried again asusoled > application in order to test the oled display. > First time everything seemed as usual as it was with a standard (no patched) > kernel, asusol

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

2007-10-10 Thread Javier Bolaños Molina
Hi all, I would like to comment on the topic quoted on https://zockertown.de/s9y/archives/882-asusoled-compilieren.html that states something like this: "I wrote a patch to correct this issue: http://lkml.org/lkml/2007/7/23/530(get & try the patch) However, it would be nice if it has "someone"

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

2007-07-31 Thread Jiri Kosina
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 (line 439, 440) > { USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_FOUNTAIN_ANSI, > HID_QUIRK_POWERBOOK_HAS_FN | HI

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

2007-07-30 Thread Chr
On Monday, 30. July 2007, Jiri Kosina wrote: > On Fri, 27 Jul 2007, Christian Lamparter wrote: > > > Some of 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

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

2007-07-30 Thread Jiri Kosina
On Fri, 27 Jul 2007, Christian Lamparter wrote: > Some of 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... Hi Christian, I have slight

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

2007-07-26 Thread Christian Lamparter
Some of 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]> CC: linux-input@atrey.karlin

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

2007-07-26 Thread Andrew Morton
On Tue, 24 Jul 2007 02:28:39 +0200 Christian Lamparter <[EMAIL PROTECTED]> wrote: > Some of 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 devi

[PATCH] usbhid: add ASUS LCM to the blacklist

2007-07-23 Thread Christian Lamparter
Some of 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]> CC: linux-input@atrey.karli