1. 06 1月, 2015 1 次提交
  2. 02 1月, 2015 2 次提交
  3. 03 12月, 2014 1 次提交
  4. 19 11月, 2014 5 次提交
  5. 10 11月, 2014 1 次提交
  6. 05 11月, 2014 1 次提交
  7. 03 11月, 2014 5 次提交
  8. 29 10月, 2014 1 次提交
  9. 23 10月, 2014 1 次提交
  10. 22 10月, 2014 6 次提交
  11. 24 9月, 2014 1 次提交
  12. 22 9月, 2014 2 次提交
  13. 16 9月, 2014 1 次提交
    • J
      USB: serial: remove zte_ev driver · f8c0e057
      Johan Hovold 提交于
      The zte_ev driver is based on code (once) distributed by ZTE that still
      appears to originally have been reverse-engineered and bolted onto the
      generic driver.
      
      A closer analysis of the zte_ev setup code reveals that it consists of
      standard CDC requests (SET/GET_LINE_CODING and SET_CONTROL_LINE_STATE)
      but unfortunately fails to get some of those right. In particular, as
      reported by Lei Liu, it fails to lower DTR/RTS on close. It also appears
      that the control requests lack the interface argument.
      
      Since line control is already handled properly by the option driver, and
      the SET/GET_LINE_CODING requests appears to be redundant (amounts to a
      SET 9600 8N1) let's remove the redundant zte_ev driver.
      
      Also move the remaining ZTE PIDs to the generic option modem driver.
      Reported-by: NLei Liu <liu.lei78@zte.com.cn>
      Signed-off-by: NJohan Hovold <johan@kernel.org>
      f8c0e057
  14. 09 9月, 2014 1 次提交
  15. 04 9月, 2014 3 次提交
  16. 01 9月, 2014 8 次提交