Skip to content
Snippets Groups Projects
  1. Apr 25, 2008
    • Kay Sievers's avatar
      net drivers: fix platform driver hotplug/coldplug · 72abb461
      Kay Sievers authored
      
      Since 43cc71ee, the platform modalias is
      prefixed with "platform:".  Add MODULE_ALIAS() to the hotpluggable network
      platform drivers, to re-enable auto loading.
      
      NOTE: didn't change drivers/net/fs_enet/fs_enet-main.c "old binding" support.
      That looks problematic in the first place (it even uses the ancient "struct
      device_driver" binding scheme for platform_bus!) and I suspect it will vanish
      soonish when arch/powerpc rules the world.  Also, drivers/net/ne.c would have
      needed more thought to sort out.
      
      [akpm@linux-foundation.org: fix sgiseeq.c]
      [dbrownell@users.sourceforge.net: more drivers, registration fixes]
      Signed-off-by: default avatarKay Sievers <kay.sievers@vrfy.org>
      Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
      Cc: Scott Wood <scottwood@freescale.com>
      Cc: Vitaly Bordug <vitb@kernel.crashing.org>
      Cc: Dale Farnsworth <dale@farnsworth.org>
      Cc: Ben Dooks <ben-linux@fluff.org>
      Cc: Ralf Baechle <ralf@linux-mips.org>
      Cc: Andrew Victor <andrew@sanpeople.com>
      Cc: Bryan Wu <bryan.wu@analog.com>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
      72abb461
  2. Feb 03, 2008
  3. Jan 28, 2008
  4. Dec 16, 2007
  5. Nov 07, 2007
  6. Oct 29, 2007
  7. Oct 19, 2007
  8. Oct 15, 2007
  9. Oct 12, 2007
  10. Oct 10, 2007
  11. Aug 26, 2007
  12. Aug 13, 2007
  13. Jul 21, 2007
  14. Jul 19, 2007
  15. Jul 10, 2007
  16. Jul 01, 2007
  17. Jun 28, 2007
  18. 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
  19. May 08, 2007
  20. Apr 25, 2007
Loading