mirror of
https://github.com/AltraMayor/f3.git
synced 2025-12-13 20:39:59 +01:00
f3probe: add option --manual-reset
The current reset method isn't supported for all USB drives, what leads to wrong conclusions about some fake drives. The option --manual-reset allows users to unplug and plug back the USB drive being tested to manually reset the drive.
This commit is contained in:
@@ -36,7 +36,7 @@ struct device *create_file_device(const char *filename,
|
||||
uint64_t real_size_byte, uint64_t fake_size_byte, int wrap,
|
||||
int block_order, int keep_file);
|
||||
|
||||
struct device *create_block_device(const char *filename);
|
||||
struct device *create_block_device(const char *filename, int manual_reset);
|
||||
|
||||
struct device *create_safe_device(struct device *dev, int max_blocks);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user