Re: [OE-core] [PATCH 1/1] Limit the kbdrate application to x86, mips and sparc.

2013-06-24 Thread jhuang0
On 6/24/2013 11:23 PM, Richard Purdie wrote: On Mon, 2013-06-24 at 08:18 -0700, Saul Wold wrote: On 06/24/2013 12:45 AM, jhuang0 wrote: On 6/24/2013 3:23 PM, Paul Barker wrote: On 24 Jun 2013 07:28, mailto:jackie.hu...@windriver.com>> wrote: > > From: Jackie Huang mailto:jackie.hu...@w

Re: [OE-core] [PATCH 1/1] Limit the kbdrate application to x86, mips and sparc.

2013-06-24 Thread Richard Purdie
On Mon, 2013-06-24 at 08:18 -0700, Saul Wold wrote: > On 06/24/2013 12:45 AM, jhuang0 wrote: > > > > > > On 6/24/2013 3:23 PM, Paul Barker wrote: > >> On 24 Jun 2013 07:28, >> > wrote: > >> > > >> > From: Jackie Huang >> > >

Re: [OE-core] [PATCH 1/1] Limit the kbdrate application to x86, mips and sparc.

2013-06-24 Thread Saul Wold
On 06/24/2013 12:45 AM, jhuang0 wrote: On 6/24/2013 3:23 PM, Paul Barker wrote: On 24 Jun 2013 07:28, mailto:jackie.hu...@windriver.com>> wrote: > > From: Jackie Huang mailto:jackie.hu...@windriver.com>> > > The code relies on hardware specific memory locations to access > and modify the

Re: [OE-core] [PATCH 1/1] Limit the kbdrate application to x86, mips and sparc.

2013-06-24 Thread jhuang0
On 6/24/2013 3:23 PM, Paul Barker wrote: On 24 Jun 2013 07:28, mailto:jackie.hu...@windriver.com>> wrote: > > From: Jackie Huang mailto:jackie.hu...@windriver.com>> > > The code relies on hardware specific memory locations to access > and modify the keyboard repeat rate. It also requires

Re: [OE-core] [PATCH 1/1] Limit the kbdrate application to x86, mips and sparc.

2013-06-24 Thread Paul Barker
On 24 Jun 2013 07:28, wrote: > > From: Jackie Huang > > The code relies on hardware specific memory locations to access > and modify the keyboard repeat rate. It also requires read/write > access to /dev/port which doesn't exist on every architecture's > root fs. The defect was raised for Qemu

[OE-core] [PATCH 1/1] Limit the kbdrate application to x86, mips and sparc.

2013-06-23 Thread jackie.huang
From: Jackie Huang The code relies on hardware specific memory locations to access and modify the keyboard repeat rate. It also requires read/write access to /dev/port which doesn't exist on every architecture's root fs. The defect was raised for Qemu PowerPC but it also fails on ARM. The keyb