• Martin H. VanLeeuwen's avatar
    [PATCH] 2.5.56, isapnp cards not found · 8d252906
    Martin H. VanLeeuwen authored
    This patch allows isapnp cards to be detected now.  Seems around 2.5.54,
    a change in isapnp_build_device_list changed:
    
    	card->protocol = &isapnp_protocol;
    	 to
    	card->protocol = &isapnp_card_protocol;
    
    This patch adapts isapnp_init to the above change.
    8d252906
core.c 27 KB