HID: hid-samsung: add support for Creative Desktop Wireless 6000
Hello, On 16.05.2010 02:32, Don Prince wrote: Add support for the Creative Desktop Wireless 6000 keyboard/mouse bundle's multimedia buttons which are not currently handled by the default/samsung HID driver. Signed-off-by: Don Prince <dhprince-devel(a)yahoo.co.uk> --- [...] As originator of... 17 May 2010 15:47
[PATCH] GPIO: rdc321x fix inverted gpio data out registers
rdc_gpio_set_value_impl has the gpio data registers 1 and 2 inverted, fix this. Signed-off-by: Bernhard Loos <bernhardloos(a)gmail.com> Signed-off-by: Florian Fainelli <florian(a)openwrt.org> --- diff --git a/drivers/gpio/rdc321x-gpio.c b/drivers/gpio/rdc321x-gpio.c index 22f31dc..2762698 100644 --- a/drivers/gpio/... 16 May 2010 07:01
lktdm: Bring support for hardlockup, softlockup and hung task crashes
On Sun, May 16, 2010 at 07:39:51AM +0200, Frederic Weisbecker wrote: .... static struct jprobe lkdtm; @@ -320,6 +326,20 @@ static void lkdtm_do_action(enum ctype which) memset(data, 0x78, len); break; } + case SOFTLOCKUP: + preempt_disable(); + for (;;) + cpu_relax(); + br... 16 May 2010 07:01
LOAN OFFERS
Stop Bad Credit History with Loan at 3% rate,if interested contact us now .2010 Loan Offer. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please rea... 16 May 2010 04:53
About HOW TO use "SCHED_FIFO"
Hi all, Anyone has the experience of using the linux real-schedule with SCHED_FIFO? Or any material about HOw to use it? I have designed a scheme with 5 threads running in the 5 cores. I set the affinity of threads to enable one thread run in one core. All threads own SCHED_FIFO policy. All threas have no I/O opera... 16 May 2010 03:47
block: use struct parsed_partitions *state universally in partition check code
From: Tejun Heo <tj(a)kernel.org> Date: Sat, 15 May 2010 20:09:30 +0200 Make the following changes to partition check code. * Add ->bdev to struct parsed_partitions. * Introduce read_part_sector() which is a simple wrapper around read_dev_sector() which takes struct parsed_partitions *state ... 16 May 2010 03:47
block,ide: simplify bdops->set_capacity() to ->unlock_native_capacity()
From: Tejun Heo <tj(a)kernel.org> Date: Sat, 15 May 2010 20:09:29 +0200 bdops->set_capacity() is unnecessarily generic. All that's required is a simple one way notification to lower level driver telling it to try to unlock native capacity. There's no reason to pass in target capacity or return the new ca... 16 May 2010 03:47
[PATCH] lktdm: Bring support for hardlockup, softlockup and hung task crashes
This adds three new types of kernel "crashes" in the lkdtm driver to trigger hardlockups, softlockups and task hung states at will. The two formers are useful to test the new generic lockup detector and check its further regressions. The latter one is a bonus to check the hung task detector regressions even tho... 16 May 2010 02:43
list debugging: warn when deleting a deleted entry
Hi Dave, Ping? Any comment on this? baruch On Wed, May 05, 2010 at 11:14:29AM +0300, Baruch Siach wrote: Use the magic LIST_POISON* values to detect an incorrect use of list_del on a deleted entry. This DEBUG_LIST specific warning is easier to understand than the generic Oops message caused by LIST_P... 16 May 2010 02:43
drivers/bluetooth: Use kmemdup
* Julia Lawall <julia(a)diku.dk> [2010-05-15 23:19:15 +0200]: From: Julia Lawall <julia(a)diku.dk> Use kmemdup when some other buffer is immediately copied into the allocated region. A simplified version of the semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) ... 16 May 2010 01:40