Skip to content
Snippets Groups Projects
  1. Jan 05, 2015
  2. Dec 31, 2014
  3. Dec 19, 2014
  4. Dec 18, 2014
  5. Dec 16, 2014
    • Bo Shen's avatar
      USB: gadget: atmel_usba_udc: fix transfer hang issue · 68ae8825
      Bo Shen authored
      
      When receive data, the RXRDY in status register set by hardware
      after a new packet has been stored in the endpoint FIFO. After,
      we copy from FIFO, we clear it, make the FIFO can be accessed
      again.
      In the receive_data() function, this bit RXRDY has been cleared.
      So, after the receive_data() function return, this bit should
      not be cleared again, or else it will cause the accessing FIFO
      corrupt, which will make the data loss.
      
      Signed-off-by: default avatarBo Shen <voice.shen@atmel.com>
      68ae8825
  6. Dec 15, 2014
  7. Dec 14, 2014
  8. Dec 13, 2014
Loading