usb: convert endpoint devices to bus-less childs of the usb interface
[safe/jmp/linux-2.6] / drivers / usb / core / endpoint.c
2009-06-16 Kay Sieversusb: convert endpoint devices to bus-less childs of...
2009-03-24 Julia LawallUSB: drivers: use USB API functions rather than constants
2009-01-07 Alan SternUSB: utilize the bus notifiers
2008-10-17 Greg Kroah-HartmanUSB: remove err() macro from usb core code
2008-07-21 Kay SieversUSB: usb dev_set_name() instead of dev->bus_id
2008-07-21 Kay SieversUSB: usb dev_name() instead of dev->bus_id
2008-05-14 Alan SternUSB: create attributes before sending uevent
2007-10-18 Joe PerchesAdd missing newlines to some uses of dev_<level> messages
2007-10-12 Alan SternUSB: Get rid of annoying endpoint-release message
2007-02-16 Josh TriplettUSB: In init_endpoint_class, use PTR_ERR to obtain...
2007-01-05 Sarah BaileyUSB: Fixed bug in endpoint release function.
2006-12-01 Sarah BaileyUSB: added dynamic major number for USB endpoints
2006-10-17 Alan Sternusbcore: fix endpoint device creation
2006-10-17 Alan Sternusbcore: fix refcount bug in endpoint removal
2006-09-27 Greg Kroah-HartmanUSB: fix __must_check warnings in drivers/usb/core/
2006-06-21 Greg Kroah-Hartman[PATCH] USB: make endpoints real struct devices
2006-06-21 Greg Kroah-Hartman[PATCH] USB: make usb_create_ep_files take a struct...
2006-06-21 Greg Kroah-Hartman[PATCH] USB: move the endpoint specific sysfs code...