summaryrefslogtreecommitdiff
path: root/packages/linux/linux-rp-2.6.21/connectplus-prevent-oops-HACK.patch
AgeCommit message (Collapse)AuthorFiles
2007-07-07linux-rp_2.6.21.bb : add a hack to prevent connect+ card from oopsingGraeme Gregory1
on insert. This is caused by an irq arriving before dev->base_addr has been set so the driver ends up doing an inw(NULL) which oopses. have checked for base_addr == 0 in driver and returned from irq early. This prevents oops and doesnt break with other cards in my collection.