diff options
author | Bartlomiej Sieka <tur@semihalf.com> | 2006-08-03 23:20:13 +0200 |
---|---|---|
committer | Bartlomiej Sieka <tur@semihalf.com> | 2006-08-03 23:20:13 +0200 |
commit | e51aae382979dd838cd5d4027bb21072b7f03a20 (patch) | |
tree | 09a2d64cb23c360373fb06a2b6d0b752431e188f /CHANGELOG | |
parent | 7455af41d19d5e0194e23f3b06f1bf64e3430d62 (diff) | |
download | u-boot-imx-e51aae382979dd838cd5d4027bb21072b7f03a20.zip u-boot-imx-e51aae382979dd838cd5d4027bb21072b7f03a20.tar.gz u-boot-imx-e51aae382979dd838cd5d4027bb21072b7f03a20.tar.bz2 |
Prevent USB commands from working when USB is stopped.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ Changes since U-Boot 1.1.4: ====================================================================== +* Prevent USB commands from working when USB is stopped. + * Add rudimentary handling of alternate settings of USB interfaces. This is in order to fix issues with some USB sticks or knives timing out during initialisation. Some code readability improvements. |