Default to DTR=1 if no request received.

This is needed on Mac where opening the port doesn't assert DTR.
Thanks to Mike Smith.
This commit is contained in:
Gareth McMullin 2011-12-07 20:57:10 +13:00
parent 61cfbf16c6
commit c5b4022ed8
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
static char *get_dev_unique_id(char *serial_no);
static int configured;
static int cdcacm_gdb_dtr;
static int cdcacm_gdb_dtr = 1;
static const struct usb_device_descriptor dev = {
.bLength = USB_DT_DEVICE_SIZE,