1. 22 10月, 2020 1 次提交
  2. 08 8月, 2020 1 次提交
  3. 04 8月, 2020 1 次提交
  4. 12 6月, 2020 1 次提交
  5. 19 5月, 2020 1 次提交
  6. 25 11月, 2019 1 次提交
    • H
      dm: test: usb: rework keyboard test · 12f1e790
      Heinrich Schuchardt 提交于
      Allow the unit test to pass full 8 byte scan code sequences to the USB
      keyboard emulation driver and to parse multi-byte escape sequences.
      
      The following features are not yet tested:
      
      * LED status
      * caps-lock
      * num-lock
      * numerical pad keys
      
      The following features are not yet implemented by the USB keyboard
      driver and therefore not tested:
      
      * modifiers for non-alpha-numeric keys, e.g. <SHIFT><TAB> and <ALT><F4>
      * some special keys, e.g. <PRINT>
      * some modifiers, e.g. <ALT> and <META>
      * alternative keyboard layouts
      Signed-off-by: NHeinrich Schuchardt <xypron.glpk@gmx.de>
      12f1e790
  7. 13 7月, 2019 1 次提交
  8. 07 5月, 2018 1 次提交
    • T
      SPDX: Convert all of our single license tags to Linux Kernel style · 83d290c5
      Tom Rini 提交于
      When U-Boot started using SPDX tags we were among the early adopters and
      there weren't a lot of other examples to borrow from.  So we picked the
      area of the file that usually had a full license text and replaced it
      with an appropriate SPDX-License-Identifier: entry.  Since then, the
      Linux Kernel has adopted SPDX tags and they place it as the very first
      line in a file (except where shebangs are used, then it's second line)
      and with slightly different comment styles than us.
      
      In part due to community overlap, in part due to better tag visibility
      and in part for other minor reasons, switch over to that style.
      
      This commit changes all instances where we have a single declared
      license in the tag as both the before and after are identical in tag
      contents.  There's also a few places where I found we did not have a tag
      and have introduced one.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      83d290c5
  9. 28 4月, 2018 1 次提交
  10. 01 10月, 2017 1 次提交
    • B
      test: dm: usb: Update test cases for USB · f4d4f7d4
      Bin Meng 提交于
      Now that we have changed to remove all devices under the root hub in
      usb_stop(), and corrected the USB emulator select logic, it makes no
      sense to do various tests based on 'usb tree' output since the order
      of devices is no longer fixed. Remove these USB test cases related
      to 'usb tree'.
      
      For the USB remove test, ideally we should remove an emulator device
      node from the device tree, but this is so far not working. Change to
      test the 'usb stop' only.
      Signed-off-by: NBin Meng <bmeng.cn@gmail.com>
      f4d4f7d4
  11. 15 3月, 2016 4 次提交
  12. 14 1月, 2016 1 次提交
  13. 12 1月, 2016 1 次提交
  14. 20 11月, 2015 5 次提交
  15. 21 5月, 2015 1 次提交
  16. 19 4月, 2015 1 次提交