1. 14 Aug, 2008 2 commits
    • David Brownell's avatar
      USB: fix USB boot crash, ecm_do_notify(), list_add corruption. prev->next... · c728df70
      David Brownell authored
      USB: fix USB boot crash, ecm_do_notify(), list_add corruption. prev->next should be next (ffff88003b8f82f8)
      
      This fixes a BUG() turned up by Ingo via randconfig testing, where
      CONFIG_LIST_DEBUG turned up list corruption.  The corruption was
      caused by the dummy_hcd (single-machine test harness for gadget and
      HCD code) trashing the request queue when driven by the new CDC
      composite gadget an I/O pattern that was previously uncommon.
      Fix suggested by Alan Stern.
      Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
      Tested-by: default avatarIngo Molnar <mingo@elte.hu>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      
      c728df70
    • Wolfgang Mües's avatar
      usb: auerswald: remove driver (obsolete) · 88d987d6
      Wolfgang Mües authored
      This patch removes the auerswald USB driver from the linux kernel
      2.6.26.
      
      This driver was included into the kernel mainly to connect to the ISDN
      framework. This was done in linux 2.4.x. For 2.6.x, due to the fragile
      and moving ISDN support, this connection was never realized, and the
      only use of this driver was for device configuration. In the age of DSL,
      the demand of ISDN support is getting very low.
      
      Meanwhile, with the advent of libusb, an userspace driver was done for
      the device configuration which works fine for linux and mac. (Thanks to
      the libusb developers!). The userspace driver is downloadable from the
      auerswald web site.
      
      So this driver is obsolete now and has to be removed. Many thanks to all
      developers which helped me to bring this driver up and working.
      Signed-off-by: default avatarWolfgang Muees <wolfgang@iksw-muees.de>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      88d987d6
  2. 13 Aug, 2008 38 commits