Another approach to IR
On Tue, 2009-12-01 at 10:08 -0500, Jon Smirl wrote: While reading all of these IR threads another way of handling IR occurred to me that pretty much eliminates the need for LIRC and configuration files in default cases. The best way to make everything "just work" is to eliminate it. The first observ... 4 Dec 2009 11:45
[RFC v2] Another approach to IR
While reading all of these IR threads another way of handling IR occurred to me that pretty much eliminates the need for LIRC and configuration files in default cases. The best way to make everything "just work" is to eliminate it. The first observation is that the IR profile of various devices are well known. M... 1 Dec 2009 10:30
percpu: refactor the code in pcpu_[de]populate_chunk()
On 12/01/2009 04:13 PM, Cong Wang wrote: Using break statement at the end of a for loop is confusing, refactor it by replacing the for loop. Signed-off-by: WANG Cong <amwang(a)redhat.com> Applied to percpu#for-next. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linu... 1 Dec 2009 10:30
DFU Driver for Atheros bluetooth chipset AR3011
Hi Marcel, Signed-off-by: Vikram Kandukuri <Vikram.Kandukuri(a)atheors.com> Signed-off-by: Alicke Xu <sxu(a)atheros.com> Reviewed-by: Luis R. Rodriguez <lrodriguez(a)atheros.com> --- drivers/bluetooth/Kconfig | 12 +++ drivers/bluetooth/Makefile | 1 + drivers/bluetooth/ath3k.c | 191 +++++++++++++++++++++... 6 Jan 2010 16:33
Signal from kernel space to user space
Hi everyone Im still new to the kernel development world :)and I was wondering what functions I can use in the kernel space for a signal to be sent to the userspace I tryed a number of examples I found after I did some googling that used the API "send_sig_info" however nothing worked :( Any help would be ... 3 Dec 2009 10:20
USB: Added USB_ETH_RNDIS to use instead of CONFIG_USB_ETH_RNDIS
Michal Nazarewicz wrote: From: Michal Nazarewicz <m.nazarewicz(a)samsung.com> If g_ether and g_multi are both built CONFIG_USB_ETH_RNDIS symbol may be redefined in the later and, whats even worse, g_ether's settings may affect g_multi's. This adds a USB_ETH_RNDIS symbol defined at the beginning of eth... 1 Dec 2009 02:51
virtio: set pci bus master enable bit
On Mon, 30 Nov 2009 02:22:01 am Michael S. Tsirkin wrote: As all virtio devices perform DMA, we must enable bus mastering for them to be spec compliant. Signed-off-by: Michael S. Tsirkin <mst(a)redhat.com> --- drivers/virtio/virtio_pci.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)... 4 Dec 2009 18:31
MIPS: Wire up recvmmsg syscall
On Mon, Nov 30, 2009 at 05:50:15PM -0200, Arnaldo Carvalho de Melo wrote: From: Arnaldo Carvalho de Melo <acme(a)redhat.com> Cc: Ralf Baechle <ralf(a)linux-mips.org> Signed-off-by: Arnaldo Carvalho de Melo <acme(a)redhat.com> --- arch/mips/include/asm/unistd.h | 15 +++++++++------ 1 files changed,... 30 Nov 2009 15:50
2.6.32-rc8: amd64_edac slub error
Hi, Loading amd64_edac_mod on an amd64 system without the expected hardware support causes memory usage error(s). Is this already fixed/patched? Do you need more info? Thanks. # modprobe amd64_edac_mod calling amd64_edac_init+0x0/0x849 [amd64_edac_mod] @ 22156 EDAC amd64_edac: Ver: 3.2.0 Nov 24 200... 2 Dec 2009 17:49
[PATCH 1/3] [resend] usbtouchscreen: convert from usb_device to usb_interface
Convert usbtouchscreen from storing usb_device to usb_interface. This is needed for multi-interface touchscreen devices such as iNexio. Signed-off-by: Ondrej Zary <linux(a)rainbow-software.org> --- linux-source-2.6.31/drivers/input/touchscreen/usbtouchscreen.c.orig 2009-11-23 09:56:27.000000000 +0100 +++ linux-... 30 Nov 2009 08:03