Changes in uspace/drv/bus/usb/usbhid/generic/hiddev.c [378bf85:3e6a98c5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhid/generic/hiddev.c
r378bf85 r3e6a98c5 49 49 #include "usbhid.h" 50 50 51 52 51 53 const usb_endpoint_description_t usb_hid_generic_poll_endpoint_description = { 52 54 .transfer_type = USB_TRANSFER_INTERRUPT, … … 59 61 60 62 const char *HID_GENERIC_FUN_NAME = "hid"; 61 const char *HID_GENERIC_C ATEGORY= "hid";63 const char *HID_GENERIC_CLASS_NAME = "hid"; 62 64 63 65 … … 224 226 return true; 225 227 } 226 227 228 /** 228 229 * @}
Note:
See TracChangeset
for help on using the changeset viewer.