summaryrefslogtreecommitdiff
path: root/include/linux/usb.h
AgeCommit message (Expand)Author
2009-06-15USB: add usb debugfs directoryGreg Kroah-Hartman
2009-06-15Driver Core: usb: add nodename support for usb drivers.Kay Sievers
2009-04-17USB: add reset endpoint operationsDavid Vrabel
2009-03-24USB: make actual_length in struct urb field u32Greg Kroah-Hartman
2009-03-24USB: make transfer_buffer_lengths in struct urb field u32Greg Kroah-Hartman
2009-03-24USB: Move definitions from usb.h to usb/ch9.hJulia Lawall
2009-01-27USB: add kernel-doc for wusb_dev in struct usb_deviceInaky Perez-Gonzalez
2009-01-07USB: remove info() macro from usb.hGreg Kroah-Hartman
2009-01-07USB: remove warn() macro from usb.hGreg Kroah-Hartman
2009-01-07USB: extension of anchor API to unpoison an anchorOliver Neukum
2009-01-07USB: mark "reject" field of struct urb as atomic_tMing Lei
2009-01-07USB: utilize the bus notifiersAlan Stern
2009-01-07USB: Enhance usage of pm_message_tAlan Stern
2009-01-07USB: Allow usbmon as a module even if usbcore is builtinPete Zaitcev
2009-01-07USB: Introduce usb_queue_reset() to do resets from atomic contextsInaky Perez-Gonzalez
2009-01-07USB: add asynchronous autosuspend/autoresume supportAlan Stern
2008-11-13USB: don't register endpoints for interfaces that are going awayAlan Stern
2008-10-17USB: anchor API changes needed for btusbOliver Neukum
2008-10-17USB: extend poisoning to anchorsOliver Neukum
2008-10-17USB: kill URBs permanentlyOliver Neukum
2008-08-21USB: Defer Set-Interface for suspended devicesAlan Stern
2008-08-13USB: add missing kerneldoc line for "needs_binding"Alan Stern
2008-07-21USB: Force unbinding of drivers lacking reset_resume or other methodsAlan Stern
2008-07-21USB: fix usb_reset_device and usb_reset_composite_device(take 3)Ming Lei
2008-07-21USB: remove interface parameter of usb_reset_composite_deviceMing Lei
2008-07-21USB: implement "soft" unbindingAlan Stern
2008-07-21USB: handle pci_name() being constGreg Kroah-Hartman
2008-04-24wusb: add link wusb-usb deviceInaky Perez-Gonzalez
2008-04-24wusb: add authenticathed bit to usb_devInaky Perez-Gonzalez
2008-04-24USB: update comments about usb driver's headerOliver Neukum
2008-04-24USB: add extension of anchor API, usb_unlink_anchored_urbsOliver Neukum
2008-04-24USB: usb.h: reduce syslog clutter [v3]Tilman Schmidt
2008-04-24USB: convert usb.h struct usb_device to kernel-docRandy Dunlap
2008-04-24USB: remove CONFIG_USB_PERSIST settingAlan Stern
2008-03-04USB: fix comment of struct usb_interfaceLei Ming
2008-03-03docbook: fix usb source filesRandy Dunlap
2008-02-01USB: fix codingstyle issues in include/linux/usb.hGreg Kroah-Hartman
2008-02-01USB: Export suspend statisticsSarah Sharp
2008-02-01USB: Convert from class_device to device for USB coreTony Jones
2007-12-17usb.h: fix kernel-doc warningRandy Dunlap
2007-11-28USB: keep track of whether interface sysfs files existAlan Stern
2007-10-12USB: skip autosuspended devices during system resumeAlan Stern
2007-10-12USB: Export URB statistics for powertopSarah Sharp
2007-10-12USB: flush outstanding URBs when suspendingAlan Stern
2007-10-12USB: get rid of urb->lockAlan Stern
2007-10-12USB: add urb->unlinked fieldAlan Stern
2007-10-12usb: introduce usb_device authorization bitsInaky Perez-Gonzalez
2007-10-12USB: cleanup for previous patchesAlan Stern
2007-10-12USB: avoid using urb->pipe in usbcoreAlan Stern
2007-10-12USB: add direction bit to urb->transfer_flagsAlan Stern