1. 28 6月, 2005 2 次提交
    • D
      [PATCH] USB ATM: reduce log spamming · e20d6645
      Duncan Sands 提交于
      Reduce the number of "unknown vpi/vci" debug messages to (usually) at most
      one per-urb, rather than one per-cell.  This is only an issue when (a) many
      packets come in but no connection is open; and (b) CONFIG_USB_DEBUG is set.
      Signed-off-by: NDuncan Sands <baldrick@free.fr>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      e20d6645
    • D
      [PATCH] USB ATM: new usbatm core · c59bba75
      Duncan Sands 提交于
      Rework the core usbatm code: minidrivers (i.e. drivers for particular
      modems) now register themselves with the usbatm core, supplying methods
      for binding/unbinding etc.  The design was inspired by usb-serial and
      usbnet.  At the same time, more common code from the speedtch and
      cxacru (patch 3/5) drivers was generalized and moved into the core.  The
      transmission and reception parts have been unified and simplified.  Since
      this is a major change and I don't like underscores in file names,
      usb_atm.[ch] has been renamed usbatm.[ch].
      
      Many thanks to Roman Kagan, who did a lot of the coding.
      Signed-off-by: NDuncan Sands <baldrick@free.fr>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      c59bba75