Revision 436bbd431d41e0fd3bfedb0312ab764b291ddf82 authored by Christian Schmidt on 22 August 2007, 21:01:19 UTC, committed by Linus Torvalds on 23 August 2007, 02:52:44 UTC
The serial_pci driver tries to guess serial ports on unknown devices based
on the PCI class (modem or serial).  On certain softmodems (AC'97 modems)
this can lead to the recognition of non-existing serial ports.

This patch adds a blacklist of PCI IDs that are to be ignored by the driver.

[akpm@linux-foundation.org: cleanups]
Signed-off-by: Christian Schmidt <schmidt@digadd.de>
Cc: Bjorn Helgaas <bjorn.helgaas@hp.com>
Cc: Russell King <rmk+lkml@arm.linux.org.uk>
Cc: Yinghai Lu <yinghai.lu@sun.com>
Acked-by: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent ad4c2aa
History
File Mode Size
Kconfig -rw-r--r-- 673 bytes
Makefile -rw-r--r-- 372 bytes
clockevents.c -rw-r--r-- 5.3 KB
clocksource.c -rw-r--r-- 13.0 KB
jiffies.c -rw-r--r-- 2.5 KB
ntp.c -rw-r--r-- 11.4 KB
tick-broadcast.c -rw-r--r-- 13.3 KB
tick-common.c -rw-r--r-- 8.6 KB
tick-internal.h -rw-r--r-- 3.9 KB
tick-oneshot.c -rw-r--r-- 2.7 KB
tick-sched.c -rw-r--r-- 15.9 KB
timekeeping.c -rw-r--r-- 13.5 KB
timer_list.c -rw-r--r-- 6.8 KB
timer_stats.c -rw-r--r-- 9.7 KB

back to top