First
|
Prev |
Next
|
Last
Pages: 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086
[BUG?] inquiry_cache_read: stack size Hi Marcel, I'm compiling current -git kernel and noticed this warning: net/bluetooth/hci_sysfs.c: In function 'inquiry_cache_read': net/bluetooth/hci_sysfs.c:441: warning: the frame size of 4208 bytes is larger than 2048 bytes which is caused by: commit ca325f698996c1a0770a67f41e7dc97a007d8bc2 Author: Marce... 8 Mar 2010 18:41
Driver core: don't initialize wakeup flags On Mon, Mar 08, 2010 at 04:46:19PM -0500, Alan Stern wrote: This patch (as1351) removes an unnecessary and unwanted assignment from device_initialize(). The wakeup flags are set to 0 along with everything else when the device structure is allocated, so we don't need to do it again. Furthermore, the subsys... 8 Mar 2010 17:33
[PATCH] PNPACPI: add support for remote wakeup This patch (as1354) adds remote-wakeup support to the pnpacpi driver. The new can_wakeup method also allows other PNP protocol drivers (pnpbios or iaspnp) to add wakeup support, but I don't know enough about how they work to actually do it. Signed-off-by: Alan Stern <stern(a)rowland.harvard.edu> --- Index: us... 8 Mar 2010 17:33
[PATCH] Driver core: don't initialize wakeup flags This patch (as1351) removes an unnecessary and unwanted assignment from device_initialize(). The wakeup flags are set to 0 along with everything else when the device structure is allocated, so we don't need to do it again. Furthermore, the subsystem might already have set these flags to their correct values; we d... 8 Mar 2010 17:33
cpuset: alloc nodemask_t at heap not stack On Mon, 8 Mar 2010, Miao Xie wrote: Changes from V1 to V2: - None Both this and patch 2/4 are already in -mm, so please rebase this series on mmotm-2010-03-04-18-05. @@ -1381,39 +1394,46 @@ static void cpuset_attach(struct cgroup_subsys *ss, struct cgroup *cont, struct cgroup *oldcont, st... 8 Mar 2010 20:56
[PATCH] Staging: comedi: fix space before tabs coding style issue in adl_pci6208.c >From 0231356b187c02cffcc28b809d392650e0da7822 Mon Sep 17 00:00:00 2001 From: =?utf-8?q?Jaakko=20Niemel=C3=A4?= <mato(a)kyborgi.net> Date: Mon, 8 Mar 2010 22:20:33 +0200 Subject: [PATCH] Staging: comedi: fix space before tabs coding style issue in adl_pci6208.c MIME-Version: 1.0 Content-Type: text/plain; charset=utf... 8 Mar 2010 17:33
cpuset: fix the problem that cpuset_mem_spread_node() returns an offline node On Mon, 8 Mar 2010, Miao Xie wrote: Changes from V1 to V2: - cleanup two unnecessary smp_wmb() at cpuset_migrate_mm() This patch is already in -mm without this update, so it's probably better to make this an incremental series basedo n mmotm-2010-03-04-18-05 or later. @@ -2090,15 +2086,19 @@ sta... 8 Mar 2010 20:56
[PATCH 5/7] HID: N-trig MTM Driver fix And cleanup patch 5 From: micki <micki(a)micki-laptop.(none)> udpate ntrig_probe - add call to ntrig_send_report function to initialize firmware to switch to Multi-touch mode. Delete input-name our driver don't distinguish pen and touch. Will be inserted in next version. N-trig is changing the way people interact with computers by ... 8 Mar 2010 16:25
[PATCH 3/7] HID: N-trig MTM Driver fix And cleanup patch 3 From: micki <micki(a)micki-laptop.(none)> Change ntrig_input_mapped function to support EV_MSC events. Support pen button left/right N-trig is changing the way people interact with computers by providing a dual-mode pen and true multi-touch input device, specifically designed for today's advanced computing world. ... 8 Mar 2010 16:25
[PATCH 6/7] HID: N-trig MTM Driver fix And cleanup patch 6 From: micki <micki(a)micki-laptop.(none)> Update struct hid_driver ntrig_driver. add debug module parameters N-trig is changing the way people interact with computers by providing a dual-mode pen and true multi-touch input device, specifically designed for today's advanced computing world. N-trig DuoSense® solutio... 8 Mar 2010 16:25 |