These were taken from include/linux/usb.h
No new functions or defines were created.
> include/linux/usb.h:
>
> Yes, there are lots of changes. I haven't sorted them out yet.
- Moved the HID specific defines and functions into include/linux/usb.h
- Added _lots_ of documentation (which involved moving things around to
be in a more logical order).
- removed the FILL_BULK_URB_TO and FILL_INT_URB_TO macros as they were
not being used
- added the usb_fill_control_urb(), usb_fill_bulk_urb() and
usb_fill_int_urb() inline functions to be used instead of the
FILL_*_URB macros.
Hope this helps,
greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/