Skip to content
Snippets Groups Projects
  1. Sep 26, 2009
  2. Sep 01, 2009
  3. Jun 13, 2009
    • Patrick McHardy's avatar
      net: fix network drivers ndo_start_xmit() return values (part 2) · 4bd73ae2
      Patrick McHardy authored
      
      Fix up IRDA drivers that return an errno value to qdisc_restart(), causing
      qdisc_restart() to print a warning an requeue/retransmit the skb.
      
      - donauboe: intention appears to be to have the skb retransmitted without
                  error message
      - irda-usb: intention is to drop silently according to comment
      - kingsub-sir: skb is freed: use after free
      - ks959-sir: skb is freed: use after free
      - ksdazzle-sir: skb is freed: use after free
      - mcs7880: skb is freed: use after free
      
      All but donauboe compile tested.
      
      Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      4bd73ae2
  4. Mar 21, 2009
  5. Jan 06, 2009
  6. Nov 03, 2008
  7. Oct 17, 2008
  8. Jul 30, 2008
  9. Oct 10, 2007
  10. Aug 26, 2007
  11. Jul 10, 2007
  12. May 11, 2007
    • Alex Villac�s Lasso's avatar
      [IrDA]: KingSun/DonShine USB IrDA dongle support. · a2af421f
      Alex Villac�s Lasso authored
      
      This dongle does not follow the usb-irda specification, so it needs its
      own special driver. In addition, it uses interrupt endpoints instead of
      bulk ones as the rest of USB IrDA dongles supported by Linux (just to be
      different?) and data reads need to be parsed to extract the valid bytes
      before being unwrapped (details in the comment at the start of the
      source). No speed commands have been discovered for this dongle, and I
      suspect it does not have any at all.
      
      On plugin, this dongle reports vendor and device IDs: 0x07c0:0x4200 .
      
      The Windows driver that is used normally to control this dongle has a
      filename of DSIR620.SYS .
      
      Signed-off-by: default avatarAlex Villac�s Lasso <a_villacis@palosanto.com>
      Signed-off-by: default avatarSamuel Ortiz <samuel@sortiz.org>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      a2af421f
Loading