[meta-intel] [PATCH 0/4] Fixes for keyboard/mouse issues for bunch of BSPs

2013-10-01 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com

EMGD based and noemgd BSPs also use older version of X, and they need
some of the config options, removed by the earlier commits. Bringing 
back the needed options in xorg.conf of the affected BSPs to get their
keyboard and mouse working again.

Thanks,
Nitin

The following changes since commit 7dfb8ba7e099ac548d31cc67072df10117e9aafa:

  common: Remove obsolete QAT-related recipes (2013-09-26 10:14:34 -0500)

are available in the git repository at:

  git://git.yoctoproject.org/meta-intel-contrib nitin/misc
  http://git.yoctoproject.org/cgit.cgi/meta-intel-contrib/log/?h=nitin/misc

Nitin A Kamble (4):
  crownbay, crownbay-noemgd: fix xorg.conf
  emenlow, emenlow-noemgd: fix xorg.conf
  fri2, fri2-noemgd: fix xorg.conf
  sys940x, sys940x-noemgd: fix xorg.conf

 .../xorg-xserver/xserver-xf86-config/crownbay-noemgd/xorg.conf   | 4 
 .../xorg-xserver/xserver-xf86-config/crownbay/xorg.conf  | 5 +
 .../xorg-xserver/xserver-xf86-config/emenlow-noemgd/xorg.conf| 5 +
 .../xorg-xserver/xserver-xf86-config/emenlow/xorg.conf   | 5 +
 .../xorg-xserver/xserver-xf86-config/fri2-noemgd/xorg.conf   | 4 
 .../recipes-graphics/xorg-xserver/xserver-xf86-config/fri2/xorg.conf | 5 +
 .../xorg-xserver/xserver-xf86-config/sys940x-noemgd/xorg.conf| 4 
 .../xorg-xserver/xserver-xf86-config/sys940x/xorg.conf   | 5 +
 8 files changed, 37 insertions(+)
 create mode 100644 
meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay-noemgd/xorg.conf
 create mode 100644 
meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2-noemgd/xorg.conf
 create mode 100644 
meta-sys940x/recipes-graphics/xorg-xserver/xserver-xf86-config/sys940x-noemgd/xorg.conf

-- 
1.8.1.4

___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


[meta-intel] [PATCH 2/4] emenlow, emenlow-noemgd: fix xorg.conf

2013-10-01 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com

These BSPs use older version of X and need these config options
in xorg.conf for keyboard  mouse to work.

