Re: udev for pcmcia/cardbus at startup?

2006-11-10 Thread Bill Brelsford
On Fri Nov 10 2006 at 09:31 PM +0100, Peter Stuge wrote: > On Fri, Nov 10, 2006 at 11:50:46AM -0800, Bill Brelsford wrote: > > The cards (network and modem) come up ok, but no udev rules are > > applied. > > > > I'm running Debian sid with a custom 2.6.18 kernel. > > > > Suggestions? > > Which u

Re: udev for pcmcia/cardbus at startup?

2006-11-10 Thread Peter Stuge
On Fri, Nov 10, 2006 at 11:50:46AM -0800, Bill Brelsford wrote: > The cards (network and modem) come up ok, but no udev rules are > applied. > > I'm running Debian sid with a custom 2.6.18 kernel. > > Suggestions? Which udev version? With >2.6.14 and udev>=96 do /sbin/udevtrigger --attr-match=d

udev for pcmcia/cardbus at startup?

2006-11-10 Thread Bill Brelsford
I have udev rules set up for pcmcia cards -- they work fine when a card is inserted, but not at boot. A debugging rule that matches everything shows no activity for pcmcia devices at boot, but does for others (usb, etc.). The cards (network and modem) come up ok, but no udev rules are applied. I

hostap_cs_{resume,suspend}(): inconsequent NULL checking

2006-11-10 Thread Adrian Bunk
The Coverity checker spotted the following in drivers/net/wireless/hostap/hostap_cs.c: <-- snip --> ... static int hostap_cs_suspend(struct pcmcia_device *link) { struct net_device *dev = (struct net_device *) link->priv; int dev_open = 0; struct hostap_interface *iface