First  |  Prev |  Next  |  Last
Pages: 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658
[PATCH v3 0/1] HID: Add Support for Setting and Getting Feature Reports from hidraw
Version 3 of the patch. Fixing the problem reported by Amit Nagal where Report IDs were not getting sent to the device when using Set_Report control tranfers. Alan Ott (1): HID: Add Support for Setting and Getting Feature Reports from hidraw drivers/hid/hidraw.c | 105 +++++++++++++++++++++++++++++... 10 Jul 2010 14:55
[PATCH v3 1/1] HID: Add Support for Setting and Getting Feature Reports from hidraw
Per the HID Specification, Feature reports must be sent and received on the Configuration endpoint (EP 0) through the Set_Report/Get_Report interfaces. This patch adds two ioctls to hidraw to set and get feature reports to and from the device. Modifications were made to hidraw and usbhid. New hidraw ioctls: ... 10 Jul 2010 14:55
parser: fix and simplify support of asm goto
On Sat, Jul 10, 2010 at 1:39 AM, Jiri Slaby <jslaby(a)suse.cz> wrote: + � � � if (token->ident == &goto_ident) { You need to test the token type is TOKEN_IDENT before using token->ident. I will apply your patch with the fix up. Chris -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" i... 10 Jul 2010 14:55
rtmutex: add BUG_ON if a task attempts to block on two locks
On 07/09/2010 05:30 PM, Steven Rostedt wrote: On Fri, 2010-07-09 at 15:32 -0700, Darren Hart wrote: rtmutex proxy locking complicates the logic a bit and opens up the possibility for a task to wake and attempt to take another sleeping lock without knowing it has been enqueued on another lock already.... 10 Jul 2010 13:48
[PATCH net-next] drivers/net/mlx4: Use %pV, pr_<level>, printk_once
Remove near duplication of format string constants by using the newly introduced vsprintf extention %pV to reduce text by 20k or so. $ size drivers/net/mlx4/built-in.o* text data bss dec hex filename 161367 1866 48784 212017 33c31 drivers/net/mlx4/built-in.o 142621 1866 46248 19... 10 Jul 2010 13:48
reiserfs locking
On Sat, Jul 10, 2010 at 12:06 AM, Ingo Molnar <mingo(a)elte.hu> wrote: Since it's a reproducible deadlock maybe the fix should go upstream faster than v2.6.36? As far as I know, it's only a lockdep warning, not an actual deadlock. And it's in a class of lockdep warnings that we've had for a long time, and h... 10 Jul 2010 13:48
usb: storage: freecom: Fixed several coding style issues.
On Sat, Jul 10, 2010 at 04:50:12PM +0200, Martin Enderleit wrote: Fixed several coding style issues in freecom.c. Signed-off-by: Martin Enderleit <menderleit(a)gmail.com> --- drivers/usb/storage/freecom.c | 23 +++++++++++------------ 1 files changed, 11 insertions(+), 12 deletions(-) diff --... 10 Jul 2010 13:48
[PATCH v2] pm: Add runtime PM statistics
From: Arjan van de Ven <arjan(a)linux.intel.com> Subject: [PATCH v2] pm: Add runtime PM statistics In order for PowerTOP to be able to report how well the new runtime PM is working for the various drivers, the kernel needs to export some basic statistics in sysfs. This patch adds two sysfs files in the runtime PM... 10 Jul 2010 13:48
select useful number of entries for DMA debugging...
On Sat, Jul 10, 2010 at 03:52:04PM +0100, Daniel J Blueman wrote: On 9 July 2010 22:33, Linus Torvalds <torvalds(a)linux-foundation.org> wrote: On Mon, Jul 5, 2010 at 1:35 AM, Daniel J Blueman <daniel.blueman(a)gmail.com> wrote: When booting 2.6.35-rc3 on some different x86 boxes with DMA debugging ... 10 Jul 2010 12:42
2.6.34: simple IOMMU API extension to check safe interrupt remapping
On Fri, Jul 02, 2010 at 01:56:14PM -0700, Tom Lyon wrote: This patch allows IOMMU users to determine whether the hardware and software support safe, isolated interrupt remapping. Not all Intel IOMMUs have the hardware, and the software for AMD is not there yet. Signed-off-by: Tom Lyon <pugs(a)cisco.com> ... 10 Jul 2010 12:42
First  |  Prev |  Next  |  Last
Pages: 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658