All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] xserver-kdrive: update to 1.11.1.902
@ 2011-11-30 10:33 Xiaofeng Yan
  2011-11-30 10:33 ` [PATCH 1/2] x11-common: Change drive mode of Xfbdev when xserver using framebuffer Xiaofeng Yan
  2011-11-30 10:33 ` [PATCH 2/2] xserver-kdrive: update to 1.11.1.902 Xiaofeng Yan
  0 siblings, 2 replies; 8+ messages in thread
From: Xiaofeng Yan @ 2011-11-30 10:33 UTC (permalink / raw)
  To: openembedded-core

From: Xiaofeng Yan <xiaofeng.yan@windriver.com>

Some changes during updating this package.

1 Change keyboard drive mode of start X from keyboard to evdev. 
2 Comment some obsolete patches
I didn't remove patches commented by "#". If this new vesion is stable after using or testing.
I will remove them.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: xiaofeng/update
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/update

Thanks,
    Xiaofeng Yan <xiaofeng.yan@windriver.com>
---


Xiaofeng Yan (2):
  x11-common: Change drive mode of Xfbdev when xserver using
    framebuffer
  xserver-kdrive: update to 1.11.1.902

 .../x11-common/x11-common/etc/X11/Xserver          |    4 ++-
 .../xorg-xserver/xserver-kdrive_1.11.1.902.bb      |   37 ++++++++++++++++++++
 2 files changed, 40 insertions(+), 1 deletions(-)
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.11.1.902.bb




^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH 0/2] xserver-kdrive: update to 1.11.2
@ 2011-12-02  5:27 Xiaofeng Yan
  2011-12-02  5:27 ` [PATCH 1/2] x11-common: Change drive mode of Xfbdev when xserver using framebuffer Xiaofeng Yan
  0 siblings, 1 reply; 8+ messages in thread
From: Xiaofeng Yan @ 2011-12-02  5:27 UTC (permalink / raw)
  To: openembedded-core

From: Xiaofeng Yan <xiaofeng.yan@windriver.com>

Some changes during updating this package.

1 Change keyboard drive mode of start X from keyboard to evdev. 
2 Comment some obsolete patches

I didn't remove patches commented by "#". If this new vesion is stable after using or testing.
I will remove them.


Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: xiaofeng/update
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/update

Thanks,
    Xiaofeng Yan <xiaofeng.yan@windriver.com>
---


Xiaofeng Yan (2):
  x11-common: Change drive mode of Xfbdev when xserver using
    framebuffer
  xserver-kdrive: update to 1.11.2

 .../x11-common/x11-common/etc/X11/Xserver          |    4 +-
 .../xserver-kdrive-1.11.2/disable-apm.patch        |   22 +
 .../enable-builtin-fonts.patch                     |   16 +
 .../xserver-kdrive-1.11.2/extra-kmodes.patch       |   82 +++
 .../xserver-kdrive-1.11.2/fbdev_xrandr_ioctl.patch |   57 +++
 .../fix-newer-xorg-headers.patch                   |   13 +
 .../hide-cursor-and-ppm-root.patch                 |  298 +++++++++++
 .../xserver-kdrive-1.11.2/kdrive-evdev.patch       |  520 ++++++++++++++++++++
 .../xserver-kdrive-1.11.2/kdrive-use-evdev.patch   |   58 +++
 .../keyboard-resume-workaround.patch               |   26 +
 .../xserver-kdrive-1.11.2/no-serial-probing.patch  |   16 +
 .../xserver-kdrive-1.11.2/optional-xkb.patch       |   62 +++
 .../xorg-xserver/xserver-kdrive_1.11.2.bb          |   35 ++
 13 files changed, 1208 insertions(+), 1 deletions(-)
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-kdrive-1.11.2/disable-apm.patch
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-kdrive-1.11.2/enable-builtin-fonts.patch
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-kdrive-1.11.2/extra-kmodes.patch
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-kdrive-1.11.2/fbdev_xrandr_ioctl.patch
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-kdrive-1.11.2/fix-newer-xorg-headers.patch
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-kdrive-1.11.2/hide-cursor-and-ppm-root.patch
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-kdrive-1.11.2/kdrive-evdev.patch
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-kdrive-1.11.2/kdrive-use-evdev.patch
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-kdrive-1.11.2/keyboard-resume-workaround.patch
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-kdrive-1.11.2/no-serial-probing.patch
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-kdrive-1.11.2/optional-xkb.patch
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.11.2.bb




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-12-02  5:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-30 10:33 [PATCH 0/2] xserver-kdrive: update to 1.11.1.902 Xiaofeng Yan
2011-11-30 10:33 ` [PATCH 1/2] x11-common: Change drive mode of Xfbdev when xserver using framebuffer Xiaofeng Yan
2011-11-30 10:50   ` Koen Kooi
2011-11-30 11:00     ` Xiaofeng Yan
2011-11-30 10:33 ` [PATCH 2/2] xserver-kdrive: update to 1.11.1.902 Xiaofeng Yan
2011-11-30 10:44   ` Martin Jansa
2011-11-30 11:17     ` Xiaofeng Yan
  -- strict thread matches above, loose matches on Subject: below --
2011-12-02  5:27 [PATCH 0/2] xserver-kdrive: update to 1.11.2 Xiaofeng Yan
2011-12-02  5:27 ` [PATCH 1/2] x11-common: Change drive mode of Xfbdev when xserver using framebuffer Xiaofeng Yan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.