An error occurred fetching the project authors.
  1. 29 Dec, 2003 1 commit
    • David Brownell's avatar
      [PATCH] USB: let USB_{PEGASUS,USBNET} depend on NET_ETHERNET · 4606bd17
      David Brownell authored
      Adrian Bunk wrote:
      > I observed the following small problem in 2.6:
      >
      > - MII depends on NET_ETHERNET
      > - USB_PEGASUS and USB_USBNET select MII, but they depend only on NET
      >
      > The patch below lets USB_PEGASUS and USB_USBNET depend on NET_ETHERNET
      > instead of NET to fix this issue.
      
      Actually how about this one instead?  The PEGASUS bit is the same.
      The difference is that MII (and CRC32) are only attributed to the
      driver code that needs those ... AX8817X needs both, ZAURUS just
      needs CRC32.  The core (which should eventually become a separate
      module) shouldn't depend on those modules at all.
      
      Also both CDCETHER and AX8817X are marked as non-experimental;
      I recall Dave Hollis submitted a patch to do that for AX8817X,
      and CDCETHER now seems to have gotten enough success reports too.
      4606bd17
  2. 12 Dec, 2003 1 commit
  3. 27 Sep, 2003 1 commit
    • Adrian Bunk's avatar
      [PATCH] select MII · a7a6b35f
      Adrian Bunk authored
      The patch below switches MII to be select'ed instead of including it in
      the Makefile.
      
      Note that this patch requires a recent Linus' tree with the select CRC32
      patch included.
      
      diffstat output:
      
       drivers/net/Kconfig          |   11 +++++++++++
       drivers/net/Makefile         |   28 +++++++++++-----------------
       drivers/net/pcmcia/Kconfig   |    1 +
       drivers/net/tulip/Kconfig    |    1 +
       drivers/usb/net/Kconfig      |    2 ++
       drivers/usb/net/Makefile.mii |    6 ------
       6 files changed, 26 insertions(+), 23 deletions(-)
      
      
      Tangential to the patch I observed a small problem (not fixed in the patch):
      MII depends on NET_ETHERNET, but USB_PEGASUS and USB_USBNET depend
      only on NET.
      
      cu
      Adrian
      a7a6b35f
  4. 26 Sep, 2003 1 commit
  5. 25 Sep, 2003 1 commit
  6. 24 Sep, 2003 2 commits
  7. 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
  8. 18 Jun, 2003 1 commit
  9. 16 Jun, 2003 1 commit
  10. 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
  11. 09 Feb, 2003 1 commit
  12. 11 Nov, 2002 1 commit
  13. 29 Oct, 2002 1 commit