Found 7 matching messages (0.033 seconds). Page 1 of 1.
- [PATCH 058/149] USB: add power/persist device attribute
From: Alan Stern
This patch (as920) adds an extra level of protection to the
USB-Persist facility. Now it will apply by default only to hubs; for
all other devices the user must enable it explicitly by setting the
power/ ...
linux-usb-devel - Greg Kroah-Hartman - Jul 12 2007 - 19:41
- [patch 058/101] mmc: Power quirk for ENE controllers
From: Darren Salt
mmc: Power quirk for ENE controllers
Support for these devices was broken for 2.6.18-rc1 and later by commit
146ad66eac836c0b976c98f428d73e1f6a75270d, which added voltage level support.
This
linux-kernel - Greg KH - Mar 7 2007 - 13:11
- [PATCH 058/104] KVM: x86 emulator: Implement 'jmp rel short' instruction (opcode 0xeb)
From: Nitin A Kamble
Signed-off-by: Nitin A Kamble
Signed-off-by: Avi Kivity
---
drivers/kvm/x86_emulate.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
linux-kernel - Avi Kivity - Sep 17 2007 - 04:31
- [PATCH 058/142] USB: mct_u232-convert-to-proper-speed-handling-api-fix
From: Andrew Morton
Make Pete happy
Cc: Alan Cox
Cc: Pete Zaitcev
Signed-off-by: Andrew Morton
Signed-off-by: Greg Kroah-Hartman linux-usb-devel - Greg Kroah-Hartman - Oct 12 2007 - 18:17
- Re: [PATCH 058/142] USB: mct_u232-convert-to-proper-speed-handling-api-fix
On Fri, 12 Oct 2007 15:17:56 -0700, Greg Kroah-Hartman wrote:
> From: Andrew Morton
>
> Make Pete happy
> switch (value) {
> - case 300: break;
> + case 300: break;
Thanks, indeed I like
linux-usb-devel - Pete Zaitcev - Oct 12 2007 - 19:21
- [PATCH 058/196] kset: remove decl_subsys_name
The last user of this macro (pci hotplug core) is now switched over to
using a dynamic kset, so this macro is no longer needed at all.
Cc: Kay Sievers
Cc: Kristen Carlson Accardi
Signed-off-by:
linux-kernel - Greg Kroah-Hartman - Jan 25 2008 - 03:09
- [PATCH 058/148] include/asm-x86/kprobes.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches
---
include/asm-x86/kprobes.h | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/include/asm-x86/kprobes.h b/include/asm-x86/kprobes.h
index 61ad7b5..54980b0 100644
linux-kernel - Joe Perches - Mar 23 2008 - 04:02