--- zzzz-none-000/linux-4.4.60/drivers/scsi/scsi_lib.c 2017-04-08 07:53:53.000000000 +0000 +++ scorpion-7490-727/linux-4.4.60/drivers/scsi/scsi_lib.c 2021-02-04 17:41:59.000000000 +0000 @@ -949,8 +949,14 @@ /* Detected disc change. Set a bit * and quietly refuse further access. */ +/* == 20171005 AVM/VGJ - Some devices need a retry after resume == */ +#if defined(CONFIG_AVM_USB_PM) + action = ACTION_DELAYED_RETRY; + printk(KERN_INFO "%s(): possible media change detected - retry\n", __func__); +#else cmd->device->changed = 1; action = ACTION_FAIL; +#endif } else { /* Must have been a power glitch, or a * bus reset. Could not have been a