mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* FW: Patch for multiport serial MOXA boards - kernel.2.4.25 - mxser.c
@ 2004-06-19  3:05 jeff palmer
  0 siblings, 0 replies; only message in thread
From: jeff palmer @ 2004-06-19  3:05 UTC (permalink / raw)
  To: linux-kernel

kernel.2.4.25
The moxa drivers currently do not work with devfs support in linux. Most
people are migrating to devfs, as I have. These are the lines that need
fixed in mxser.c. Devfs attempts to create the device when it’s registered,
so you cannot register all the ports with the same name. The fix is pretty
obvious and I hope this email makes it to the right person. Any questions,
just let me know. Thanks.
 
mxser.c.patch.kernel.2.4.25
530c530
<       mxvar_sdriver.name = "ttyM";
---
>       mxvar_sdriver.name = "ttyM%d";
565c565
<       mxvar_cdriver.name = "cum";
---
>       mxvar_cdriver.name = "cum%d"; 
 
Jeffery Palmer
Project Development
Trigger, Inc.
954.709.7232
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-06-19  3:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-19  3:05 FW: Patch for multiport serial MOXA boards - kernel.2.4.25 - mxser.c jeff palmer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®