Rob Tsuk

Results 53 comments of Rob Tsuk

So long as there's some code to handle the no playdate plugged in at all case that seems good to me.

Something like `ioreg -p IOUSB | grep Playdate` would work on Mac. `lsusb` for Linux, and maybe `Get-PnpDevice -PresentOnly | Where-Object { $_.InstanceId -match '^USB' } | Select-String Playdate` on...

Worth a shot. I'm not sure when I'll have the time to do the Mac side of the work, but that's no reason not to make it better for Linux.