Re: usb hid: reset NumLock

From: Jiri Kosina
Date: Tue Apr 03 2007 - 05:27:52 EST


On Tue, 3 Apr 2007, Robert Marquardt wrote:

> > As this quirk is only needed once in the initialization method, we
> > could probably get rid of it and just put and explicit test for PID
> > and VID there (with apropriate comment). We can't afford wasting quirk
> > entries, as we are slowly running out of them.
> Is it a problem of table size or number of table entries? For the number
> of entries a simple change to PID ranges should help. It would also
> allow to move Wacom to the blacklist. I have sent a patch for that
> already, but it was rejected by Greg.

The issue is that 32 bits of the quirk bitmask are going to be taken by
the quirk entries (so no, it's not related to the size of the table).

Thanks,

--
Jiri Kosina
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/