[SERIAL] serial_cs: allow wildcarded quirks
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sat, 16 Sep 2006 20:26:16 +0000 (21:26 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 1 Oct 2006 16:06:27 +0000 (17:06 +0100)
commita8244b564ccc46dabf2367008aecf2b380a9be8d
tree91d31ff2438f11f8529cf12e9dd6034e7a315086
parent1fbbac4bcb03033d325c71fc7273aa0b9c1d9a03
[SERIAL] serial_cs: allow wildcarded quirks

Some quirks we will introduce next apply to (eg) all cards of one
manufacturer.  Therefore, we need a way to list these in the quirk
table - use ~0 - this is not a possible device ID value.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/serial/serial_cs.c