Skip to content

Commit

Permalink
Fixed FailUnknownDevice
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauszus committed Aug 8, 2012
1 parent 752d9a7 commit d2ae0b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PS3BT.cpp
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,8 @@ uint8_t PS3BT::Init(uint8_t parent, uint8_t port, bool lowspeed)
Notify(PSTR(" PID: "));
PrintHex<uint16_t>(PID);
#endif
rcode = -1;
pUsb->setAddr(bAddress, 0, 0); // Reset address
rcode = USB_DEV_CONFIG_ERROR_DEVICE_NOT_SUPPORTED;
goto Fail;
Fail:
#ifdef DEBUG
Expand Down

0 comments on commit d2ae0b4

Please sign in to comment.