diff options
| author | hathach <[email protected]> | 2020-04-17 11:48:09 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-04-17 11:48:49 +0700 |
| commit | 89f99426fc63a907c9fd55cc78d62d9bf88efb55 (patch) | |
| tree | ed51c07a22395e12840b2c89cdf41c7f2b5a2122 /src | |
| parent | 3f8b9c59ddb69f67a5a9105cca488c4ae581cecf (diff) | |
add code for disconnect/connect (not tested)
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/sony/cxd56/dcd_cxd56.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/portable/sony/cxd56/dcd_cxd56.c b/src/portable/sony/cxd56/dcd_cxd56.c index 57158838f..ca6a8be20 100644 --- a/src/portable/sony/cxd56/dcd_cxd56.c +++ b/src/portable/sony/cxd56/dcd_cxd56.c @@ -205,11 +205,13 @@ void dcd_remote_wakeup(uint8_t rhport) void dcd_connect(uint8_t rhport) { (void) rhport; +// DEV_CONNECT(usbdev); } void dcd_disconnect(uint8_t rhport) { (void) rhport; +// DEV_DISCONNECT(usbdev); } #endif |
