Add UG_2965SWEG01 driver from Darcy Gong; fix logic error in how waiters are reawakened in the USB HID keyboard driver

git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5462 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-12-26 20:04:57 +00:00
parent 373e145e54
commit 8ed19bb07d
10 changed files with 1613 additions and 7 deletions
+1
View File
@@ -227,5 +227,6 @@ int hidkbd_main(int argc, char *argv[])
close(fd);
}
}
return 0;
}