1. 24 10月, 2017 1 次提交
  2. 02 10月, 2017 1 次提交
  3. 09 8月, 2017 1 次提交
  4. 21 6月, 2017 1 次提交
  5. 16 6月, 2017 5 次提交
  6. 14 6月, 2017 1 次提交
  7. 10 6月, 2017 11 次提交
  8. 05 6月, 2017 1 次提交
  9. 19 5月, 2017 1 次提交
  10. 02 4月, 2017 1 次提交
  11. 25 3月, 2017 1 次提交
  12. 23 3月, 2017 2 次提交
  13. 22 3月, 2017 2 次提交
  14. 17 3月, 2017 1 次提交
  15. 14 3月, 2017 1 次提交
  16. 26 1月, 2017 5 次提交
  17. 25 1月, 2017 1 次提交
  18. 21 1月, 2017 1 次提交
  19. 12 1月, 2017 1 次提交
  20. 11 1月, 2017 1 次提交
    • H
      r8152: fix rx issue for runtime suspend · 75dc692e
      hayeswang 提交于
      Pause the rx and make sure the rx fifo is empty when the autosuspend
      occurs.
      
      If the rx data comes when the driver is canceling the rx urb, the host
      controller would stop getting the data from the device and continue
      it after next rx urb is submitted. That is, one continuing data is
      split into two different urb buffers. That let the driver take the
      data as a rx descriptor, and unexpected behavior happens.
      Signed-off-by: NHayes Wang <hayeswang@realtek.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      75dc692e