07 Jan, 2009

1 commit

  • Convert IRDA drivers to use already existing net_device_stats structure
    in network device. This is a pre-cursor to conversion to net_device
    ops. Compile tested only.

    Signed-off-by: Stephen Hemminger
    Signed-off-by: David S. Miller

    Stephen Hemminger
     

22 May, 2008

1 commit


24 Jan, 2007

1 commit


18 Jun, 2006

1 commit

  • This cleans the STIR421x part of the irda-usb code. We also no longer
    try to load all existing firmwares but only the matching one
    (according to the USB id we get from the dongle).

    Signed-off-by: Nick Fedchik
    Signed-off-by: Samuel Ortiz
    Signed-off-by: David S. Miller

    Nick Fedchik
     

10 Apr, 2006

1 commit

  • This patch enables support for the Sigmatel's STIR421x IrDA chip.
    Once patched with Sigmatel's firmware, this chip "almost" follows the
    USB-IrDA spec. Thus this patch is against irda-usb.[ch].

    The code has been tested by Nick Fedchik on an STIR4210 chipset based
    dongle.

    Signed-off-by: Samuel Ortiz
    Signed-off-by: David S. Miller

    Samuel Ortiz
     

20 Feb, 2006

1 commit

  • This patch fixes 2 bugs in the USB-IrDA code.

    The first one is a buffer overrun in the RX path. We are now using
    IRDA_SKB_MAX_MTU when initializing the Rx URB.

    The second one is a potential stack recursion when unplugging the USB
    dongle. It seems that first we get the Rx URB with a generic error
    code, and after a while the Rx URB comes again with a "disconnect"
    error code. Since we are resubmitting the Rx URB immediately after
    receiving the first error one, we might enter an endless loop.

    When getting an error Rx URB, the patch defers the Rx URB resubmitting
    so that it gives us a chance to catch the disconnect one, in case the
    dongle has juts been unplugged.

    Tested against 2.6.16-rc2.

    Patch from Jean Tourrilhes

    Signed-off-by: Jean Tourrilhes
    Signed-off-by: Samuel Ortiz
    Signed-off-by: David S. Miller

    Jean Tourrilhes
     

17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds