staging: rtl8723bs: Add 024c:0525 to the list of SDIO device-ids
authorHans de Goede <hdegoede@redhat.com>
Mon, 11 Nov 2019 11:38:45 +0000 (12:38 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Dec 2019 21:30:47 +0000 (22:30 +0100)
commit 3d5f1eedbfd22ceea94b39989d6021b1958181f4 upstream.

Add 024c:0525 to the list of SDIO device-ids, based on a patch found
in the Android X86 kernels. According to that patch this device id is
used on the Alcatel Plus 10 device.

Reported-and-tested-by: youling257 <youling257@gmail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Cc: stable <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20191111113846.24940-1-hdegoede@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/os_dep/sdio_intf.c

index 3510f80284cc4c5f1a120fc51b7fbd8687d1738c..3784a27641a6e35b98682be77489f6fa7a9e10c1 100644 (file)
@@ -18,6 +18,7 @@
 static const struct sdio_device_id sdio_ids[] =
 {
        { SDIO_DEVICE(0x024c, 0x0523), },
+       { SDIO_DEVICE(0x024c, 0x0525), },
        { SDIO_DEVICE(0x024c, 0x0623), },
        { SDIO_DEVICE(0x024c, 0x0626), },
        { SDIO_DEVICE(0x024c, 0xb723), },