1. 18 9月, 2012 2 次提交
    • G
      USB: serial: io_edgeport.c: remove dbg() usage · 984f6868
      Greg Kroah-Hartman 提交于
      dbg() was a very old USB-serial-specific macro.
      This patch removes it from being used in the
      driver and uses dev_dbg() instead.
      
      Cc: Johan Hovold <jhovold@gmail.com>
      Cc: Alan Stern <stern@rowland.harvard.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      984f6868
    • G
      USB: serial: add vizzini driver · c05fecb1
      Greg Kroah-Hartman 提交于
      Here's a driver for the Vizzini USB to serial device.
      It looks to be copied from cdc-acm, and probably can be cleaned up a lot
      more.  Also, there's some odd "try to grab another interface" that is
      probably wrong.  And, if this really is a cdc-acm device, it probably
      should just be a quirk of the cdc-acm device, but I can't figure that
      out, and people have been using this driver for a long time now.  So
      merge it to let people use their hardware and clean it up over time.
      
      Driver written by Rob Duncan but cleaned up and forward ported to the
      latest kernel tree by me.
      
      Cc: Rob Duncan <rob.duncan@exar.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      c05fecb1
  2. 15 9月, 2012 38 次提交