On Fri, Oct 30, 2020 at 10:25 AM Arend Van Spriel <arend.vanspriel@xxxxxxxxxxxx> wrote: > > On 10/29/2020 2:52 PM, Brian O'Keefe wrote: > > 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@xxxxxxxxxxxx> > > --- > > drivers/staging/rtl8723bs/os_dep/sdio_intf.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/drivers/staging/rtl8723bs/os_dep/sdio_intf.c > > b/drivers/staging/rtl8723bs/os_dep/sdio_intf.c > > index 5b1392deb0a7..7256d55fcc1b 100644 > > --- a/drivers/staging/rtl8723bs/os_dep/sdio_intf.c > > +++ b/drivers/staging/rtl8723bs/os_dep/sdio_intf.c > > @@ -21,6 +21,7 @@ static const struct sdio_device_id sdio_ids[] = > > { SDIO_DEVICE(0x024c, 0x0525), }, > > { SDIO_DEVICE(0x024c, 0x0623), }, > > { SDIO_DEVICE(0x024c, 0x0626), }, > > + { SDIO_DEVICE(0x024c, 0x0627), }, > > { SDIO_DEVICE(0x024c, 0xb723), }, > > shouldn't these be listed in include/linux/mmc/sdio_ids.h ? It certainly looks that way; this was the only place that used hex values in the SDIO_DEVICE macro directly. I'm happy to submit a follow-up patch to create constants in sdio_ids.h and use those instead. > > Regards, > Arend _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel