1. 18 8月, 2014 3 次提交
    • J
      USB: zte_ev: remove duplicate Qualcom PID · 754eb21c
      Johan Hovold 提交于
      Remove dublicate Qualcom PID 0x3197 which is already handled by the
      moto-modem driver since commit 6986a978 ("USB: add new moto_modem
      driver for some Morotola phones").
      
      Fixes: 799ee924 ("USB: serial: add zte_ev.c driver")
      Cc: <stable@vger.kernel.org>
      Signed-off-by: NJohan Hovold <johan@kernel.org>
      754eb21c
    • J
      USB: zte_ev: remove duplicate Gobi PID · 95be5739
      Johan Hovold 提交于
      Remove dublicate Gobi PID 0x9008 which is already handled by the
      qcserial driver since commit f05932c0 ("USB: qcserial: Add extra
      device IDs").
      
      Fixes: 799ee924 ("USB: serial: add zte_ev.c driver")
      Cc: <stable@vger.kernel.org>
      Signed-off-by: NJohan Hovold <johan@kernel.org>
      95be5739
    • J
      Revert "USB: option,zte_ev: move most ZTE CDMA devices to zte_ev" · 63a901c0
      Johan Hovold 提交于
      This reverts commit 73228a05 ("USB: option,zte_ev: move most ZTE
      CDMA devices to zte_ev").
      
      Move the IDs of the devices that were previously driven by the option
      driver back to that driver.
      
      As several users have reported, the zte_ev driver is causing random
      disconnects as well as reconnect failures.
      
      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 Liu Lei, it fails to lower DTR/RTS on close. It also appears
      that the control requests lack the interface argument.
      
      Note that 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.
      
      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), this is a first step in ultimately removing the redundant
      zte_ev driver.
      
      Note that AC2726 had already been moved back to option, and that some
      IDs were in the device table of both drivers prior to the commit being
      reverted.
      Reported-by: NLei Liu <liu.lei78@zte.com.cn>
      Cc: <stable@vger.kernel.org>
      Signed-off-by: NJohan Hovold <johan@kernel.org>
      63a901c0
  2. 09 1月, 2014 1 次提交
  3. 04 1月, 2014 1 次提交
  4. 10 12月, 2013 1 次提交
  5. 07 6月, 2013 1 次提交
  6. 05 6月, 2013 1 次提交
  7. 29 5月, 2013 1 次提交
  8. 14 9月, 2012 1 次提交
    • G
      USB: serial: add zte_ev.c driver · 799ee924
      Greg Kroah-Hartman 提交于
      This adds a driver for the zte_ev set of usb to serial devices.  It is
      based on a patch floating around the internet that modified the generic
      usb-serial driver to only work for this type of device.
      
      I've left comments in the code that I think show the data commands being
      sent to the device, which I'm guessing come from a usb analyzer.  Maybe
      they can help others out as well.
      
      Many thanks to nirinA raseliarison for pointing the original patch out
      to me, and for testing that the driver works properly.
      Tested-by: NnirinA raseliarison <nirina.raseliarison@gmail.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      799ee924