Skip to content

Commit aee9dcc

Browse files
Brian O'Keefegregkh
authored andcommitted
staging: rtl8723bs: Add 024c:0627 to the list of SDIO device-ids
Add 024c:0627 to the list of SDIO device-ids, based on hardware found in the wild. This hardware exists on at least some Acer SW1-011 tablets. Signed-off-by: Brian O'Keefe <bokeefe@alum.wpi.edu> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/b9e1523f-2ba7-fb82-646a-37f095b4440e@alum.wpi.edu Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 06ea594 commit aee9dcc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/staging/rtl8723bs/os_dep/sdio_intf.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ static const struct sdio_device_id sdio_ids[] = {
2020
{ SDIO_DEVICE(0x024c, 0x0525), },
2121
{ SDIO_DEVICE(0x024c, 0x0623), },
2222
{ SDIO_DEVICE(0x024c, 0x0626), },
23+
{ SDIO_DEVICE(0x024c, 0x0627), },
2324
{ SDIO_DEVICE(0x024c, 0xb723), },
2425
{ /* end: all zeroes */ },
2526
};

0 commit comments

Comments
 (0)