Re: modem control line checking - is polling the only way?

2000-05-17 Thread Craig Schlenter
On Tue, May 16, 2000 at 04:06:50PM -0400, [EMAIL PROTECTED] wrote: It is a pity you couldn't be bothered to read linux-serial. It is not a terribly busy list, but this very question has been asked and answered in the last week. Maybe you can find some list archives somewhere. It's not a

[patch] support 8 port Decision serial card (pci) in 5.01

2000-08-10 Thread Craig Schlenter
Hi See attachment for a patch that makes my PCCOM8 "work for me" (TM). Card is manufactured by decision.com.tw AFAIK. I have no connection with them other than that I have a few of their serial cards. Patch is against the 5.01 serial driver. I'm not suggesting it be included yet, just looking

Re: [patch] support 8 port Decision serial card (pci) in 5.01

2000-08-11 Thread Craig Schlenter
On Thu, Aug 10, 2000 at 12:15:27PM -0400, Stuart MacDonald wrote: From: "Craig Schlenter" [EMAIL PROTECTED] 0x0002 should be replaced by PCI_DEVICE_ID_DCI_PCCOM8 with #define PCI_DEVICE_ID_DCI_PCCOM8 0x0002 in pci.h (pci_ids.h?) or something but then people without updat

Re: [patch] support 8 port Decision serial card (pci) in 5.01

2000-08-11 Thread Craig Schlenter
On Thu, Aug 10, 2000 at 02:22:02PM -0400, Theodore Ts'o wrote: [me] 5.01 wouldn't compile in 2.2.16. Had to change the rs_init thing as in patch ... Ted? I haven't tried to compile a 5.x serial driver into a 2.2 kernel in a while. How does it not work? __init has

decision serial patch ported to 2.2.16

2000-08-11 Thread Craig Schlenter
Hi Attached is my port of decision's serial patch to 2.2.16 as promised. I have removed some bits out of the original patch (available from decision.com.tw iirc, against some oldish 2.2.x kernel) that I didn't think were important. What I know about the serial driver borders on dangerous so

Re: [patch] support 8 port Decision serial card (pci) in 5.01

2000-08-11 Thread Craig Schlenter
[Stu] If you didn't explicitly mean the subsystem and subvendor slots to be PCI_ANY_ID, then you should use lspci -v to find out what values those are and use them. [me] Well spotted. I cut-and-pasted large bits of it from lines above and fiddled till it worked. I had a vague suspicion