irda: New device ID for nsc-ircc
authorVille Syrjala <syrjala@sci.fi>
Tue, 8 Jul 2008 10:07:16 +0000 (03:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 Jul 2008 10:07:16 +0000 (03:07 -0700)
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 <syrjala@sci.fi>
Signed-off-by: Samuel Ortiz <samuel@sortiz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/irda/nsc-ircc.c

index a7714da..effc1ce 100644 (file)
@@ -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 },
        { }
 };