dcsd_status
                                
                                
                                
                                    dcsd_status copied to clipboard
                            
                            
                            
                        Set DCSD LED according to device state (Normal/Recovery/DFU)
dcsd_status
Switch on the LED corresponding to the Apple device status (Normal/Recovery/DFU)
Usage
usage : ./dcsd_status [OPTIONS]
 -s	stop deamon
 -n	no daemon
 -r	reset
 -h	help
Dependances
- libusb
 - libftdi
 
Build
To build dcsd_status, run make.
To install dcsd_status directly to your system, run 'sudo make install'
You can enable debugging mode when runnning make with DEBUG flag : make DEBUG=1
Known issues
iDevices are not recognized on macOS High Sierra due to libusb. Check #1. 
You can apply this patch to fix libusb, or use my fork.
If you want to have some fun with your DCSD, check this repo