Re: [PATCH v2] usb: storage: scsiglue: Do not skip VPD if try_vpd_pages is set

2019-07-02 Thread Marcos Paulo de Souza
ping? On Tue, Jun 18, 2019 at 07:44:54PM -0300, Marcos Paulo de Souza wrote: > If BLIST_TRY_VPD_PAGES is set for a device, even for an USB, it should > be honored, so only set skip_vpd_pages is try_vpd_pages is not set. > > Signed-off-by: Marcos Paulo de Souza > Acked-by: Alan Stern > --- > >

Re: [PATCH v2] usb: storage: scsiglue: Do not skip VPD if try_vpd_pages is set

2019-06-25 Thread Marcos Paulo de Souza
humble ping :) On Tue, Jun 18, 2019 at 07:44:54PM -0300, Marcos Paulo de Souza wrote: > If BLIST_TRY_VPD_PAGES is set for a device, even for an USB, it should > be honored, so only set skip_vpd_pages is try_vpd_pages is not set. > > Signed-off-by: Marcos Paulo de Souza > Acked-by: Alan Stern >

[PATCH v2] usb: storage: scsiglue: Do not skip VPD if try_vpd_pages is set

2019-06-18 Thread Marcos Paulo de Souza
If BLIST_TRY_VPD_PAGES is set for a device, even for an USB, it should be honored, so only set skip_vpd_pages is try_vpd_pages is not set. Signed-off-by: Marcos Paulo de Souza Acked-by: Alan Stern --- Changes from v1: changed the check of try_vpd_pages from: sdev->try_vpd_pages == 0;