Package: kernel-source-2.6.8 Version: 2.6.8-7 Severity: normal The kernel hardware autodetection fails to detect my SupraExpress 56i Sp Intl modem. Adding the appropriate hardware identification string into drivers/serial/8250_pnp.c fixes this problem. Here's the patch:
--- drivers/serial/8250_pnp.c 2005-02-10 20:55:36.000000000 +0200 +++ /home/saempy/8250_pnp.c 2005-02-10 20:55:04.000000000 +0200 @@ -276,6 +276,8 @@ { "SUP1590", 0 }, /* SupraExpress 33.6 Data/Fax PnP modem */ { "SUP1760", 0 }, + /* SupraExpress 56i Sp Intl */ + { "SUP2171", 0 }, /* Phoebe Micro */ /* Phoebe Micro 33.6 Data Fax 1433VQH Plug & Play */ { "TEX0011", 0 }, I didn't use a Tags: patch line because this patch might cause other problems with hardware configuration: resource conflicts etc. But the modem works. -- Sami Aario -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]