An error occurred fetching the project authors.
  1. 26 Sep, 2003 1 commit
  2. 25 Sep, 2003 1 commit
  3. 24 Sep, 2003 2 commits
  4. 27 Aug, 2003 1 commit
    • David Brownell's avatar
      [PATCH] USB: Add Kconfig option for building ax8817x support in usbnet · 9f4d3246
      David Brownell authored
      David T Hollis wrote:
      > This patch adds support to Kconfig to build ax8817x support into
      > usbnet.  This renames the config option for the existing standalone
      > ax8817x driver to CONFIG_USB_AX8817X_STANDALONE.
      
      Please merge this version instead.  It includes all of David's
      patch, plus it makes the descriptive info match the updated
      role of this driver.  So given this, only the webpage still
      needs updates; the in-tree docs are now consistent.
      9f4d3246
  5. 18 Jun, 2003 1 commit
  6. 16 Jun, 2003 1 commit
  7. 29 Apr, 2003 1 commit
    • David Brownell's avatar
      [PATCH] USB: usbnet, config changes for CDC Ether · 0e438d5e
      David Brownell authored
      This patch changes how usbnet and CDC Ether get configured,
      switching to the newer implementation with that CDC model
      (using a "minidriver" for "usbnet").
      
        - Removes "cdc-ether" from Kconfig and Makefile.
          Once everything flies, "cdc-ether.c" can be
          removed from the kernel.
      
        - Makes all the "minidriver" options in "usbnet"
          explicit in Kconfig, defaulting to "y" for most
          cases.  So folk expecting a CDC Ether option in
          Kconfig will still have one, and during config
          a list of hardware (cables, PDAs, etc) using the
          "usbnet" driver is now available.  (It's possible
          to save a few pages of code by configuring out
          drivers that use custom framing.)
      
        - Since now it's possible to create broken configs,
          this checks for them.  The two basic errors being
          configuring "usbnet" with no minidrivers, and
          needing to blacklist Zaurus in CDC-only configs.
      
        - Zaurus shouldn't do full CDC style init, since it
          doesn't uniquify the Ethernet address it reports;
          and it still shouldn't come up as an "eth%d" link.
      
      The CDC support is still "experimental", since I want
      to see a few interop reports for commercial products
      before changing that.
      0e438d5e
  8. 09 Feb, 2003 1 commit
  9. 11 Nov, 2002 1 commit
  10. 29 Oct, 2002 1 commit