1. 05 Dec, 2003 2 commits
  2. 04 Dec, 2003 3 commits
    • Pete Zaitcev's avatar
      [PATCH] USB: fix comment in usblp · d0d2d872
      Pete Zaitcev authored
      I know Linus is not taking cleanups at this point, but perhaps
      you can delete it in your tree. Seems like someone (Oliver?)
      fixed all the garbage in old printer.c, so the comment is not
      needed anymore.
      
      I reviewed changes, and usblp.c looks correct. I'm doing backport
      to 2.4 for Fedora right now.
      d0d2d872
    • David Brownell's avatar
      [PATCH] USB: change cdc-acm to do RX URB processing in a tasklet · 65dacb23
      David Brownell authored
      Just for cdc-acm, it pushes RX URB processing into a tasklet;
      and has minor cleanups.
      
      I cc'd Vojtech since he's this driver's maintainer.  If this
      checks out, usb-serial will need similar changes.
      
      
      p.s. the issue is a WARN_ON that tells us:
      
         >> [<c012046c>] local_bh_enable+0x8c/0x90
         >> [<f8991452>] ppp_asynctty_receive+0x62/0xb0 [ppp_async]
         >> [<c02144f3>] flush_to_ldisc+0xa3/0x120
         >> [<f891f20f>] acm_read_bulk+0xbf/0x140 [cdc_acm]
         >> [<c02684c9>] usb_hcd_giveback_urb+0x29/0x50
         >> [<c027670c>] dl_done_list+0x11c/0x130
         >> [<c0277075>] ohci_irq+0x85/0x170
         >> [<c0268526>] usb_hcd_irq+0x36/0x60
         >> [<c010aeba>] handle_IRQ_event+0x3a/0x70
         >> [<c010b227>] do_IRQ+0x97/0x140
         >> [<c0109624>] common_interrupt+0x18/0x20
      65dacb23
    • Greg Kroah-Hartman's avatar
      Merge bk://linuxusb@linuxusb.bkbits.net/usb-devel-2.6 · b69a6df3
      Greg Kroah-Hartman authored
      into kroah.com:/home/greg/linux/BK/usb-new_drivers-2.6
      b69a6df3
  3. 03 Dec, 2003 6 commits
  4. 02 Dec, 2003 2 commits
  5. 01 Dec, 2003 2 commits
  6. 26 Nov, 2003 2 commits
    • Linus Torvalds's avatar
      Linux 2.6.0-test11 · e689bf58
      Linus Torvalds authored
      e689bf58
    • Ben Collins's avatar
      [PATCH] Lastminute IEEE-1394 fixes · 9b67c27b
      Ben Collins authored
      I've got a lot more changes than what's included here.  I've put this
      down to the bear minimum to get things working sanely.
      
      Mainly, I just want to get all the people hit by this a chance to use
      2.6.0 without having to get our tree. Changes itemized:
      
       - Fix deadlock possibility in csr.c:read_maps()
       - Fix kmalloc to use ATOMIC in highlevel.c.
       - s/in_interrupt/irqs_disabled/ in ieee1394_transactions.c to fix
         warnings when transactions occured.
       - Introduce a release callback for the host driver and use it correctly.
       - Reorganize the nodemgr probe so we do an initial scan to discover
         devices, check IRM/CycleMaster, then do a final full probe when things
         are kosher. Fixes a problem where device registration and hotplug
         would cause some serious problems when a bus reset was forced in the
         middle of the probe.
      9b67c27b
  7. 25 Nov, 2003 15 commits
  8. 24 Nov, 2003 8 commits