Hi Jiri, On Tue, 20 Mar 2007, Jiri Kosina wrote:
What is your opinion on an alternative aproach - the hid_blacklist[] could stay intact, and the linked list in your patch will be used in a slightly different way - it will be used to define *exceptions* (which will be possible to be tuned in runtime) from hid_blacklist, rather than duplicating the information which is already present there?
That approach makes a lot of sense. It provides runtime configurability, without the added memory costs involved with a big linked list or the product mask. The best of both worlds.
Anyway, I think that the possibility to modify the hid_blakclist[] in runtime could be useful. If you agree with the above and would care to redo the pathces in such way, I would be inclined to merge them.
Sounds good, I'll redo the patches. - Paul
