Found 6 matching messages (0.054 seconds). Page 1 of 1.
- [patch 051/101] V4L: fix cx25840 firmware loading
From: Hans Verkuil
Date: Thu, 15 Feb 2007 03:40:34 -0300
Subject: [patch 051/101] [PATCH] V4L: fix cx25840 firmware loading
Due to changes in the i2c handling in 2.6.20 this cx25840 bug ...
linux-kernel - Greg KH - Mar 7 2007 - 13:11
- [PATCH 051/142] usblp: mutex in usblp_check_status
... when it talks to the printer, but I feel safer this way.
This should be deadlock-free, but I kept this as a separate patch in case
someone ends running a git bisect.
Signed-off-by: Pete Zaitcev
Signed-off-by: Greg Kroah-Hartman < ...
linux-usb-devel - Greg Kroah-Hartman - Oct 12 2007 - 18:17
- [PATCH 051/104] KVM: Remove useless assignment
From: Laurent Vivier
Line 1809 of kvm_main.c is useless, value is overwritten in line 1815:
1809 now = min(count, PAGE_SIZE / size);
1810
1811 if (!down)
1812 in_page = PAGE_SIZE -
linux-kernel - Avi Kivity - Sep 17 2007 - 04:31
- [PATCH 051/149] USB: Disable file_storage USB_CONFIG_ATT_WAKEUP
From: Tony Lindgren
Disable file_storage USB_CONFIG_ATT_WAKEUP as it requires
user interaction during Chapter 9 tests.
Signed-off-by: Tony Lindgren
Acked-
linux-usb-devel - Greg Kroah-Hartman - Jul 12 2007 - 19:41
- [PATCH 051/196] kobject: convert configfs to use kobject_create
We don't need a kset here, a simple kobject will do just fine, so
dynamically create the kobject and use it.
Cc: Kay Sievers
Signed-off-by: Joel Becker
Signed-off-by: Greg Kroah-Hartman linux-kernel - Greg Kroah-Hartman - Jan 25 2008 - 03:09
- [PATCH 051/148] include/asm-x86/ipcbuf.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches
---
include/asm-x86/ipcbuf.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/include/asm-x86/ipcbuf.h b/include/asm-x86/ipcbuf.h
index 2adf8b3..ee678fd 100644
--- a/include/
linux-kernel - Joe Perches - Mar 23 2008 - 04:02