31 Jul, 2008

1 commit


11 Oct, 2007

2 commits

  • It's been a useless no-op for long enough in 2.6 so I figured it's time to
    remove it. The number of people that could object because they're
    maintaining unified 2.4 and 2.6 drivers is probably rather small.

    [ Handled drivers added by netdev tree and some missed IRDA cases... -DaveM ]

    Signed-off-by: Ralf Baechle
    Signed-off-by: Jeff Garzik
    Signed-off-by: David S. Miller

    Ralf Baechle
     
  • This patch cleans up duplicate includes in
    drivers/net/

    Signed-off-by: Jesper Juhl
    Acked-by: "John W. Linville"
    Signed-off-by: Andrew Morton
    Signed-off-by: Jeff Garzik

    Jesper Juhl
     

27 Aug, 2007

1 commit


11 Jul, 2007

1 commit


11 May, 2007

1 commit

  • 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: Alex Villac�s Lasso
    Signed-off-by: Samuel Ortiz
    Signed-off-by: David S. Miller

    Alex Villac�s Lasso