Re: 2.5.1 API change summary

Greg KH (greg@kroah.com)
Tue, 18 Dec 2001 10:06:09 -0800


On Tue, Dec 18, 2001 at 04:14:27AM +0100, Andreas Bombe wrote:
>
>
> drivers/usb/hid.h:
>
> HID class defines and functions added.

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/