2007-10-03 08:08:31

by Attila Kinali

[permalink] [raw]
Subject: [PATCH] Add manufacturer and card id of teltonica pcmcia modems

Hi,

This patch adds the manufacturer and card id of teltonica
pcmcia modems to serial_cs.c

Signed-off-by: Attila Kinali <[email protected]>

--- linux-2.6.22.7/drivers/serial/serial_cs.c.orig 2007-10-03 09:38:53.000000000 +0200
+++ linux-2.6.22.7/drivers/serial/serial_cs.c 2007-10-03 09:39:22.000000000 +0200
@@ -939,6 +939,7 @@
PCMCIA_MFC_DEVICE_PROD_ID12(1,"Elan","Serial Port: SL432",0x3beb8cf2,0x1cce7ac4),
PCMCIA_MFC_DEVICE_PROD_ID12(2,"Elan","Serial Port: SL432",0x3beb8cf2,0x1cce7ac4),
PCMCIA_MFC_DEVICE_PROD_ID12(3,"Elan","Serial Port: SL432",0x3beb8cf2,0x1cce7ac4),
+ PCMCIA_DEVICE_MANF_CARD(0x0279, 0x950b),
/* too generic */
/* PCMCIA_MFC_DEVICE_MANF_CARD(0, 0x0160, 0x0002), */
/* PCMCIA_MFC_DEVICE_MANF_CARD(1, 0x0160, 0x0002), */


Attila Kinali

--
Praised are the Fountains of Shelieth, the silver harp of the waters,
But blest in my name forever this stream that stanched my thirst!
-- Deed of Morred


2007-10-03 12:21:19

by Alan

[permalink] [raw]
Subject: Re: [PATCH] Add manufacturer and card id of teltonica pcmcia modems

On Wed, 3 Oct 2007 09:58:44 +0200
Attila Kinali <[email protected]> wrote:

> Hi,
>
> This patch adds the manufacturer and card id of teltonica
> pcmcia modems to serial_cs.c
>
> Signed-off-by: Attila Kinali <[email protected]>

Acked-by: Alan Cox <[email protected]>