summaryrefslogtreecommitdiff
path: root/drivers/net/irda
diff options
context:
space:
mode:
authorVille Syrjala <syrjala@sci.fi>2008-07-08 10:07:16 (GMT)
committerDavid S. Miller <davem@davemloft.net>2008-07-08 10:07:16 (GMT)
commit02307080622da0312f2ede0f9c0ac779a1cc4f9a (patch)
tree791862081551d8fdaafcc9b1de9628cc67b55edd /drivers/net/irda
parent568b4933a9902aed0f51e2e1bea3da157fb18833 (diff)
downloadlinux-fsl-qoriq-02307080622da0312f2ede0f9c0ac779a1cc4f9a.tar.xz
irda: New device ID for nsc-ircc
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>
Diffstat (limited to 'drivers/net/irda')
-rw-r--r--drivers/net/irda/nsc-ircc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/irda/nsc-ircc.c b/drivers/net/irda/nsc-ircc.c
index a7714da..effc1ce 100644
--- a/drivers/net/irda/nsc-ircc.c
+++ b/drivers/net/irda/nsc-ircc.c
@@ -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 },
{ }
};