Comment 0 for bug 1361086

Revision history for this message
Adam Lee (adam8157) wrote :

commit 56cb3cc1872923b69fdeeb00362b7da4d6cf5590
Author: Micky Ching <email address hidden>
Date: Wed Dec 18 10:03:13 2013 +0800

    mfd: rtsx: Add support for card reader rtl8402

    rtl8402 is much like rtl8411, so just add it to rtl8411.c

    Signed-off-by: Micky Ching <email address hidden>
    Reviewed-by: Dan Carpenter <email address hidden>
    Signed-off-by: Lee Jones <email address hidden>

diff --git a/drivers/mfd/rtl8411.c b/drivers/mfd/rtl8411.c
index 327c889..ada38ad 100644
--- a/drivers/mfd/rtl8411.c
+++ b/drivers/mfd/rtl8411.c
....
+ { PCI_DEVICE(0x10EC, 0x5286), PCI_CLASS_OTHERS << 16, 0xFF0000 },
....