From: Ville Syrjala HP OmniBook 500's DSDT code changes the HID of the FIR device from NSC6001 to HWPC224 when run under an "NT" operating system. Add the new ID to the pnp device id table. Signed-off-by: Ville Syrjala Signed-off-by: Samuel Ortiz --- drivers/net/irda/nsc-ircc.c | 1 + 1 file changed, 1 insertion(+) Index: net-next-2.6/drivers/net/irda/nsc-ircc.c =================================================================== --- net-next-2.6.orig/drivers/net/irda/nsc-ircc.c 2008-06-14 13:20:23.000000000 +0200 +++ net-next-2.6/drivers/net/irda/nsc-ircc.c 2008-06-30 20:44:23.000000000 +0200 @@ -152,6 +152,7 @@ static chipio_t pnp_info; static const struct pnp_device_id nsc_ircc_pnp_table[] = { { .id = "NSC6001", .driver_data = 0 }, { .id = "IBM0071", .driver_data = 0 }, + { .id = "HWPC224", .driver_data = 0 }, { } }; -- -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html