• Linus Torvalds's avatar
    pc110 touchpad driver: be more polite · f5b62be0
    Linus Torvalds authored
    The PC110 touchpad driver used to just assume that the hardware
    exists, even though in fact the hw is extremely rare indeed, and
    just requesting all the resources might stomp on some _other_
    hardware.
    
    Try to minimize the damage by realizing that the touchpad hw only
    exists on old ISA-only hardware, and if we have found a PCI device,
    we should not try to load the touchpad driver.
    
    Verified to fix things for Andries Brouwer. 
    f5b62be0
pc110pad.c 4.63 KB