commit | 20f130495c07cd01fb423c3dec7f045038118dec | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Sat Sep 16 23:04:37 2006 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Oct 01 17:06:41 2006 +0100 |
tree | 092c23eb22988a0d3e07165b7fa99709d69d050d | |
parent | efd92dfaad962c4fbaf4251b28578c97bd3aa85f [diff] |
[SERIAL] serial_cs: handle Nokia multi->single port bodge via config quirk According to the existing code, Nokia only make single-port cards, but are detected as multi-port cards. Handle this in roughly the same way via the config quirk - forcing it to be a real single port card (info->multi=0) changes the way we allocate the IO memory, which might stop the card working. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>