Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1955f6814fb58ffa06af4873a445307d60b23fb1
Commit:     1955f6814fb58ffa06af4873a445307d60b23fb1
Parent:     8663fd6d0de7144c9e8455b733aeb38fe80788ed
Author:     David Lamparter <[EMAIL PROTECTED]>
AuthorDate: Wed Aug 1 23:46:44 2007 +0200
Committer:  Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
CommitDate: Wed Aug 1 23:46:44 2007 +0200

    sis5513: Add FSC Amilo A1630 PCI subvendor/dev to laptops
    
    Recognise the FSC Amilo A1630's incarnation of a SiS5513 chip as laptop to
    get UDMA100 support.
    
    Signed-off-by: David Lamparter <[EMAIL PROTECTED]>
    Cc: Lionel Bouton <[EMAIL PROTECTED]>
    Signed-off-by: Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
---
 drivers/ide/pci/sis5513.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/ide/pci/sis5513.c b/drivers/ide/pci/sis5513.c
index 63fbb79..26f2480 100644
--- a/drivers/ide/pci/sis5513.c
+++ b/drivers/ide/pci/sis5513.c
@@ -801,6 +801,7 @@ struct sis_laptop {
 static const struct sis_laptop sis_laptop[] = {
        /* devid, subvendor, subdev */
        { 0x5513, 0x1043, 0x1107 },     /* ASUS A6K */
+       { 0x5513, 0x1734, 0x105f },     /* FSC Amilo A1630 */
        /* end marker */
        { 0, }
 };
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to