As I'm a bit unsure about it: what's the general feeling about this patch? On Sun, Nov 01, 2009 at 12:04:30PM +0900, Komuro wrote: > > load "pcmcia" module for 16-bit PCMCIA cards > without help of userland script. > > > Signed-off-by: Komuro <[email protected]> > > --- > > --- linux-2.6.32-rc5-git3/drivers/pcmcia/cs.c.orig 2009-11-01 > 11:50:57.000000000 +0900 > +++ linux-2.6.32-rc5-git3/drivers/pcmcia/cs.c 2009-11-01 11:47:53.000000000 > +0900 > @@ -239,6 +239,9 @@ int pcmcia_register_socket(struct pcmcia > goto err; > } > > + /* loading "pcmcia" module for 16-bit PCMCIA cards */ > + request_module("pcmcia"); > + > tsk = kthread_run(pccardd, socket, "pccardd"); > if (IS_ERR(tsk)) { > ret = PTR_ERR(tsk); > > _______________________________________________ > Linux PCMCIA reimplementation list > http://lists.infradead.org/mailman/listinfo/linux-pcmcia
_______________________________________________ Linux PCMCIA reimplementation list http://lists.infradead.org/mailman/listinfo/linux-pcmcia
