1. 19 4月, 2005 1 次提交
    • D
      [PATCH] USB: revert "fix" to usb_set_interface() · a81e7ecc
      David Brownell 提交于
      This reverts a recent change to usb_set_interface().  The change worked
      around a quirk in certain devices, but doing this in usbcore creates
      needless regressions for other devices.  More appropriate fixes won't
      put such handling in usbcore.
      
      Basically it's tricky to do a full software reset of USB device state, since
      the devices don't all act the same.  This adds a note to the kerneldoc for
      the usb_reset_configuration() call to highlight the quirk this was working
      around:  endpoint data toggles not being reset.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      a81e7ecc
  2. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      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!
      1da177e4