From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-il1-f177.google.com (mail-il1-f177.google.com [209.85.166.177]) by mx.groups.io with SMTP id smtpd.web10.1363.1650652849171399634 for ; Fri, 22 Apr 2022 11:40:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=h87rGDyd; spf=pass (domain: gmail.com, ip: 209.85.166.177, mailfrom: harlydavidsen@gmail.com) Received: by mail-il1-f177.google.com with SMTP id e1so5605118ile.2 for ; Fri, 22 Apr 2022 11:40:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:date:mime-version:user-agent:subject:content-language :references:to:from:disposition-notification-to:in-reply-to :content-transfer-encoding; bh=3O2rsRk/b4vIElFLrW5F7cGzGIriyj/KWT4S9sLwuwk=; b=h87rGDyd2BinpiokZoFniQSSSXavoDJ5ih4c3zrEP/Q27j9IYxDmVJSLjOrAqGVNg1 dvj3mQMIHot2rWzdstfq+TZP3aZcoOA17mTMyHH/A/+SEJ+IFv+JT0y/ee0mIF2jwgun dUjEEEWXwmudiDdHmyLrdI4fg1fAM3v2UeWYh+WnZ4Ob9Vbt/QcpQlBiH0uiz5SPCzJS l2imoDSd1vdbAzmq+ouVvvIHclkUi8dchlt0vOzlo/cvqwBSSisQ2TInhm9eCtpTUCQL 0i90LfF/xH/PkBWK63x2U1wsRxLwL5wo2yXAXZWI74KUy4Zfg0/yfTq0BxfGUInb9acE YNVw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:references:to:from:disposition-notification-to :in-reply-to:content-transfer-encoding; bh=3O2rsRk/b4vIElFLrW5F7cGzGIriyj/KWT4S9sLwuwk=; b=l1OHoUB/6KoADHj3yIxQ/SmZodmGKK8XD5xUFfhdWwm+FL4qE07f9COUlnjRhRCJVr G/WseoEIfkBSVh6EJFmTEpd7eV4UMIcTD5W0F4F9WwkikK9DT7/ofKCdAPRCgdgvvbJG OHPbIS1BPLVKMF667Sb4vpmFvge3AkQXarVBB8ybzUOvK6Pr088YTNMyVfEX0DDC6TY3 aYtpYmf3G6vmOxnGdeHVMU3JMIdHilwoPbEUp8CPRT5m7pmRCQzRjZM3cUrHT3deQd7H QP4dDpTMMUHSqNy5y9PtCnY5pKMS7VDNq5f+xRm2wXn/KGa/f6NvzZczotJW7eD20IMv KNhw== X-Gm-Message-State: AOAM531KI9FtqpyyVNsjo7p1SsxmtymQ+MV6dqbydkxBz2fx/ep/61G0 kCJENAAsr98FACc1c3CPEAxeeQW0Yb/3qQ== X-Google-Smtp-Source: ABdhPJyKFb4/yn3o0ghPSziCQHM54tyLzj12Ul3aAhltkPZ56Yqk5WGHUfNI42G025d0BIGMJc8Zhg== X-Received: by 2002:a05:6e02:1745:b0:2cc:5854:744b with SMTP id y5-20020a056e02174500b002cc5854744bmr2623607ill.237.1650652848170; Fri, 22 Apr 2022 11:40:48 -0700 (PDT) Return-Path: Received: from ?IPV6:2001:4930:3055:101:a393:765f:fd36:f476? ([2001:4930:3055:101:a393:765f:fd36:f476]) by smtp.gmail.com with ESMTPSA id a3-20020a5ec303000000b006496b4dd21csm1978448iok.5.2022.04.22.11.40.47 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 22 Apr 2022 11:40:47 -0700 (PDT) Message-ID: Date: Fri, 22 Apr 2022 13:40:41 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0 Subject: Status of GSoC 2022 proposal; status of currently implemented functions and protocols related to USB and USB audio References: To: devel@edk2.groups.io From: "Ethin Probst" In-Reply-To: X-Forwarded-Message-Id: Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit So this message is a bit of a question and an information dump; if you want me to split this off into two separate discussions that's fine by me. First, I'm writing to inquire about the status of my proposal; I received some feedback and believe I corrected my proposal as directed, but unless it got lost in the flood of emails I get I have yet to hear anything about that, so I thought I'd inquire as to if anything has happened on that front. Second, I've been digging through the EDK II sources (as of commit ee582858c4) and I've decided that it would be helpful to list all the functions/protocols that need implementation for my project. I'm however unsure how to scan for what and what is not implemented without writing an application and testing for each protocol. Is there a more efficient way for me to look for these?