diff options
author | Ville Syrjala <syrjala@sci.fi> | 2008-07-08 03:07:16 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-07-08 03:07:16 -0700 |
commit | 02307080622da0312f2ede0f9c0ac779a1cc4f9a (patch) | |
tree | 791862081551d8fdaafcc9b1de9628cc67b55edd /drivers/net/irda/nsc-ircc.c | |
parent | 568b4933a9902aed0f51e2e1bea3da157fb18833 (diff) | |
download | blackbird-op-linux-02307080622da0312f2ede0f9c0ac779a1cc4f9a.tar.gz blackbird-op-linux-02307080622da0312f2ede0f9c0ac779a1cc4f9a.zip |
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/nsc-ircc.c')
-rw-r--r-- | drivers/net/irda/nsc-ircc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/irda/nsc-ircc.c b/drivers/net/irda/nsc-ircc.c index a7714da7c283..effc1ce8179a 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 }, { } }; |