OBS User unknown
2008-04-27 08:24:29 +00:00
committed by Git OBS Bridge
parent 518bc6ae02
commit 09d5596d97
4 changed files with 89 additions and 26 deletions

View File

@@ -1,17 +1,51 @@
-------------------------------------------------------------------
--------------------------------------------------------------------
Sat Apr 26 14:32:40 CEST 2008 - marco@suse.de
- added brl-driver patch and brld patch from Klaus Knopper
the patch added the missing init stuff for brl.x and brl.y
it also removes some mutex lock/unlock in brld
- improved the key-handling for some fhp-serial displays
--------------------------------------------------------------------
Sun Apr 6 22:55:08 CEST 2008 - marco@suse.de
- added some checks to the brl-drivers
check the return value of "write" to detect a disconnect
- new init-sequence for fhp el-usb-displays
- Fhp_usb/Fhp driver - use "select" in readbrl to wait for incoming data
- fixed a possible memory-lack in Fhp_usb and Fhp
- clear and reload the keymaps after sbl has reconnected to brld
- some code cleanup in sbl
- added some brl_fd checks to brld
- brld - added mutexes to brl_ok to protect brl_dev and keybuf
--------------------------------------------------------------------
Mon Mar 24 21:30:00 CET 2008 - Klaus Knopper knoppix@knopper.net
- make brld start with a configured but disconnected braille device
- auto-reconnect in brld
- change device drivers in order to always get geometry regardless
of device open
--------------------------------------------------------------------
Mon Mar 17 10:25:08 CET 2008 - marco@suse.de
- added suppot for kbdsniffd to sbl
- added config variables to suse-blinux.conf
- kbd_key and kbd_port
- removed config variable brld_host (using only localhost)
- keymaps - only kbdsniffon1 is used to enable sniffing mode
- kbdsniffon2 and kbdsniffoff are not longer used
- fixed a possilbe bug during brld reconnect
- brld is now listening only on localhost not on all devices
- using libbrld.so.1 instead of libbrld.so
- using libspeechd.so.2 instead of libspeechd.so
- sbl does not longer require brld at start-time
--------------------------------------------------------------------
Thu Feb 28 17:38:51 CET 2008 - ro@suse.de
- add defattr to orca subpackage
--------------------------------------------------------------------
Fri Feb 22 14:27:24 CET 2008 - marco@suse.de
- apply changes from schwab@suse.de (removed sa_restorer)
--------------------------------------------------------------------
Fri Feb 22 14:01:55 CET 2008 - marco@suse.de
- fixed some build problems for x86_64 (using libdir instead of fixed pathnames)
- add defattr to orca subpackage
--------------------------------------------------------------------
Tue Feb 19 14:19:57 CET 2008 - marco@suse.de