Skip to content

Commit d99c3aa

Browse files
Andy3Kuoasus-leslieyu
authored andcommitted
wifi: RTL8723BS module with (VID:PID) = (024C:0626).
Change-Id: I16169534b463c18ff1ea10af122554de3cacf3e8
1 parent ca7aafb commit d99c3aa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • drivers/net/wireless/rockchip_wlan/rtl8723bs/os_dep/linux

drivers/net/wireless/rockchip_wlan/rtl8723bs/os_dep/linux/sdio_intf.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ static struct mmc_host *mmc_host = NULL;
4646
static const struct sdio_device_id sdio_ids[] = {
4747
#ifdef CONFIG_RTL8723B
4848
{ SDIO_DEVICE(0x024c, 0xB723), .driver_data = RTL8723B},
49+
{ SDIO_DEVICE(0x024c, 0x0626), .driver_data = RTL8723B},
4950
#endif
5051
#ifdef CONFIG_RTL8188E
5152
{ SDIO_DEVICE(0x024c, 0x8179), .driver_data = RTL8188E},

0 commit comments

Comments
 (0)