MadLittleMods / node-usb-detection

List USB devices in system and detect changes on them.
MIT License
371 stars 114 forks source link

SD card insert/removal support #112

Closed LoranRendel closed 4 years ago

LoranRendel commented 4 years ago

Is there any way to catch SD card? The module only can detect external cardreader being plugged in/out

todbot commented 4 years ago

Since SD cards show up as drives, you may want to use something like drivelist if your intent is to know what drives are available. https://github.com/balena-io-modules/drivelist

MadLittleMods commented 4 years ago

:+1: to @todbot This package just detects USB devices, not drives/volumes