pturmel / lsdrv

Storage device enumeration for Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Floppy drive breakage

pturmel opened this issue · comments

Infinite loop in probe_controller looking for the controller's driver link. But with a legacy floppy drive, the controller is the platform, which has neither driver nor modalias.

Also, blkid waits forever for an empty floppy drive?

Commit code to time out if blkid (or any of the utilities) refuse to respond in a timely fashion (5 seconds). Also limited the infinite loop in probe_controller.