Fixes bug:
[YOCTO #5279]

Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com
---
 .../xorg-xserver/xserver-xf86-config/emenlow-noemgd/xorg.conf| 5 +
 .../xorg-xserver/xserver-xf86-config/emenlow/xorg.conf   | 5 +
 2 files changed, 10 insertions(+)

diff --git 
a/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow-noemgd/xorg.conf
 
b/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow-noemgd/xorg.conf
index 3316e54..aa6f32b 100644
--- 
a/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow-noemgd/xorg.conf
+++ 
b/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow-noemgd/xorg.conf
@@ -20,3 +20,8 @@ Section ServerLayout
 Identifier Default Layout
 Screen Default Screen
 EndSection
+
+Section ServerFlags
+OptionDontZap  0
+OptionAutoAddDevices  False
+EndSection
diff --git 
a/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow/xorg.conf
 
b/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow/xorg.conf
index 5217963..662f60f 100644
--- 
a/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow/xorg.conf
+++ 
b/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config/emenlow/xorg.conf
@@ -41,3 +41,8 @@ Section ServerLayout
# InputDeviceKeyboard0 CoreKeyboard
# InputDeviceDevInputMice SendCoreEvents
 EndSection
+
+Section ServerFlags
+OptionDontZap  0
+OptionAutoAddDevices  False
+EndSection
-- 
1.8.1.4

___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


[meta-intel] [PATCH 1/4] crownbay, crownbay-noemgd: fix xorg.conf

2013-10-01 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com

These BSPs use older version of X and need these config options
in xorg.conf for keyboard  mouse to work.

Fixes bug:
[YOCTO #5279]

Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com
---
 .../xorg-xserver/xserver-xf86-config/crownbay-noemgd/xorg.conf   | 4 
 .../xorg-xserver/xserver-xf86-config/crownbay/xorg.conf  | 5 +
 2 files changed, 9 insertions(+)
 create mode 100644 
meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay-noemgd/xorg.conf

diff --git 
a/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay-noemgd/xorg.conf
 
b/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay-noemgd/xorg.conf
new file mode 100644
index 000..2b8ca52
--- /dev/null
+++ 
b/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay-noemgd/xorg.conf
@@ -0,0 +1,4 @@
+Section ServerFlags
+OptionDontZap  0
+OptionAutoAddDevices  False
+EndSection
diff --git 
a/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf
 
b/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf
index 5217963..662f60f 100644
--- 
a/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf
+++ 
b/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf
@@ -41,3 +41,8 @@ Section ServerLayout
# InputDeviceKeyboard0 CoreKeyboard
# InputDeviceDevInputMice SendCoreEvents
 EndSection
+
+Section ServerFlags
+OptionDontZap  0
+OptionAutoAddDevices  False
+EndSection
-- 
1.8.1.4

___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


Re: [meta-intel] [PATCH 0/4] Fixes for keyboard/mouse issues for bunch of BSPs

2013-10-01 Thread Darren Hart
On Tue, 2013-10-01 at 11:35 -0700, nitin.a.kam...@intel.com wrote:
 From: Nitin A Kamble nitin.a.kam...@intel.com
 
 EMGD based and noemgd BSPs also use older version of X, and they need
 some of the config options, removed by the earlier commits. Bringing 
 back the needed options in xorg.conf of the affected BSPs to get their
 keyboard and mouse working again.

Do the noemgd versions need to use the older version of X? Seems like
they should work fine using  VESA or FB of the latest version of X and
not need the xorg changes. It would be preferable to restrict the
xorg.conf hackery to only EMGD machines if possible.

--
Darren

 
 Thanks,
 Nitin
 
 The following changes since commit 7dfb8ba7e099ac548d31cc67072df10117e9aafa:
 
   common: Remove obsolete QAT-related recipes (2013-09-26 10:14:34 -0500)
 
 are available in the git repository at:
 
   git://git.yoctoproject.org/meta-intel-contrib nitin/misc
   http://git.yoctoproject.org/cgit.cgi/meta-intel-contrib/log/?h=nitin/misc
 
 Nitin A Kamble (4):
   crownbay, crownbay-noemgd: fix xorg.conf
   emenlow, emenlow-noemgd: fix xorg.conf
   fri2, fri2-noemgd: fix xorg.conf
   sys940x, sys940x-noemgd: fix xorg.conf
 
  .../xorg-xserver/xserver-xf86-config/crownbay-noemgd/xorg.conf   | 4 
  .../xorg-xserver/xserver-xf86-config/crownbay/xorg.conf  | 5 
 +
  .../xorg-xserver/xserver-xf86-config/emenlow-noemgd/xorg.conf| 5 
 +
  .../xorg-xserver/xserver-xf86-config/emenlow/xorg.conf   | 5 
 +
  .../xorg-xserver/xserver-xf86-config/fri2-noemgd/xorg.conf   | 4 
  .../recipes-graphics/xorg-xserver/xserver-xf86-config/fri2/xorg.conf | 5 
 +
  .../xorg-xserver/xserver-xf86-config/sys940x-noemgd/xorg.conf| 4 
  .../xorg-xserver/xserver-xf86-config/sys940x/xorg.conf   | 5 
 +
  8 files changed, 37 insertions(+)
  create mode 100644 
 meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay-noemgd/xorg.conf
  create mode 100644 
 meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2-noemgd/xorg.conf
  create mode 100644 
 meta-sys940x/recipes-graphics/xorg-xserver/xserver-xf86-config/sys940x-noemgd/xorg.conf
 

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel


___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


Re: [meta-intel] [PATCH 1/4] crownbay, crownbay-noemgd: fix xorg.conf

2013-10-01 Thread Burton, Ross
On 1 October 2013 19:35,  nitin.a.kam...@intel.com wrote:
 +OptionDontZap  0

This is the default, so you won't need this.  I'd also love to see
some xorg logs to understand why turning off hotplug makes input work
- maybe the udev environment is broken.

Ross
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


Re: [meta-intel] [PATCH 1/4] crownbay, crownbay-noemgd: fix xorg.conf

2013-10-01 Thread Kamble, Nitin A


 -Original Message-
 From: Burton, Ross [mailto:ross.bur...@intel.com]
 Sent: Tuesday, October 01, 2013 11:51 AM
 To: Kamble, Nitin A
 Cc: Zanussi, Tom; Hart, Darren; meta-intel@yoctoproject.org
 Subject: Re: [meta-intel] [PATCH 1/4] crownbay, crownbay-noemgd: fix
 xorg.conf
 
 On 1 October 2013 19:35,  nitin.a.kam...@intel.com wrote:
  +OptionDontZap  0
 
 This is the default, so you won't need this. 
That seems correct. I was wondering there must be some reason to add this 
option. Whoever
added it for the 1st time, must have some thinking to add it.

  I'd also love to see some xorg logs
 to understand why turning off hotplug makes input work
 - maybe the udev environment is broken.

I have posted the logs on the bug now. I think I have posted the log earlier, 
somehow my update on the bug did not reach to bz earlier.

It looks like udev env is broken, and should be checked. But then why is it 
working with newer Xserver.

Nitin


 
 Ross
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


Re: [meta-intel] [PATCH 0/4] Fixes for keyboard/mouse issues for bunch of BSPs

2013-10-01 Thread Kamble, Nitin A
I have sent another fix for this issue, which enables the evdev kernel driver.
So this thread can be ignored now.

Nitin


 -Original Message-
 From: Hart, Darren
 Sent: Tuesday, October 01, 2013 11:47 AM
 To: Kamble, Nitin A
 Cc: Zanussi, Tom; meta-intel@yoctoproject.org
 Subject: Re: [PATCH 0/4] Fixes for keyboard/mouse issues for bunch of BSPs
 
 On Tue, 2013-10-01 at 11:35 -0700, nitin.a.kam...@intel.com wrote:
  From: Nitin A Kamble nitin.a.kam...@intel.com
 
  EMGD based and noemgd BSPs also use older version of X, and they need
  some of the config options, removed by the earlier commits. Bringing
  back the needed options in xorg.conf of the affected BSPs to get their
  keyboard and mouse working again.
 
 Do the noemgd versions need to use the older version of X? Seems like they
 should work fine using  VESA or FB of the latest version of X and not need the
 xorg changes. It would be preferable to restrict the xorg.conf hackery to only
 EMGD machines if possible.
 
 --
 Darren
 
 
  Thanks,
  Nitin
 
  The following changes since commit
 7dfb8ba7e099ac548d31cc67072df10117e9aafa:
 
common: Remove obsolete QAT-related recipes (2013-09-26 10:14:34
  -0500)
 
  are available in the git repository at:
 
git://git.yoctoproject.org/meta-intel-contrib nitin/misc
 
  http://git.yoctoproject.org/cgit.cgi/meta-intel-contrib/log/?h=nitin/m
  isc
 
  Nitin A Kamble (4):
crownbay, crownbay-noemgd: fix xorg.conf
emenlow, emenlow-noemgd: fix xorg.conf
fri2, fri2-noemgd: fix xorg.conf
sys940x, sys940x-noemgd: fix xorg.conf
 
   .../xorg-xserver/xserver-xf86-config/crownbay-noemgd/xorg.conf   | 4
 
   .../xorg-xserver/xserver-xf86-config/crownbay/xorg.conf  | 5 
  +
   .../xorg-xserver/xserver-xf86-config/emenlow-noemgd/xorg.conf| 5
 +
   .../xorg-xserver/xserver-xf86-config/emenlow/xorg.conf   | 5 
  +
   .../xorg-xserver/xserver-xf86-config/fri2-noemgd/xorg.conf   | 4 
  
   .../recipes-graphics/xorg-xserver/xserver-xf86-config/fri2/xorg.conf | 5
 +
   .../xorg-xserver/xserver-xf86-config/sys940x-noemgd/xorg.conf| 4
 
   .../xorg-xserver/xserver-xf86-config/sys940x/xorg.conf   | 5 
  +
   8 files changed, 37 insertions(+)
   create mode 100644
  meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-
 config/crownb
  ay-noemgd/xorg.conf  create mode 100644
  meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2-noemg
  d/xorg.conf  create mode 100644
  meta-sys940x/recipes-graphics/xorg-xserver/xserver-xf86-config/sys940x
  -noemgd/xorg.conf
 
 
 --
 Darren Hart
 Intel Open Source Technology Center
 Yocto Project - Linux Kernel
 

___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel