1. 15 5月, 2012 3 次提交
  2. 14 5月, 2012 3 次提交
  3. 12 5月, 2012 33 次提交
  4. 11 5月, 2012 1 次提交
    • G
      USB: serial: opticon: hook up suspend/resume callbacks · d530296f
      Greg Kroah-Hartman 提交于
      With a previous patch, the usb_driver suspend/resume callbacks got
      overridden and were never called if a usb_serial driver defined them.
      This patch fixes the opticon driver to move the suspend/resume callbacks
      into the usb_serial_driver structure where they will be properly called.
      
      It then removes the unused usb_driver structure.
      
      Cc: Johan Hovold <jhovold@gmail.com>
      Cc: Rusty Russell <rusty@rustcorp.com.au>
      Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Cc: Julia Lawall <julia@diku.dk>
      Cc: Alan Stern <stern@rowland.harvard.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      d530296f