1. 12 4月, 2007 5 次提交
    • L
      Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 · 73aba63c
      Linus Torvalds 提交于
      * 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6:
        myri10ge: update driver version to 1.3.0-1.233
        myri10ge: more Intel chipsets providing aligned PCIe completions
        myri10ge: fix management of the firmware 4KB boundary crossing restriction
        cxgb3 - missing CPL hanler and register setting.
        cxgb3 - MAC watchdog update
        cxgb3 - avoid deadlock with mac watchdog
        skge: fix wake on lan
        sky2: phy workarounds for Yukon EC-U A1
        sky2: turn on clocks when doing resume
        sky2: turn carrier off when down
        skge: turn carrier off when down
        [PATCH] bcm43xx: Fix PPC machine checks and match loopback gain specs
        [PATCH] bcm43xx: Fix 802.11b/g scan limits to match regulatory reqs
        [PATCH] zd1211rw: Fix E2P_PHY_REG patching
        [PATCH] zd1211rw: Reject AL2230S devices
      73aba63c
    • L
      Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 · 29ac8cab
      Linus Torvalds 提交于
      * master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6:
        USB: Nikon D80 unusual device patch
        EHCI: fix remote wakeup regression in 2.6.21-rc
      29ac8cab
    • D
      [PATCH] PM: use kobject_name() to access kobject names · c48ea603
      Dmitry Torokhov 提交于
      Noone should use kobj.name directly since it may contain garbage.
      Objects with longer names have them stored in separately allocated
      memory pointed to by kobj->k_name.
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      c48ea603
    • E
      USB: Nikon D80 unusual device patch · 2ea547d2
      Emil Larsson 提交于
      the Nikon D80 camera will not work without an UNUSUAL_DEV entry embodied
      in the attached patch (made against 2.6.20.3). Hope you find it helpful,
      or if not, pass it along to someone who does.
      
      From: Emil Larsson <emil@swip.net>
      Signed-off-by: NPhil Dibowitz <phil@ipom.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      2ea547d2
    • A
      EHCI: fix remote wakeup regression in 2.6.21-rc · 61e8b858
      Alan Stern 提交于
      There is one significant difference between the behavior of root hubs
      (as embodied in host controller hardware) and external hubs: When a
      remote-wakeup signal is received, an external hub sends an interrupt
      message at the _end_ of the resume sequence but a root hub generates
      and interrupt at the _beginning_ of the resume sequence.  The host
      system must poll for the end of the sequence.
      
      When ehci-hcd was converted to interrupt-driven operation instead of
      using polling, the remaining need for this particular poll was
      overlooked.  This patch (as894) fixes the problem.
      Signed-off-by: NAlan Stern <stern@rowland.harvard.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      61e8b858
  2. 11 4月, 2007 28 次提交
  3. 10 4月, 2007 7 次提交