diff options
author | Wolfgang Denk <wd@fifi.denx.de> | 2006-06-16 16:40:54 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@fifi.denx.de> | 2006-06-16 16:40:54 +0200 |
commit | bc8bb6d458a2dfb5ae220b7df057e0f508c538ad (patch) | |
tree | 25c7d1016aa00b2b5be2c84dba99bed0ae0f9f5f /CHANGELOG | |
parent | cebd1fcec0f7a484ca7e8ecce76c6d9c211368ec (diff) | |
download | u-boot-imx-bc8bb6d458a2dfb5ae220b7df057e0f508c538ad.zip u-boot-imx-bc8bb6d458a2dfb5ae220b7df057e0f508c538ad.tar.gz u-boot-imx-bc8bb6d458a2dfb5ae220b7df057e0f508c538ad.tar.bz2 |
Add support for PS/2 keyboard on TQM85xx board
Patch by Martin Krause, 07 Nov 2005
Tested on a STK85XX baseboard. Make sure the PS/2 controller
has been programmed. Jumper Settings: X66 1-2, 9-10; X61 2-3
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,12 @@ Changes since U-Boot 1.1.4: ====================================================================== +* Add support for PS/2 keyboard on TQM85xx board + Patch by Martin Krause, 07 Nov 2005 + + Tested on a STK85XX baseboard. Make sure the PS/2 controller + has been programmed. Jumper Settings: X66 1-2, 9-10; X61 2-3 + * Fix TRAB channel switching delay for trab_fkt.bin standalone applikation In tsc2000_read_channel() the delay after setting the multiplexer to a temperature channel is increased from 1,5 ms to 10 ms. This |