Changes in uspace/drv/bus/usb/usbhid/generic/hiddev.c [350274a:3e6a98c5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhid/generic/hiddev.c
r350274a r3e6a98c5 35 35 */ 36 36 37 /* XXX Fix this */ 38 #define _DDF_DATA_IMPLANT 39 37 40 #include <usb/debug.h> 38 41 #include <usb/classes/classes.h> … … 45 48 #include "hiddev.h" 46 49 #include "usbhid.h" 50 51 47 52 48 53 const usb_endpoint_description_t usb_hid_generic_poll_endpoint_description = { … … 56 61 57 62 const char *HID_GENERIC_FUN_NAME = "hid"; 58 const char *HID_GENERIC_C ATEGORY= "hid";63 const char *HID_GENERIC_CLASS_NAME = "hid"; 59 64 60 65 … … 221 226 return true; 222 227 } 223 224 228 /** 225 229 * @}
Note:
See TracChangeset
for help on using the changeset viewer.