search for: dorothe

Displaying 1 result from an estimated 1 matches for "dorothe".

Did you mean: dorothy
2008 Nov 19
1
usb_device_id_t structure
Arnaud, I have a question regarding the below structure you've added: > typedef struct usb_device_id_t { > int vendorID; > int productID; > void*(*fun)(); /* handler for specific processing */ > } usb_device_id; I don't understand the last element in this structure. While there can be plenty of reasons for functions returning (void *), I can't figure out what