spb/SkeletonI2C/controller.cpp (24 lines): - line 30: // TODO: Update this array to reflect changes - line 66: // TODO: Initialize controller hardware via the - line 100: // TODO: Uninitialize controller hardware via the - line 149: // TODO: Initialize controller hardware for a general - line 156: // TODO: Perform any action to program a start bit. - line 160: // TODO: Perform any action to program a stop bit. - line 165: // TODO: Perform write-specific configuration, - line 170: // TODO: Perform read-specific configuration, - line 178: // TODO: Uncomment when using interrupts. - line 185: // TODO: Save desired interrupt mask. - line 201: // TODO: Perform necessary action to begin transfer. - line 207: // TODO: Uncomment when using interrupts. - line 210: // TODO: For the purpose of this skeleton sample, - line 273: // TODO: Perform any additional action needed to handle NACK. - line 309: // TODO: Assuming this info is available, set - line 314: // TODO: Perform any additional action needed to handle NACK. - line 335: // TODO: Check for other errors. - line 339: // TODO: Perform any action needed to handle error, - line 518: // TODO: Perform write. May need to use - line 536: // TODO: Perform read. May need to use - line 740: // TODO: Enable interrupts as requested. - line 771: // TODO: Disable all interrupts. - line 807: // TODO: Check if any of the interrupt mask - line 845: // TODO: Acknowledge requested interrupts. spb/SkeletonI2C/device.cpp (17 lines): - line 666: // TODO: Check if there is an active sequence - line 954: // TODO: Remove this block. For the purpose of this - line 965: // TODO: Remove this block. For the purpose of this - line 1047: // TODO: verify the driver supports this DeviceIoContol code, - line 1139: // TODO: the driver should take the following steps - line 1158: // TODO: Remove this block. For the purpose of this - line 1273: // TODO: Uncomment when using interrupts. - line 1280: // TODO: Implement any necessary logic to abort the - line 1285: // TODO: Uncomment when using interrupts. - line 1494: // TODO: Uncomment when using interrupts. - line 1500: // TODO: Uncomment when using interrupts. - line 1532: // TODO: Uncomment when using interrupts. - line 1549: // TODO: Uncomment when using interrupts. - line 1909: // TODO: Remove this block. For the purpose of this - line 1920: // TODO: Remove this block. For the purpose of this - line 2197: // TODO: Remove this block. For the purpose of this - line 2214: // TODO: Remove this block. For the purpose of this network/wlan/WDI/PLATFORM/NDIS6/WDI_Cmds.c (16 lines): - line 935: // TODO: Choose corresponding adapter before assigning parameters - line 1019: // TODO: HiddenNetwork / MFPEnabled / HostFIPSModeEnabled - line 1077: // TODO: connection can be made only at specified PhyType - line 1412: ) // TODO: OpModeMask is a bitmap with combination of possible op modes - line 1679: // TODO: Choose corresponding adapter before assigning parameters - line 1690: // TODO: Choose corresponding adapter before assigning parameters - line 1774: // TODO: HiddenNetwork / MFPEnabled / HostFIPSModeEnabled - line 1833: // TODO: connection can be made only at specified PhyType - line 2057: cipherType = CipherKey.CipherKeyTypeInfo.KeyType; // TODO: [WDI] unknown setting - line 2267: // TODO: [WDI] security for Ad-hoc mode - line 2341: cipherType = CipherKeyInfo.CipherKeyTypeInfo.KeyType; // TODO: [WDI] unknown setting - line 2450: cipherType = (*((pu4Byte)(pTlvData->Value + 9))); // TODO: [WDI] unknown setting - line 4453: // TODO: - line 4812: // TODO: adv svc - line 5406: // TODO: update status in wdi header - line 5449: // TODO: update status in wdi header pos/drivers/MagneticStripeReader/Ioctl.cpp (16 lines): - line 16: ** Driver TODO: Complete the implementation of EvtIoDeviceControl for your specific device (if necessary) - line 113: ** Driver TODO: Add code to handle various get-property cases. - line 142: // TODO: Fill in the reqBufferPtr with the authentication information for your device. - line 148: ** Driver TODO: Add code to handle various get-property cases. - line 175: // TODO: Send the authentication information to the device - line 181: ** Driver TODO: Add code to handle various get-property cases. - line 208: // TODO: Send the deauthentication information to the device - line 214: ** Driver TODO: Add code to handle various get-property cases. - line 240: // TODO: Send the updated key information to the device - line 246: ** Driver TODO: Add code to handle various get-property cases. - line 431: ** Driver TODO: Add code to handle various set-property cases. - line 579: ** Driver TODO: Replace the data in the ProcessRetrieveStatisticsRequest with your own statistics data - line 650: ** Driver TODO: loop over statisticsEntry[0]...statisticsEntry[inputBuffer->EntryCount - 1] and reset each statistics value named - line 703: ** Driver TODO: loop over statisticsEntry[0]...statisticsEntry[inputBuffer->EntryCount - 1] and update each statistics value named - line 757: ** Driver TODO: Add code to ProcessCheckHealthRequest to handle different health check cases. The result should be a localized string that is returned to the user in the output buffer of the IOCTL. - line 831: ** Driver TODO: avstream/avscamera/sys/imagehwsim.cpp (15 lines): - line 524: // TODO: Do we need to bracket this by whether or not a flash has been taken? - line 547: Metadata.SceneMode = CMetadataULongLong(KSCAMERA_EXTENDEDPROP_SCENEMODE_AUTO); //TODO: Need to fill in real value from CCaptureFilter::m_SceneMode - line 553: Metadata.ZoomFactor = CMetadataLong(Zoom.GetLONG()); //TODO: Fill in a real value from zoom simulation. - line 555: Metadata.FocusLocked = CMetadataLong(FALSE); //TODO: Fill in a real value when we complete the focus changes. - line 560: Metadata.Orientation = CMetadataShort(Metadata_Orientation_TopBottomLeftRight); //TODO: Randomize? - line 587: Metadata.FNumber = CMetadataRational(4); // Fake an FNumber of 4. // TODO: It looks like we might be able to calculate this. - line 592: Metadata.ShutterSpeedValue = CMetadataSRational(); // TODO: Calculate this from the ExposureTime. *** - line 593: Metadata.Aperture = CMetadataRational(4); // TODO: Calculate this from the F-Number. (We're currently faking the FNumber.) - line 594: Metadata.Brightness = CMetadataSRational(0); // TODO: Find a more reasonable brightness value. - line 595: Metadata.ExposureBias = CMetadataSRational(0); // TODO: More reasonable? - line 602: Metadata.LightSource.Value = 1; // TODO: Pick a random value; but override when a flash occurs. - line 608: Metadata.FocalLength = CMetadataRational(); // TODO: Calculate? - line 609: Metadata.FocalPlaneXResolution = CMetadataRational(); // TODO: Calculate? - line 610: Metadata.FocalPlaneYResolution = CMetadataRational(); // TODO: Calculate? - line 611: Metadata.ExposureIndex = CMetadataRational(); // TODO: Calculate? network/wlan/WDI/PLATFORM/NDIS6/N6C_Req.c (14 lines): - line 1744: //TODO: - line 1752: //TODO: - line 1792: //TODO: - line 1814: //TODO: - line 3860: // TODO: We should change it - line 3867: // TODO: We should change it - line 3989: // TODO: Set counter to a valid value - line 4241: // - line 6783: //TODO: Enable WEP - line 6799: //TODO: Enable WPA - line 7607: //ShuChen TODO: save desired rate - line 7726: //TODO: - line 8256: // TODO: Construct Packet in driver, Not yet ready. - line 9558: // usb/ufxclientsample/ufxdevice.c (13 lines): - line 113: // #### TODO: Set the IN endpoint mask here if not all endpoint addresses are supported #### - line 119: // #### TODO: Set the OUT endpoint mask here if not all endpoint addresses are supported #### - line 241: // #### TODO: Insert code to set the run state on the controller #### - line 245: // #### TODO: Insert code to clear the run state on the controller #### - line 491: // #### TODO: Insert code to allow the controller to accept U1/U2, if supported #### - line 586: // #### TODO: Insert code to disable non-default endpoints #### - line 750: // #### TODO: Insert code to determine port/charger type #### - line 800: // #### TODO: Insert code to issue a link state change on the controller #### - line 840: // #### TODO: Insert code to put the controller into the specified test mode #### - line 878: // #### TODO: Insert code to initiate U1 #### - line 882: // #### TODO: Insert code to exit U1 #### - line 888: // #### TODO: Insert code to initiate U2 #### - line 892: // #### TODO: Insert code to exit U2 #### usb/ufxclientsample/transfer.c (11 lines): - line 187: // #### TODO: Insert code to set stall on the endpoint #### - line 220: // #### TODO: Insert code to clear stall on the endpoint #### - line 256: // #### TODO: Insert code to end the transfer on the endpoint #### - line 290: // #### TODO: Insert code to start the transfer on the endpoint #### - line 317: // #### TODO: Insert code to update the transfer on the endpoint #### - line 796: // #### TODO: Insert code to map scatter gather buffers to controller transfer structures #### - line 821: // #### TODO: Insert code to append an extra buffer to the transfer structures #### - line 990: // #### TODO: Insert code to determine status of command #### - line 1168: // #### TODO: Insert code to determine if the transfer is complete, or terminated due to a short packet. #### - line 1479: // #### TODO: Insert code to initialize controller data structures in the shared common buffer - line 1791: // #### TODO: Insert code to initialize endpoint data structures for handshake #### network/wlan/WDI/COMMON/MgntActQueryParam.c (10 lines): - line 96: //TODO: - line 671: //RTL8185_TODO: Get short/long retry limit - line 674: RT_TRACE(COMP_INIT, DBG_SERIOUS,("TODO: Get short/long retry limit.\n") ); - line 687: // TODO: Implemented. - line 699: // TODO: Consider current BSS type and return TRUE if underlying HW supported. - line 710: // TODO: Implement it if necessary. - line 721: // TODO: Implement it. - line 732: // TODO: Implement it. - line 743: // TODO: use it to timeout MSDU in wait queue. - line 755: // TODO: use it to timeout fragmentation in queue. network/wlan/WDI/COMMON/MgntLink.c (10 lines): - line 1846: // ShuChen TODO: Get RSN IE information - line 2720: // ShuChen TODO: Check Broadcom AP's 1M-Short Preamble issue. - line 5746: //ShuChen TODO: Retry association request - line 7026: // TODO: Send Probe request use different data rate - line 7540: // TODO: need to consider N only situation if we have n only in the future. - line 9109: // TODO: In order to stable/optimize scan result, we might actually need to save the result for a certain time - line 9110: // TODO: We will leave this as it is at this time since we want to see the true RF performance - line 9210: // TODO: possiblely need to change here because of support of single band scan - line 9211: // TODO: need to add other condifion if we change the regwirelessmode rule and support N only scan - line 9971: // TODO: Add data packets observation. network/wlan/WDI/PLATFORM/NDIS6/SDIO/N6Sdio_WdiMain.c (10 lines): - line 91: attr->APCapabilities.KeyMappingTableSize = DOT11_MAX_NUM_DEFAULT_KEY; // TODO: which val to fill? - line 196: attr->InterfaceCapabilities.NumChannels = (pAdapter->MgntInfo.RegMultiChannelFcsMode > 0)?2:1;// TODO: check - line 215: // TODO: MU-MIMO Support - line 379: // TODO: [WDI] Fill following capabilities according to hw support - line 523: // TODO: [WDI] Determine channel width - line 563: // TODO: [WDI] Determine channel width - line 890: // TODO: adjust parameters in N6InitializeNative80211MIBs for SDIO - line 930: // TODO: [WDI] add power management capability - line 3122: // TODO: WoWLAN - line 3124: // TODO: NLO network/wlan/WDI/COMMON/MgntConstructPacket.c (10 lines): - line 315: // TODO: - line 474: // TODO: Construct CAP info element here - line 496: // TODO: Construct CAP & Operation element here - line 648: // TODO: Change length - line 1120: // TODO: Change this - line 1422: // TODO: Change this - line 1744: // TODO: Construct CAP info element here - line 1757: // TODO: Construct CAP info element here - line 2180: // TODO: Construct CAP info element here - line 2204: // TODO: Construct CAP & Operation element here video/IndirectDisplay/IddSampleDriver/Driver.cpp (9 lines): - line 8: various TODO blocks throughout this file and all accompanying files for information on building a production driver. - line 429: // TODO: Process the frame here - line 457: // TODO: Report frame statistics once the asynchronous encode/send work is completed - line 488: // TODO: Update the below diagnostic information in accordance with the target hardware. The strings and version - line 542: // TODO: In a real driver, the EDID should be retrieved dynamically from a connected physical monitor. The EDIDs - line 572: // TODO: The monitor's container ID should be distinct from "this" device's container ID if the monitor is not - line 666: // TODO: In a real driver, this function would be used to reconfigure the device to commit the new modes. Loop - line 678: // TODO: In a real driver, this function would be called to generate monitor modes for an EDID by parsing it. In - line 732: // TODO: In a real driver, this function would be called to generate monitor modes for a monitor with no EDID. network/wlan/WDI/PLATFORM/NDIS6/Ndis6Common.c (9 lines): - line 1005: // - line 2434: // - line 2702: // - line 4039: // - line 4113: // - line 4245: // - line 4349: // TODO: Get the real Size Some day - line 4365: // TODO: Win 7 , We should support more security in here for Win 7 V3 AP Mode - line 6105: // TODO: network/wlan/WDI/COMMON/P2P.c (9 lines): - line 1749: RT_TRACE(COMP_P2P, DBG_LOUD, ("P2PDumpPacketType(): TODO: P2P_ACTION_CATEGORY\n")); - line 2417: // TODO: is this right? - line 3444: // TODO: we may check whether this is from an AP (either WLAN AP or P2P GO) that has manageability attribute - line 4066: // TODO: we may not support the 1st channel supported by peer - line 4285: // TODO: we may not support the 1st channel supported by peer - line 4440: // TODO: check capability - line 8199: // TODO: - line 8860: //// TODO: this may be too regular, but note that UI may counting on this indication for determine provision info timeout - line 12226: // TODO: Should not set timer in workitem network/wlan/WDI/COMMON/SecurityGen.c (9 lines): - line 2685: // TODO: non-coalesce and fragmneted case. - line 2899: // TODO: non-coalesce and fragmneted case. - line 2962: // TODO: - line 2967: // TODO: - line 3142: // TODO: remvoe our group key from PerStaDefKeyTable[] - line 3294: // TODO: non-coalesce and fragmneted case. - line 3504: // TODO: non-coalesce and fragmneted case. - line 4953: // - line 5179: // TODO: remvoe our group key from PerStaDefKeyTable[] network/wlan/WDI/PLATFORM/NDIS6/WDI_Xlat.c (9 lines): - line 499: // TODO: ScanRepeatCount - line 501: // TODO: TimeBetweenScans - line 503: // TODO: DwellTime - line 505: // TODO: BandChannelList - line 507: // TODO: SSIDList: ArrayOfElementsOfWIFI_SSID - line 765: else if(WDI_P2P_LISTEN_STATE_PASSIVE_AVAILABILITY == *param) // TODO: what's passive availability? - line 1056: // TODO: WFDS - line 1061: // TODO: WFDS - line 1066: // TODO: WFDS network/wlan/WDI/COMMON/MgntActSetParam.c (9 lines): - line 492: //TODO: update beacon frame if necessary. - line 668: // TODO: - line 837: RT_TRACE(COMP_INIT, DBG_SERIOUS,("TODO: Set Rts Threshold = %02x .\n", RtsThres) ); - line 898: RT_TRACE(COMP_OID_SET, DBG_LOUD,("TODO: Set rate =%02x.\n",rate) ); - line 1132: // TODO: AP MODE. - line 2007: //RTL8185_TODO: Set short retry limit - line 2011: //RTL8185_TODO: Set long retry limit - line 2014: RT_TRACE(COMP_INIT, DBG_SERIOUS,("TODO: Set short/long retry limit .\n") ); - line 2767: // TODO: Reset RF state? pos/drivers/barcodescanner/Ioctl.cpp (8 lines): - line 12: ** Driver TODO: Complete the implementation of EvtIoDeviceControl for your specific device (if necessary) - line 93: ** Driver TODO: Add code to handle various get-property cases. - line 277: ** Driver TODO: Add code to handle various set-property cases. - line 415: ** Driver TODO: Replace the data in the ProcessRetrieveStatisticsRequest with your own statistics data - line 486: ** Driver TODO: loop over statisticsEntry[0]...statisticsEntry[inputBuffer->EntryCount - 1] and reset each statistics value named - line 539: ** Driver TODO: loop over statisticsEntry[0]...statisticsEntry[inputBuffer->EntryCount - 1] and update each statistics value named - line 593: ** Driver TODO: Add code to ProcessCheckHealthRequest to handle different health check cases. The result should be a localized string that is returned to the user in the output buffer of the IOCTL. - line 668: ** Driver TODO: network/wlan/WDI/PLATFORM/NDIS6/WDI_Extension.c (7 lines): - line 1287: // TODO: there maybe race condition that when M4 indicated?? new task command may come before WDICommandCleanup - line 1408: // TODO: there maybe race condition that when M4 indicated?? new task command may come before WDICommandCleanup - line 1541: // TODO: LE should not touch FW anymore for the commands coming post hangdiagnose - line 1684: // TODO: double check - line 1759: // TODO: remove spinlock later if nobody use it - line 1811: // TODO: remove spinlock later when nobody use it, currently only abort command will use it. - line 1874: // TODO: remove spinlock later when nobody use it, currently only abort command will use it. video/KMDOD/bdd.cxx (7 lines): - line 73: // TODO: Uncomment the line below after updating the TODOs in the function CheckHardware - line 169: // TODO: This is where the specified monitor should be powered up/down - line 193: // TODO: Replace 0 with the actual ACPI ID of the child device, if available - line 344: // TODO: If developing a driver for PCI based hardware, then use the second method to retrieve Vendor/Device IDs. - line 398: // TODO: Replace 0x1414 with your Vendor ID - line 403: // TODO: Replace the case statements below with the Device IDs supported by this driver - line 658: // TODO: Replace these strings with proper information network/wlan/WDI/PLATFORM/NDIS6/N62C_Init.c (7 lines): - line 140: // TODO: We should not set HW Setting Here - line 770: // TODO: Sample Driver do this, but a little weird - line 806: // - line 881: // - line 953: // - line 988: // TODO: Get the real Size Some day - line 1004: // TODO: Win 7 , We should support more security in here for Win 7 V3 AP Mode network/wlan/WDI/COMMON/Authenticator.c (7 lines): - line 150: // AnnieTODO: if (1)k is pairwise and (2)MICVerified , then enter ASMPS_PTKINITNEGOTIATING state - line 151: // TODO: MIC Verify - line 538: // TODO: 6. Revome key from CAM - line 820: // TODO: SetKey to CAM - line 831: // TODO: Check SetKey completed, these lines were moved from Authenticator_OnEAPOLKeyRecvd() by Jay - line 1102: // TODO: 1. Check MIC(PTK) - line 1104: // TODO: 2. GKeyDoneStations --; network/wlan/WDI/PLATFORM/NDIS6/WDI_SendAction.c (6 lines): - line 186: // TODO: double check data rate here - line 189: // TODO: double check here - line 1516: // TODO: double check request/response type parameter - line 1534: // TODO: double check there - line 1606: // TODO: double check request/response type parameter - line 1624: // TODO: double check here network/wlan/WDI/PLATFORM/NDIS6/SDIO/N6Sdio_main.c (6 lines): - line 390: // TODO: remove useless comment code and double check whether there is something missing to free - line 3360: // TODO: Implement It! - line 3388: // TODO: Implement It! - line 3447: // TODO: we shall buffer packet to send, do it in Common\. So, fix me! - line 5867: // TODO: WoWLAN - line 5869: // TODO: NLO network/wlan/WDI/PLATFORM/NDIS6/N6C_OidSet.c (6 lines): - line 582: // TODO: AES Must take for consider - line 1795: // Copy the PMKID list. // TODO: Re-use SecSetPMKID(). - line 2255: // - line 2554: // - line 2573: // - line 3441: // usb/ufxclientsample/event.c (6 lines): - line 60: // #### TODO: Add code to set the USB device address to 0 on the controller #### - line 95: // #### TODO: Add code to read device speed from the controller #### - line 102: // #### TODO: Add any code needed to configure the controller after connect has occurred #### - line 143: // #### TODO: Add any code needed to configure controller after disconnect event #### - line 175: // #### TODO: Add code to read link state from controller #### - line 299: // #### TODO: Insert code to extract endpoint event and endpoint number #### network/wlan/WDI/COMMON/MgntEngine.c (5 lines): - line 964: // ShuChen TODO: Check Broadcom AP's 1M-Short Preamble issue. - line 1128: //TODO: Need to check source address?? - line 1207: //ShuChen TODO: receive 4th auth frame - line 2163: { // TODO: STA mode. - line 2208: { // TODO: STA mode. network/wlan/WDI/PLATFORM/NDIS6/N62C_AP_Def.h (5 lines): - line 293: // TODO: do we really need this? - line 309: // TODO: add other capabilities - line 323: // TODO: AP Mode (mixed) - line 328: // TODO: transmission rate - line 640: // TODO: statistics usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample/Acpi.cpp (5 lines): - line 342: // TODO: Refactor so that _DSM evaluation and _PLD evaluation use a common helper routine. - line 344: // TODO: _PLD evaluation of multiple connectors can be optimized to reduce number of memory - line 348: // TODO: When refactoring code, must keep in mind that it would be efficient to allow the - line 375: // TODO: Pick an intelligent initial size for the buffer, and then do try-and-try-again. - line 680: // TODO: Try-and-try-again approach so that it can fetch any size output buffer. network/wlan/WDI/COMMON/QosGen.c (5 lines): - line 346: // TODO: - line 424: // TODO: ACM is not yet implemented. - line 1594: // TODO: AP mode. - line 1644: // TODO: resent ADDTS request. - line 1655: // TODO: AP mode. usb/ufxclientsample/ufxendpoint.c (5 lines): - line 204: // #### TODO: Configure both IN and OUT endpoints #### - line 209: // #### TODO: Configure the IN endpoint #### - line 213: // #### TODO: Configure the OUT endpoint #### - line 258: // #### TODO: Insert code to enable the endpoint on the controller #### - line 353: // #### TODO: Add code to disable the endpoint on the controller #### network/wlan/WDI/COMMON/ApEngine.c (5 lines): - line 760: // - line 1835: // TODO: consider per-STA encryption algorithm and QoS. - line 1999: // TODO: consider per-STA encryption algorithm. - line 2530: // TODO: WIN7 - line 3002: // TODO: CurrentQosMode can be set to others. Now only support WMM. network/wlan/WDI/PLATFORM/NDIS6/N6C_OidQuery.c (5 lines): - line 1024: // - line 1171: // - line 1179: // - line 1880: // - line 1897: pAssoInfo->liAssociationUpTime.QuadPart = 0; // spb/SkeletonI2C/internal.h (5 lines): - line 111: // TODO: Update this structure to include other - line 137: // TODO: Update this structure to include other - line 163: // TODO: Update this structure with variables that - line 204: // TODO: Update this structure with variables that - line 226: // TODO: Update this structure with variables that network/wlan/WDI/COMMON/Transmit.c (5 lines): - line 261: // TODO: Emily 2006.11.15. If we are implmemting multiple BSSID feature, more - line 262: // TODO: than two descriptors may be required. - line 1339: // - line 1384: // - line 1782: // network/wlan/WDI/COMMON/MgntGen.c (4 lines): - line 112: // TODO: may be different if we have differnt number of antenna - line 355: // TODO: - line 435: // TODO: - line 2086: { //TODO: filesys/miniFilter/NameChanger/ncdirnotify.c (4 lines): - line 1349: // TODO: The notify package can record a number of Irps for the - line 1468: // TODO: Currently the lifetime of requests in filter mode is - line 2868: // TODO: Really what we want to do here is return - line 3448: // TODO: Determine when/how this is called. What IRQL are we really at network/wlan/WDI/COMMON/P2PSvc_Construct.c (4 lines): - line 484: // TODO: - line 602: // TODO: - line 877: // TODO: - line 953: // TODO: (v0.43) set to the config method set from upper layer network/modem/fakemodem/ioctl.c (4 lines): - line 139: if (outBuffer) { // FIXME SAL - line 194: if (outBuffer) { // FIXME SAL - line 341: RtlZeroMemory( serialStatus, sizeof(*serialStatus) ); // FIXME SAL - line 776: if (outBuffer) { // FIXME SAL biometrics/driver/Device.cpp (4 lines): - line 259: // TODO - this is where additional interfaces can be exposed. - line 1024: // TODO: Parse m_InterruptMessage - line 1498: // TODO: Add code to signal thread to exit. - line 1817: // TODO: In a real driver, the device would be reset so that it is no longer in capture mode. filesys/miniFilter/NameChanger/ncnameprov.c (4 lines): - line 145: // //TODO: TRY TO GET ACROSS THAT THIS IS A NAME CHANGER PROBLEM, NOT ALL NAME PROVIDERS NEED TO. - line 250: // TODO: Assert not preopen - line 548: //TODO THIS NEEDS TO - line 573: //TODO THERE ARE ONLY TWO VALID ERROR CODES: STATUS_NO_SUCH_FILE, STATUS_SUCCESS if you want the name construction to continue. network/ndis/filter/filter.h (4 lines): - line 22: // TODO: Customize these to hint at your component for memory leak tracking. - line 28: // TODO: Specify which version of the NDIS contract you will use here. - line 60: // TODO: Customize this to match the GUID in the INF - line 62: // TODO: Customize this to match the service name in the INF spb/SkeletonI2C/skeletoni2c.h (4 lines): - line 37: // TODO: Update this register structure to match the - line 45: // TODO: Update the following defines to match the bit - line 60: // TODO: Define other controller-specific values. - line 64: // TODO: Remove these generic error defines in favor network/wlan/WDI/COMMON/HTGen.c (4 lines): - line 1073: // TODO: Should this funciton be called when receiving of Disassociation? - line 1169: // TODO: Check the correctness of HT Cap - line 1198: // TODO: Check the correctness of HT Info - line 1429: // sensors/CustomSensors/device.cpp (3 lines): - line 19: // TODO: The unique ID below must be set per sensor. A different GUID must be provided for each sensor. Please generate a new GUID. - line 27: // TODO: The ID below identifies the custom sensor CO2 emulation sample driver. Please generate a new GUID for each new type of driver. - line 41: // TODO: The PROPERTYKEY below identifies the custom sensor CO2 level property key. Please generate a new GUID for each new type of driver. filesys/miniFilter/NameChanger/ncdirenum.c (3 lines): - line 68: //TODO WE SHOULD CONSIDER MOVING THIS TO POST BECAUSE NTFS WILL TAKE CARE - line 218: // TODO: This needs to change. - line 1288: // TODO: Is this correct? usb/usbsamp/sys/device.c (3 lines): - line 337: //TODO: - line 1582: // TODO: You should validate the correctness of other descriptors which are not taken care by USBD_ValidateConfigurationDescriptor - line 1618: // TODO: Add validation for any other descriptor your device will return. network/wlan/WDI/PLATFORM/NDIS6/SDIO/Mp_Req.c (3 lines): - line 33: //TODO: - line 38: //TODO: - line 53: //TODO: sensors/Fusion/device.cpp (3 lines): - line 20: // TODO: The unique ID below must be set per sensor. A different GUID must be provided for each sensor. Please generate a new GUID. - line 48: // TODO: Remove the HardwareSimulator code in your final driver. The HardwareSimulator is only used for the purpose of demonstrating how sensor driver samples work. - line 594: // TODO: Remove the HardwareSimulator code in your final driver. The HardwareSimulator is only used for the purpose of demonstrating how sensor driver samples work. general/umdfSkeleton/device.cpp (3 lines): - line 128: // TODO: If you're writing a filter driver then indicate that here. - line 134: // TODO: Any per-device initialization which must be done before - line 200: // TODO: Setup your device queues and I/O forwarding. pos/drivers/MagneticStripeReader/File.cpp (2 lines): - line 4: ** Driver TODO: - line 22: ** Driver TODO: usb/wdf_osrfx2_lab/umdf/step1/Driver.cpp (2 lines): - line 180: // TODO: Do any per-device initialization (reading settings from the - line 194: // TODO: Change any per-device settings that the object exposes before general/pcidrv/kmdf/HW/isrdpc.c (2 lines): - line 602: // TODO: Log an entry into the eventlog - line 696: // TODO: Log an entry into the eventlog general/toaster/toastDrv/umdf/Toastmon/internal.h (2 lines): - line 62: // TODO: Choose a different trace control GUID - line 91: // TODO: Change these values to be appropriate for your driver. sd/miniport/sdhc/sdhc.c (2 lines): - line 869: // TODO: There's a race condition here--it's possible for a request - line 1790: // TODO: Implement rest of tuning logic as described in usb/umdf_filter_umdf/umdf_driver/Driver.cpp (2 lines): - line 180: // TODO: Do any per-device initialization (reading settings from the - line 194: // TODO: Change any per-device settings that the object exposes before filesys/miniFilter/NameChanger/ncfileinfo.c (2 lines): - line 869: // TODO: Preserve shortness in output - line 1116: // TODO: Should we support this? usb/wdf_osrfx2_lab/umdf/step1/Device.cpp (2 lines): - line 122: // TODO: If you're writing a filter driver then indicate that here. - line 134: // TODO: Any per-device initialization which must be done before general/echo/umdf/Device.cpp (2 lines): - line 131: // TODO: If you're writing a filter driver then indicate that here. - line 137: // TODO: Any per-device initialization which must be done before wpd/WpdBasicHardwareDriver/WpdObjectProperties.cpp (2 lines): - line 466: // TODO: Add other ...OBJECT_ID strings where applicable - line 691: // TODO: Add comparison to other ..._OBJECT_IDs where applicable usb/ufxclientsample/interrupt.c (2 lines): - line 153: // #### TODO: Determine if controller has pending events. #### - line 237: // #### TODO: Insert code to read and dispatch events from the controller #### usb/wdf_osrfx2_lab/umdf/step3/Driver.cpp (2 lines): - line 180: // TODO: Do any per-device initialization (reading settings from the - line 194: // TODO: Change any per-device settings that the object exposes before pos/drivers/barcodescanner/PosEvents.cpp (2 lines): - line 4: ** Driver TODO: Add code to EvtDeviceOwnershipChange to reset the device state to a default. - line 22: ** Driver TODO: usb/umdf_filter_umdf/umdf_driver/Device.cpp (2 lines): - line 124: // TODO: Any per-device initialization which must be done before - line 135: // TODO: If you're writing a filter driver then indicate that here. pos/drivers/MagneticStripeReader/PosEvents.cpp (2 lines): - line 4: ** Driver TODO: Add code to EvtDeviceOwnershipChange to reset the device state to a default. - line 22: ** Driver TODO: usb/kmdf_fx2/driver/Device.c (2 lines): - line 499: // TODO: If you are fetching configuration descriptor from device for - line 778: // TODO: You should validate the correctness of other descriptors which are not taken care by USBD_ValidateConfigurationDescriptor usb/wdf_osrfx2_lab/umdf/step4/internal.h (2 lines): - line 76: // TODO: Choose a different trace control GUID - line 115: // TODO: Change these values to be appropriate for your driver. wpd/WpdBasicHardwareDriver/RS232Connection.h (2 lines): - line 65: // TODO: Change these range values to match your sensor hardware - line 70: // TODO: Change this to match the default COM port to use biometrics/driver/internal.h (2 lines): - line 95: // TODO: Generate a new tracing GUID for your driver, and replace all - line 146: // TODO: Put strings specific to your device here. network/wlan/WDI/COMMON/Receive.c (2 lines): - line 1691: // TODO: SecurityCheckMPDU - line 1718: // TODO: SecurityCheckMSDU general/echo/umdf/Driver.cpp (2 lines): - line 180: // TODO: Do any per-device initialization (reading settings from the - line 194: // TODO: Change any per-device settings that the object exposes before network/wlan/WDI/COMMON/DriverInterface.c (2 lines): - line 160: // TODO: Allocate all other memory blocks including shared memory - line 161: // TODO: Init send/receive engine(Software only) network/wlan/WDI/COMMON/P2P_Build_PublicAction.c (2 lines): - line 122: // TODO: this is bad doing jobs other than making IE here!!! - line 940: // TODO: we temporarilly accept all confing method in ProvisionDiscoveryReq usb/wdf_osrfx2_lab/umdf/step3/internal.h (2 lines): - line 75: // TODO: Choose a different trace control GUID - line 114: // TODO: Change these values to be appropriate for your driver. network/wlan/WDI/PLATFORM/NDIS6/N62C_QueryOID.c (2 lines): - line 280: // TODO: WPS enabled? - line 303: // TODO: Fill DOT11_PEER_STATISTICS. pos/drivers/barcodescanner/Driver.cpp (2 lines): - line 9: ** Driver TODO: - line 44: ** Driver TODO: network/wlan/WDI/PLATFORM/NDIS6/WDI_Common.c (2 lines): - line 2136: // TODO: fill the valid info into param - line 2141: // TODO: double check here to make sure channel correct general/pcidrv/kmdf/HW/nic_pm.c (2 lines): - line 997: // of the Send Fail Mask. TODO: Does something need to happen here? - line 1002: // TODO: Does something need to happen here? wpd/WpdServiceSampleDriver/stdafx.h (2 lines): - line 23: // TODO: Change these values to be appropriate for your driver. - line 28: // TODO: Choose a different trace control GUID usb/wdf_osrfx2_lab/umdf/step4/Driver.cpp (2 lines): - line 180: // TODO: Do any per-device initialization (reading settings from the - line 194: // TODO: Change any per-device settings that the object exposes before wpd/WpdMultiTransportDriver/stdafx.h (2 lines): - line 208: // TODO: Change these values to be appropriate for your driver. - line 213: // TODO: Choose a different trace control GUID general/umdfSkeleton/internal.h (2 lines): - line 48: // TODO: Choose a different trace control GUID - line 77: // TODO: Change these values to be appropriate for your driver. network/wlan/WDI/COMMON/ChannelInfo.c (2 lines): - line 91: }// TODO: ending check 5G first - line 723: // TODO: 2007.7.13 by Emily Wait 2000ms in order to garantee that switching usb/umdf_fx2/driver/Driver.cpp (2 lines): - line 180: // TODO: Do any per-device initialization (reading settings from the - line 194: // TODO: Change any per-device settings that the object exposes before filesys/miniFilter/NameChanger/nc.c (2 lines): - line 1311: // TODO: - line 1828: // TODO We need to pipe these through the existing create path if usb/umdf_filter_kmdf/kmdf_driver/Device.c (2 lines): - line 467: // TODO: If you are fetching configuration descriptor from device for - line 746: // TODO: You should validate the correctness of other descriptors which are not taken care by USBD_ValidateConfigurationDescriptor usb/usbsamp/sys/bulkrwr.c (2 lines): - line 625: // TODO: Use mouser sample trick to avoid stack recursion - line 691: // TODO: preallocate per pipe workitem to avoid allocation failure. sensors/Fusion/client.cpp (2 lines): - line 27: // TODO: Remove the HardwareSimulator code in your final driver. The HardwareSimulator is only used for the purpose of demonstrating how sensor driver samples work. - line 42: // TODO: In this case, we are calling into the HardwareSimulator code to get some simulated data. general/echo/umdf/internal.h (2 lines): - line 49: // TODO: Choose a different trace control GUID - line 78: // TODO: Change these values to be appropriate for your driver. network/wlan/WDI/HEADER/GeneralDef.h (2 lines): - line 125: #define OS_LINUX_24 OS_WIN_XP // TODO: We should modify COMMON code and change this definition - line 126: #define OS_LINUX_26 OS_WIN_XP // TODO: We should modify COMMON code and change this definition general/pcidrv/kmdf/HW/nic_init.c (2 lines): - line 1452: // TODO: Log an entry into the eventlog - line 1901: // TODO: Log an entry into the eventlog serial/VirtualSerial/driver.cpp (2 lines): - line 180: // TODO: Do any per-device initialization (reading settings from the - line 194: // TODO: Change any per-device settings that the object exposes before network/wlan/WDI/COMMON/P2P_Build_Mgnt.c (2 lines): - line 440: {// TODO: we shall not get here since ProbeRsp of a GO is constructed else where - line 485: FrameBuf_Add_le_u2(pBuf, pP2PInfo->ProbeRequestSequenceNum); // TODO: the original code use H2N2BYTE, but it should be LE usb/wdf_osrfx2_lab/umdf/step2/Driver.cpp (2 lines): - line 180: // TODO: Do any per-device initialization (reading settings from the - line 194: // TODO: Change any per-device settings that the object exposes before network/wlan/WDI/HEADER/TypeDef.h (2 lines): - line 34: // TODO: MAX_802_11_HEADER_LENGTH should be hardware platform independent - line 203: // Joseph TODO: wpd/WpdHelloWorldDriver/stdafx.h (2 lines): - line 208: // TODO: Change these values to be appropriate for your driver. - line 213: // TODO: Choose a different trace control GUID usb/wdf_osrfx2_lab/umdf/step1/internal.h (2 lines): - line 75: // TODO: Choose a different trace control GUID - line 114: // TODO: Change these values to be appropriate for your driver. hid/hidusbfx2/sys/usb.c (2 lines): - line 115: // TODO: If you are fetching configuration descriptor from device for - line 823: // TODO: You should validate the correctness of other descriptors which are not taken care by USBD_ValidateConfigurationDescriptor network/wlan/WDI/PLATFORM/NDIS6/N62C_Port.c (2 lines): - line 804: // TODO: should do deactive port. - line 939: // TODO: Win 7 we should add some vnic function. network/wlan/WDI/PLATFORM/NDIS6/SDIO/N6Sdio_DrvIF.c (2 lines): - line 581: // TODO: For A-MSDU in AP mode, we shall check each subframe for filtering!! - line 1689: //if(TODO: check TX hang here) general/toaster/toastDrv/umdf/func/Queue.cpp (2 lines): - line 234: // TODO: Put your Read request processing here - line 276: // TODO: Put your Write request processing here usb/wdf_osrfx2_lab/umdf/step3/Device.cpp (2 lines): - line 126: // TODO: If you're writing a filter driver then indicate that here. - line 138: // TODO: Any per-device initialization which must be done before general/umdfSkeleton/driver.cpp (2 lines): - line 180: // TODO: Do any per-device initialization (reading settings from the - line 194: // TODO: Change any per-device settings that the object exposes before usb/umdf_filter_umdf/umdf_driver/internal.h (2 lines): - line 90: // TODO: Choose a different trace control GUID - line 129: // TODO: Change these values to be appropriate for your driver. sensors/Fusion/Device.h (2 lines): - line 33: // TODO: Customize the following 5 lines based on the hardware being used - line 40: // TODO: Customize the following 3 lines based on the hardware being used wpd/WpdBasicHardwareDriver/stdafx.h (2 lines): - line 26: // TODO: Change these values to be appropriate for your driver. - line 31: // TODO: Choose a different trace control GUID usb/wdf_osrfx2_lab/umdf/step2/Device.cpp (2 lines): - line 126: // TODO: If you're writing a filter driver then indicate that here. - line 138: // TODO: Any per-device initialization which must be done before usb/umdf_fx2/driver/Device.cpp (2 lines): - line 124: // TODO: Any per-device initialization which must be done before - line 135: // TODO: If you're writing a filter driver then indicate that here. network/wlan/WDI/HAL/HalSdio.h (2 lines): - line 102: // TODO: Replace pTcb as HalReserved[0]. - line 218: // TODO: Let it be platform independent. usb/umdf_fx2/driver/internal.h (2 lines): - line 90: // TODO: Choose a different trace control GUID - line 129: // TODO: Change these values to be appropriate for your driver. pos/drivers/MagneticStripeReader/Driver.cpp (2 lines): - line 9: ** Driver TODO: - line 44: ** Driver TODO: general/toaster/toastDrv/umdf/func/internal.h (2 lines): - line 49: // TODO: Choose a different trace control GUID - line 78: // TODO: Change these values to be appropriate for your driver. pos/drivers/barcodescanner/File.cpp (2 lines): - line 4: ** Driver TODO: - line 22: ** Driver TODO: general/WinHEC 2017 Lab/Toaster Support App/SharedContent/cpp/App.xaml.cpp (2 lines): - line 83: // TODO: Restore the saved session state only when appropriate, scheduling the - line 122: //TODO: Save application state and stop any background activity wpd/WpdWudfSampleDriver/stdafx.h (2 lines): - line 29: // TODO: Change these values to be appropriate for your driver. - line 34: // TODO: Choose a different trace control GUID usb/wdf_osrfx2_lab/umdf/step4/Device.cpp (2 lines): - line 126: // TODO: If you're writing a filter driver then indicate that here. - line 138: // TODO: Any per-device initialization which must be done before usb/wdf_osrfx2_lab/umdf/step2/internal.h (2 lines): - line 75: // TODO: Choose a different trace control GUID - line 114: // TODO: Change these values to be appropriate for your driver. network/wlan/ihvsampleui/IHVSampleExtUI.cpp (1 line): - line 66: // TODO: Need to determine when this abnormality happens... network/wlan/WDI/COMMON/P2P.h (1 line): - line 29: ((__channel) >= 36 && (__channel) <= 165) // TODO: this is a incorrect definition network/wlan/WDI/COMMON/VHTGen.c (1 line): - line 611: // TODO: Should this funciton be called when receiving of Disassociation? video/KMDOD/bdd_dmm.cxx (1 line): - line 21: // TODO: Need to also check pinned modes and the path parameters, not just topology biometrics/driver/dllsup.cpp (1 line): - line 28: // TODO - define a new GUID here filesys/miniFilter/NameChanger/ncpath.c (1 line): - line 274: // TODO: Note one effect of this is we will believe usb/umdf2_fx2/driver/trace.h (1 line): - line 29: // TODO: These defines are missing in evntrace.h usb/kmdf_enumswitches/sys/trace.h (1 line): - line 29: // TODO: These defines are missing in evntrace.h avstream/avscamera/sys/VideoHwSim.cpp (1 line): - line 58: // TODO: This metadata should only be exposed on a sensor category preview pin. general/DCHU/osrfx2_DCHU_extension_loose/osrfx2_DCHU_componentsoftware/stdafx.cpp (1 line): - line 7: // TODO: reference any additional headers you need in STDAFX.H serial/serial/trace.h (1 line): - line 29: // TODO: These defines are missing in evntrace.h network/ndis/netvmini/6x/hardware.h (1 line): - line 22: TODO: usb/UcmTcpciCxClientSample/Register.h (1 line): - line 78: // TODO: Define any vendor-defined bits here. usb/umdf_filter_kmdf/kmdf_driver/trace.h (1 line): - line 29: // TODO: These defines are missing in evntrace.h network/wlan/WDI/HEADER/SecurityType.h (1 line): - line 427: // TODO: remvoe our group key from PerStaDefKeyTable[] nfp/net/driver/device.cpp (1 line): - line 70: // TODO: Any per-device initialization which must be done before network/ndis/mux/driver/60/miniport.c (1 line): - line 419: // TODO: check to see if we can set the init event in a failure case? wia/wiadriverex/usd/wiapropertymanager.cpp (1 line): - line 504: (lCurrValue <= lMaxValue)) // TODO: validate lInc value??? network/wlan/WDI/HEADER/HalDef.h (1 line): - line 574: //2TODO: The following need to check!! general/DCHU/osrfx2_DCHU_base/osrfx2_DCHU_base/trace.h (1 line): - line 29: // TODO: These defines are missing in evntrace.h network/wlan/WDI/HAL/HalMacID.h (1 line): - line 16: //TODO : temporily we use 0xff as UNSPECIFIED MACID general/echo/umdfSocketEcho/Driver/device.cpp (1 line): - line 87: // TODO: Any per-device initialization which must be done before serial/serial/power.c (1 line): - line 175: // TODO: move this code to EvtInterruptEnable. avstream/avscamera/sys/XRGBSynthesizer.cpp (1 line): - line 40: #pragma warning( disable:26015 ) // Suppress OACR error. Seems nonsensical. TODO: Must revisit. spb/SkeletonI2C/i2ctrace.h (1 line): - line 30: // TODO: Define a unique tracing guid. network/wlan/WDI/COMMON/P2P_Internal.h (1 line): - line 381: IN OCTET_STRING *posP2PAttrs, // TODO: make it constant network/wlan/WDI/COMMON/Dot11d.c (1 line): - line 544: // TODO: bluetooth/bthecho/bthsrv/sys/sdp.c (1 line): - line 425: status = AppendNodeUint16(SdpNodeInterface, seqLang, 0x656e); //TODO: find constants for these network/wlan/WDI/COMMON/P2PSvc_SearchResult.c (1 line): - line 57: // TODO: shall check if the svc matches our req because hashes of other seek req may be carried in our ProbeReq so we may get more svc names then we actually want avstream/avscamera/sys/Capture.cpp (1 line): - line 480: // TODO: Move this to a derived CCapturePin class - one general/toaster/toastDrv/umdf/func/Device.h (1 line): - line 70: // TODO: Add your interfaces here general/DCHU/osrfx2_DCHU_extension_tight/osrfx2_DCHU_componentsoftware/stdafx.h (1 line): - line 18: // TODO: reference additional headers your program requires here filesys/miniFilter/NameChanger/ncfsctrl.c (1 line): - line 2180: comparisons should be case sensitive. TODO: Is this required? audio/sysvad/KeywordDetectorAdapter/stdafx.h (1 line): - line 16: // TODO: reference additional headers your program requires here input/kbfiltr/sys/rawpdo.c (1 line): - line 310: // TODO: In addition to setting NoDisplayInUI in DeviceCaps, we usb/ufxclientsample/device.c (1 line): - line 451: // #### TODO: Insert code that performs a controller soft reset #### avstream/avscamera/sys/hwsim.cpp (1 line): - line 757: // TODO: Extend SceneMode to ISP settings so I can use it here to capture Portrait mode, etc. storage/miniports/storahci/src/io.c (1 line): - line 481: // TODO: there is potential race condition that causes slot flags mismatch and Srb is NULL here. sensors/Pedometer/device.cpp (1 line): - line 20: // TODO: The unique ID below must be set per sensor. A different GUID must be provided for each sensor. Please generate a new GUID. usb/UcmTcpciCxClientSample/Trace.h (1 line): - line 20: // TODO: Define your own tracing GUID general/toaster/toastDrv/kmdf/bus/static/busenum.c (1 line): - line 314: // Make sure the IDs is double NULL terminated. TODO: network/wlan/WDI/COMMON/Debug.h (1 line): - line 24: // TODO: fix related debug message! network/wlan/WDI/COMMON/MgntSendPacket.c (1 line): - line 160: // TODO: For experiment only It sholud be removed!!! 2007.1.10, Emily pos/drivers/barcodescanner/IoRead.cpp (1 line): - line 4: ** Driver TODO: Add logic to EvtIoRead to handle read requests from applications that don't use the Windows.Devices.PointOfService APIs. biometrics/driver/inc/public.h (1 line): - line 37: // TODO: Fill this in with your device specific fields. avstream/avscamera/sys/PreviewHwSim.cpp (1 line): - line 303: // TODO: This metadata should only be exposed on a sensor category preview pin. video/IndirectDisplay/IddSampleDriver/Trace.h (1 line): - line 61: // TODO: Use a unique driver tracing ID here, avstream/avscamera/sys/YUY2Synthesizer.cpp (1 line): - line 47: #pragma warning( disable:26015 ) // Suppress OACR error. Seems nonsensical. TODO: Must revisit. avstream/avscamera/sys/RGB24Synthesizer.cpp (1 line): - line 109: #pragma warning(suppress: 6386) // TODO: Add OACR bug number once known network/wlan/WDI/COMMON/BAGen.c (1 line): - line 674: // TODO: Enable AMSDU may not be aware of AMPDU usb/ufxclientsample/registers.h (1 line): - line 21: // #### TODO: Add controller data structure definitions here #### bluetooth/bthecho/common/inc/trace.h (1 line): - line 29: // TODO: These defines are missing in evntrace.h general/toaster/toastDrv/kmdf/bus/static/wmi.c (1 line): - line 138: // TODO: Use generated header's #defines for constants and sizes network/wlan/WDI/PLATFORM/NDIS6/N62C_Oids.c (1 line): - line 1655: // TODO: Win 7 filesys/miniFilter/NameChanger/ncinit.c (1 line): - line 438: // TODO: This sample assumes that the real mapping final component hid/hidusbfx2/sys/trace.h (1 line): - line 29: // TODO: These defines are missing in evntrace.h biometrics/driver/Device.h (1 line): - line 28: // TODO: Change this to match your device general/pcidrv/kmdf/trace.h (1 line): - line 31: // TODO: These defines are missing in evntrace.h usb/usbview/dispvid.c (1 line): - line 527: //(TODO: need to change nt\sdpublic\internal\drivers\inc\uvcdesc.h's define audio/sysvad/basetopo.cpp (1 line): - line 351: // TODO if (WAVEIN_MUX == PropertyRequest->Node) network/ndis/netvmini/6x/miniport.h (1 line): - line 18: TODO: pos/drivers/barcodescanner/Device.cpp (1 line): - line 9: ** Driver TODO: Complete the implementation of EvtDriverDeviceAdd for your specific device. general/DCHU/osrfx2_DCHU_extension_tight/osrfx2_DCHU_componentsoftware/stdafx.cpp (1 line): - line 7: // TODO: reference any additional headers you need in STDAFX.H network/wlan/WDI/COMMON/P2P_Receive.c (1 line): - line 625: // TODO: if this is a PD req to join our GO, group id is mandatory pos/drivers/MagneticStripeReader/IoRead.cpp (1 line): - line 4: ** Driver TODO: Add logic to EvtIoRead to handle read requests from applications that don't use the Windows.Devices.PointOfService APIs. network/wlan/WDI/PLATFORM/NDIS6/SDIO/N6Sdio_main.h (1 line): - line 384: // TODO: add for WDI audio/sysvad/KeywordDetectorAdapter/stdafx.cpp (1 line): - line 7: // TODO: reference any additional headers you need in STDAFX.H general/toaster/toastDrv/kmdf/bus/dynamic/wmi.c (1 line): - line 140: // TODO: Use generated header's #defines for constants and sizes pos/drivers/MagneticStripeReader/Device.cpp (1 line): - line 9: ** Driver TODO: Complete the implementation of EvtDriverDeviceAdd for your specific device. avstream/avshws/device.cpp (1 line): - line 492: // TODO: Better status code? network/wlan/WDI/HAL/phydm/rtl8723b/hal8723breg.h (1 line): - line 377: // TODO: use these definition when using REG_xxx naming rule. usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample/Ppm.cpp (1 line): - line 171: // TODO: This should probably be done by the Cx, because this is a standard mechanism filesys/miniFilter/NameChanger/nc.h (1 line): - line 209: // TODO: Should we use a different representation of this structure which general/WinHEC 2017 Lab/Toaster Driver/Service/Metering.cpp (1 line): - line 43: // TODO: Handle if CreateThreadpoolTimer fails i.e tpTimer == nullptr general/toaster/toastDrv/umdf/func/Driver.cpp (1 line): - line 154: // TODO: Add the Idle and Wake suupport specific for your hardware serial/serial/write.c (1 line): - line 401: // TODO: I see Xoff request getting abandoned due to loss of filesys/miniFilter/NameChanger/ncmapping.c (1 line): - line 752: // TODO: Do we really know that the real path is 8dot3 compliant? general/DCHU/osrfx2_DCHU_extension_loose/osrfx2_DCHU_componentsoftware/stdafx.h (1 line): - line 18: // TODO: reference additional headers your program requires here pofx/WDF/Driver/MultiComp/driver/WdfMultiComp.h (1 line): - line 89: // TODO: Use a different trace control GUID below general/WinHEC 2017 Lab/Toaster Driver/Service/SampleService.cpp (1 line): - line 103: // TODO: Capture get last error avstream/avscamera/sys/SensorSimulation.cpp (1 line): - line 186: // TODO: network/wlan/WDI/PLATFORM/NDIS6/N62C_Port.h (1 line): - line 237: // TODO: Win 7 network/wlan/WDI/HAL/HalComReg.h (1 line): - line 522: // TODO: use these definition when using REG_xxx naming rule. general/WinHEC 2017 Lab/Toaster Driver/Service/stdafx.cpp (1 line): - line 7: // TODO: reference any additional headers you need in STDAFX.H network/ndis/filter/filter.c (1 line): - line 110: // TODO: Most handlers are optional, however, this sample includes them general/toaster/toastDrv/umdf/func/Queue.h (1 line): - line 91: // TODO: Add your interfaces here usb/usbview/display.c (1 line): - line 2156: // TODO: BUG: bInterfaceClass is initialized before this code audio/simpleaudiosample/Source/Main/basetopo.cpp (1 line): - line 350: // TODO if (WAVEIN_MUX == PropertyRequest->Node) usb/UcmTcpciCxClientSample/I2C.cpp (1 line): - line 11: TODO: If your port controller hardware is not compliant with the Type-C Port Controller network/wlan/WDI/PLATFORM/NDIS6/N62C_AP.c (1 line): - line 690: // TODO: Win7 error source. avstream/avscamera/mft0/MFT0Impl.cpp (1 line): - line 1923: //TODO: network/wlan/WDI/COMMON/Transmit.h (1 line): - line 68: // TODO: Modify this !! avstream/avscamera/mft0/stdafx.h (1 line): - line 24: // TODO: disable the MFT0 conditional to the target system version network/wlan/WDI/PLATFORM/NDIS6/N6C_PlatformDef.c (1 line): - line 1657: // // TODO: We should handle MIC error for group key in WPA2. storage/miniports/lsi_u3/src/lsisiop.h (1 line): - line 92: // TODO: Rework code to omit these usb/kmdf_fx2/driver/trace.h (1 line): - line 29: // TODO: These defines are missing in evntrace.h avstream/avscamera/sys/Synthesizer.cpp (1 line): - line 1381: TODO: Remove. This function appears to be dead code.