commit | 3b20fd83c73c22acfcb0c6663be747bd5c8b7011 | [log] [tgz] |
---|---|---|
author | Ryan CHEN <ryan.chen@st.com> | Wed Aug 20 13:00:17 2008 -0400 |
committer | Wolfgang Denk <wd@denx.de> | Tue Sep 09 17:02:59 2008 +0200 |
tree | 30732e12d39390eda22338e98db7b8ab9025bf22 | |
parent | eba1f2fc75f128a9a6c1328d786996a93fd7a707 [diff] |
Correct drv_usb_kbd_init function The patch is that check if usb_get_dev_index() function return valid pointer. If valid, continue. Otherwise return -1. Signed-off-by: Ryan Chen <ryan.chen@st.com> Acked-by: Markus Klotzbuecher <mk@denx.de>