diff options
| author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2007-07-20 10:34:49 -0400 |
|---|---|---|
| committer | Jeff Garzik <jeff@garzik.org> | 2007-07-24 16:55:01 -0400 |
| commit | 5c8d52015c09b42632a73896f8a80cff64c5c1d1 (patch) | |
| tree | c1f8e1b71a1ee620da752f79fa481e48577d3803 | |
| parent | b8b275efc28e34f9b1d1e382d0b02dfa381b2a79 (diff) | |
pata_ali: Correct HP detect
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
| -rw-r--r-- | drivers/ata/pata_ali.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/pata_ali.c b/drivers/ata/pata_ali.c index 010436795d20..e8a28e94fe47 100644 --- a/drivers/ata/pata_ali.c +++ b/drivers/ata/pata_ali.c | |||
| @@ -45,7 +45,7 @@ static struct dmi_system_id cable_dmi_table[] = { | |||
| 45 | .ident = "HP Pavilion N5430", | 45 | .ident = "HP Pavilion N5430", |
| 46 | .matches = { | 46 | .matches = { |
| 47 | DMI_MATCH(DMI_BOARD_VENDOR, "Hewlett-Packard"), | 47 | DMI_MATCH(DMI_BOARD_VENDOR, "Hewlett-Packard"), |
| 48 | DMI_MATCH(DMI_BOARD_NAME, "OmniBook N32N-736"), | 48 | DMI_MATCH(DMI_BOARD_VERSION, "OmniBook N32N-736"), |
| 49 | }, | 49 | }, |
| 50 | }, | 50 | }, |
| 51 | { } | 51 | { } |
