From 41f052cc7b494d198e5bcb662790c1c1102c5dfb Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 7 Sep 2013 10:12:02 -0600 Subject: Fix warnings in USB MSC when compiled for a high speed device; also fix USB MSC default VID/PID configuration --- apps/ChangeLog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/ChangeLog.txt') diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt index c91f07574..4d076afa1 100644 --- a/apps/ChangeLog.txt +++ b/apps/ChangeLog.txt @@ -640,5 +640,5 @@ though msconn returned. The USB MSC logic really should not use a pthread, but we are stuck with that for now. The work-around is the msconn now daemonizes itself so that it so taht the pthread - is created in a different task group (2013-8-6). + is created in a different task group (2013-9-7). -- cgit v1.2.3