--- zzzz-none-000/linux-4.9.276/drivers/scsi/scsi_lib.c 2021-07-20 14:21:16.000000000 +0000 +++ falcon-5530-750/linux-4.9.276/drivers/scsi/scsi_lib.c 2023-04-05 08:19:01.000000000 +0000 @@ -860,8 +860,13 @@ /* Detected disc change. Set a bit * and quietly refuse further access. */ +#if defined (CONFIG_AVM_USB_SUSPEND) + action = ACTION_DELAYED_RETRY; + printk(KERN_INFO "%s(): unit attention - 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