On Sun, Mar 31, 2002 at 05:00:23PM +0200, Raoul Borenius wrote: > Thanks for including the changes fr the ttyS's. But it seems you forgot the > callout-devices: That's what you get for submitting patches that don't apply ;) Did you do cut'n'paste or similiar cruelties to that poor little patch? > > @@ -1911,7 +1915,11 @@ > > * major number and the subtype code. > > */ > > callout_driver = serial_driver; > > +#ifdef CONFIG_DEVFS_FS > > + callout_driver.name = "cua/%d"; > > +#else > > callout_driver.name = "cua"; > > +#endif > > callout_driver.major = TTYAUX_MAJOR; > > callout_driver.subtype = SERIAL_TYPE_CALLOUT; > > > > Could you commit that too? Sure. Ralf