|
From: SourceForge.net <no...@so...> - 2006-04-05 14:31:23
|
Bugs item #900653, was opened at 2004-02-19 22:17 Message generated for change (Comment added) made by papadopo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102435&aid=900653&group_id=2435 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: w32api Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Ross Bencina (rossb) Assigned to: Nobody/Anonymous (nobody) Summary: libhid.def/.a missing HidD_* symbols Initial Comment: Not all functions defined in hid.dll are addressed by the libhid.a import library. Specifically those functions beginning with HidD_* are not referenced in the .def file, see: http://cvs.sourceforge.net/viewcvs.py/mingw/w32api/lib/ ddk/hid.def?view=markup These functions are required for enumerating USB HID (human interface devices) Class devices from userspace. Related to bug #746125 "Missing hidsdi.h" -- hidsdi.h contains the prototypes for the missing functions It appears that this has been mentioned on the mailing list before: http://sourceforge.net/mailarchive/message.php? msg_id=6175340 This bug applies to the currend HEAD as of 20th Feb, 2004. MSDN reference: all HID Class support routines beginning with HidD_ eg: msdn.microsoft.com/library/en-us/intinput/ hh/intinput/hidfunc_852q.asp ---------------------------------------------------------------------- >Comment By: Dimitri Papadopoulos (papadopo) Date: 2006-04-05 16:31 Message: Logged In: YES user_id=52414 Seems to have been fixed in current CVS sources. Please reopen if that's not the case. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102435&aid=900653&group_id=2435 |