hid: Logitech G13 driver 0.0.3
On Thu 2010-01-07 09:23:24, Rick L. Vinyard Jr. wrote: This is a driver for the Logitech G13 gamepad, and contains three key parts. Through the USB reports the device identifies itself as a HID, and as a result this driver is under the HID framework. .... Although identified as a HID, the device does ... 14 Jan 2010 13:33
[PATCH 4/7] Input: wacom - Convert remaining ids, part one
Signed-off-by: Bastian Blank <waldi(a)debian.org> --- drivers/input/tablet/wacom_sys.c | 136 +++++++++++++++++++++++--------------- 1 files changed, 82 insertions(+), 54 deletions(-) diff --git a/drivers/input/tablet/wacom_sys.c b/drivers/input/tablet/wacom_sys.c index aa02fb1..26ed62e 100644 --- a/drivers/inp... 7 Jan 2010 14:40
scsi: use __uX types for headers exported to user space
On 01/07/2010 04:20 PM, Peter Korsgaard wrote: Commit 9e4f5e29 (FC Pass Thru support) exported a number of header files in include/scsi to user space, but didn't change the uX types to the userspace-compatible __uX types. Without that you'll get compile errors when including them - E.G.: /tmp/include... 7 Jan 2010 10:09
How should we handle CONFIG_CGROUP_MEM_RES_CTRL_SWAP (Re: [PATCH -mmotm] build fix for memcg-move-charges-of-anonymous-swap.patch)
(Changed the subject and Cc list) On Thu, 7 Jan 2010 14:52:23 +0900 KAMEZAWA Hiroyuki <kamezawa.hiroyu(a)jp.fujitsu.com> wrote: BTW, maybe it's time to - remove EXPERIMENTAL from CONFIG_CGROUP_MEM_RES_CTRL_SWAP and more, - remove CONFIG_CGROUP_MEM_RES_CTRL_SWAP (to reduce complicated #ifdefs ... 7 Jan 2010 07:56
PCI PM: Make it possible to force using INTx for PCIe PME signaling
On Wednesday 06 January 2010, Matthew Garrett wrote: On Wed, Jan 06, 2010 at 01:56:25PM -0800, Jesse Barnes wrote: This scares me a little... seems like we're not restoring some state on resume that's needed for MSIs to work? Looks fine though. Yeah, that was my concern. We debugged this a litt... 6 Jan 2010 18:47
[PATCH] drm/kms: fix fbdev blanking regression
Commit 731b5a15a3b1474a41c2ca29b4c32b0f21bc852e (drm/kms: properly handle fbdev blanking) breaks console blanking on my laptop (GM45 chipset). Instead of blanking the screen, it is dimmed and then the backlight starts "glowing" in the lower edges of the screen. The glowing then slowly spreads upwards. Does not look... 6 Jan 2010 13:08
enhanced reimplemented of the kfifo API
On Wed, Jan 06, 2010 at 12:12:38PM +0100, Stefani Seibold wrote: - Smaller footprint Have you measured how much smaller a full built kernel ends up being with this patch? The patch-set is against linux 2.6.33-rc2. This code is ready to merge :-) Please do! You weren't seriously suggesting merging such... 16 Jan 2010 03:02
WARNING: at sound/core/sound_oss.c:96 snd_oss_kernel_minor+0xdf/0x120 [snd]()
The following was in my 2.6.33-rc3 dmesg (of course that doesn't mean that the problem didn't exist earlier too) WARNING: at /home/jkacur/rt.linux.git/sound/core/sound_oss.c:96 snd_oss_kernel_minor+0xdf/0x120 [snd]() Hardware name: 2241B48 BUG? (minor < 0 || minor >= 128) Modules linked in: snd_mixer_oss thinkp... 18 Jan 2010 10:52
[PATCH 1/1] NET: atlx, fix memory leak
Stanse found a memory leak in atl2_get_eeprom. eeprom_buff is not freed/assigned on all paths. Fix that. Signed-off-by: Jiri Slaby <jslaby(a)suse.cz> Cc: Jay Cliburn <jcliburn(a)gmail.com> Cc: Chris Snook <chris.snook(a)gmail.com> Cc: Jie Yang <jie.yang(a)atheros.com> Cc: atl1-devel(a)lists.sourceforge.net Cc: "David S.... 6 Jan 2010 13:08
[PATCH] Don't mkdir -p include/config in the sourcetree when using O=outputdir option
From ee63a191e50a33f6c47a00dc8f69b009a5406890 Mon Sep 17 00:00:00 2001 From: John Kacur <jkacur(a)redhat.com> Date: Wed, 6 Jan 2010 16:18:02 +0100 Subject: [PATCH] Don't mkdir -p include/config in the sourcetree when using O=outputdir option Problem: When using the option to put output files in a separate directory... 6 Jan 2010 11:57