hidraw: Use Interrupt Endpoint for OUT Transfers if Available
On Sun, 16 May 2010, Alan Ott wrote: From: Alan Ott <alan(a)signal11.us> This patch makes the hidraw driver use the first Interrupt OUT endpoint for HID transfers to the device if such an endpoint exists. This is consistent with the behavior of the hiddev driver, and the logic is similar. Signed-... 18 May 2010 04:54
HID: remove redundant key mappings from Desktop Wireless 6000
On Mon, 17 May 2010, Don Prince wrote: Remove 7 redundant key mappings from Desktop Wireless 6000 that are already handled by the default hid code. Signed-off-by: Don Prince <dhprince-devel(a)yahoo.co.uk> --- Spotted by by Robert Schedel <r.schedel(a)yahoo.de> diff -X /opt/scripts/di... 18 May 2010 04:54
GFS2: Pull request
Hi, Please consider pulling the following patches for GFS2, Steve. The following changes since commit b72c40949b0f04728f2993a1434598d3bad094ea: Linus Torvalds (1): Merge branch 'for-linus' of git://git.kernel.org/.../jbarnes/pci-2.6 are available in the git repository at: git://git.kernel.o... 18 May 2010 04:54
[PATCH v2] ad7877: fix spi word size to 16 bit
With no word size given in the users platform data, a generic spi host controller driver will assume a default word size of eight bit. This causes transmission to be performed bytewise, which will fail on little endian machines for sure. Failure on big endian depends on usage of slave select to mark word boundarie... 18 May 2010 04:54
linux-next: build failure after merge of the usb tree
Hi Greg, After merging the usb tree, today's linux-next build (powerpc ppc6xx_defconfig) failed like this: drivers/usb/host/ehci-fsl.c:316: error: 'ehci' undeclared (first use in this function) Caused by commit d19f8cd047971b43844d61d995be736dacb4826a ("USB: EHCI: fix controller wakeup flag settings during s... 20 May 2010 03:00
[PATCH 0/2] hwmon: Update coretemp to current Intel processors
On 05/18/2010 08:45 AM, Dmitry Gromov wrote: On Tue, May 18, 2010 at 01:07, Wan, Huaxu<huaxu.wan(a)intel.com> wrote: The TjMax of N270 is 90C, according the official documents [1][2]. [1] http://ark.intel.com/Product.aspx?id=36331&processor=N270&spec-codes=SLB73 [2] http://download.intel.com/design/proces... 18 May 2010 23:37
[PATCH 0/2] hwmon: Update coretemp to current Intel processors
Dmitry, Here comes the current version of the coretemp patches. Huaxu did the initial work; Jean suggested to submit them directly to Andrew. I made some style changes as advised by checkpatch. The patches have been tested successfully on Core 2 Duo and Quad, and on Nehalem and Nehalem/Wes... 18 May 2010 03:50
[PATCH] cris: check kmalloc return value before use data
check kmalloc return value before use data Signed-off-by: Liu Qi <lingjiujianke(a)gmail.com> --- arch/cris/arch-v32/kernel/signal.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/cris/arch-v32/kernel/signal.c b/arch/cris/arch-v32/kernel/signal.c index 0b7e3f1..534eea3 100644 ... 18 May 2010 03:50
(tsc) clock too slow on Core-i7/ASRock X58
I have a problem with the system clock being off roughly 10 minutes a 2 hours on a Xeon W3250 (like Core-i7 920) using the 2.6.34 Linux and tsc clocksource. Switching to hpet seems to improve the situation momentarily, however, are there any other thoughts on this matter? What I find odd is that the processor spe... 25 May 2010 16:52
posix_timer: move copy_to_user(created_timer_id) down in timer_create
On Mon, 17 May 2010 21:18:08 +0400 Andrey Vagin <avagin(a)openvz.org> wrote: According to Oleg Nesterov: We can move copy_to_user(created_timer_id) down after "if (timer_event_spec)" block too. (but before CLOCK_DISPATCH(), of course). I'm not sure what for Oleg want that change, I'm not seeing any valu... 18 May 2010 03:50