# HG changeset patch # User John Tsiombikas # Date 1376421420 -10800 # Node ID 55a06a416ca8dcf9c5cd4de6ec7b1b6601c32c20 # Parent 21f1554e28842bf4f4daffc4f2ad6c5f98118d0b removed meaningless comment diff -r 21f1554e2884 -r 55a06a416ca8 main.cpp --- a/main.cpp Sun Jul 07 04:21:49 2013 +0300 +++ b/main.cpp Tue Aug 13 22:17:00 2013 +0300 @@ -11,14 +11,6 @@ typedef __int16 int16_t; typedef unsigned __int32 uint32_t; -/* TODO: notification - Obtain the Windows GUID for HID devices by way of a call to HidD_GetHidGuid() - Clear the contents of a DEV_BROADCAST_DEVICEINTERFACE structure 0. - Assign the members of the structure such that you specify the HID GUID. - Register the application for device notifications by calling the function RegisterDeviceNotification(). - If the previous step returns an invalid handle, then an error has occurred, and the function should return an error. Otherwise, the return is successful. -*/ - #pragma pack(push, 1) union Report { unsigned char type; @@ -235,4 +227,4 @@ done = true; } return 0; -} \ No newline at end of file +}