]> git.sur5r.net Git - u-boot/commit
usb: Avoid open-coded USB constants in usb_kbd.c
authorSimon Glass <sjg@chromium.org>
Mon, 9 Nov 2015 06:48:04 +0000 (23:48 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 20 Nov 2015 03:27:52 +0000 (20:27 -0700)
commit2cdb58ebdc3268a261cd3761b730ca4b98d37985
tree66c39d1586858258b51fffe793f2408ec9352199
parent17627609e0b5d2222233c852d316276d67695c6e
usb: Avoid open-coded USB constants in usb_kbd.c

Replace the open-coded values with constants to make it clearer what they
mean.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/usb_kbd.c