1. 16 5月, 2012 2 次提交
    • G
      USB: serial: ch341: put reset_resume callback back. · 622b80cf
      Greg Kroah-Hartman 提交于
      A few patches ago, I removed the reset_resume callback, changing it to
      resume instead.  Now that the usb-serial core supports reset_resume, put
      this driver callback back as well, so it should work identically to how
      it was originally.
      
      Now if this function really is doing what it should be doing, well,
      that's a different story, but we are at least doing the identical thing
      that we were before...
      
      Cc: Johan Hovold <jhovold@gmail.com>
      Cc: Alan Stern <stern@rowland.harvard.edu>
      Cc: Rusty Russell <rusty@rustcorp.com.au>
      Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      622b80cf
    • G
      USB: serial: hook up reset_resume callback · 7186364e
      Greg Kroah-Hartman 提交于
      The callback is now hooked up for any USB to serial driver that wants
      it.  We only register the callback if any of the usb-serial structures
      want it, this keeps the USB core happy.
      
      Thanks to Alan Stern for the ideas on how to do this.
      
      Cc: Alan Stern <stern@rowland.harvard.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      7186364e
  2. 15 5月, 2012 16 次提交
  3. 14 5月, 2012 3 次提交
  4. 12 5月, 2012 19 次提交