diff options
author | Lionel Landwerlin <lionel.landwerlin@openwide.fr> | 2009-12-06 22:21:58 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-12-06 22:23:20 +0100 |
commit | 1041563b1a04536d339224bd3c0bdfc37e74bb40 (patch) | |
tree | 1d675b7af7e6a4767a2eab2bbe9092269ab2de05 /CHANGES | |
parent | 20417bbf4e8be341c6754e5444c58ad1a25f3096 (diff) | |
download | buildroot-novena-1041563b1a04536d339224bd3c0bdfc37e74bb40.tar.gz buildroot-novena-1041563b1a04536d339224bd3c0bdfc37e74bb40.zip |
directfb: Fix ps2mouse driver availability
Closes #553.
The ps2mouse driver is miss named because it's not only a driver for
ps2 mice, but also usb mice. So it's not only limited to PC architecture
(x86 & x86-64).
Signed-off-by: Lionel Landwerlin <lionel.landwerlin@openwide.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2,12 +2,13 @@ New packages: tcpreplay - Updated/fixed packages: autoconf, bind, binutils, busybox, iw, - libpcap, lighttpd, mesa, pcre, usbutils + Updated/fixed packages: autoconf, bind, binutils, busybox, + directfb, iw, libpcap, lighttpd, mesa, pcre, usbutils Issues resolved (http://bugs.uclibc.org): #515: tcpreplay: new package + #553: Wrong DirectFB ps2mouse limitation #559: mesa3d build fails #749: Bump usbutils package to version 0.86 #751: Kernel 2.6 snapshot fetch fail |