summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-12usb: usb_get_configuration() obeys authorizationInaky Perez-Gonzalez
2007-10-12usb: usb_set_configuration() obeys authorizationInaky Perez-Gonzalez
2007-10-12usb: initialize authorization and wusb bits in USB devicesInaky Perez-Gonzalez
2007-10-12usb: cleanup usb_register_bus() and hook up sysfs groupInaky Perez-Gonzalez
2007-10-12usb: add the concept of default authorization to USB hostsInaky Perez-Gonzalez
2007-10-12usb: introduce usb_device authorization bitsInaky Perez-Gonzalez
2007-10-12USB: gadget: gadget zero cleanupsDavid Brownell
2007-10-12USB: gadget: file storage gadget cleanupsDavid Brownell
2007-10-12USB: gadget: serial gadget cleanupsDavid Brownell
2007-10-12USB: gadget: gmidi cleanupsDavid Brownell
2007-10-12USB: gadget: ethernet gadget cleanups, shrinkageDavid Brownell
2007-10-12USB: gadget: gadget_is_{dualspeed,otg} predicates and cleanupDavid Brownell
2007-10-12USB: Add drivers/usb/misc/iowarrior.c to the MakefileNico Erfurth
2007-10-12USB: separate out endpoint queue management and DMA mapping routinesAlan Stern
2007-10-12USB: update spinlock usage for root-hub URBsAlan Stern
2007-10-12USB: cleanup for previous patchesAlan Stern
2007-10-12USB: avoid urb->pipe in usbmonAlan Stern
2007-10-12USB: avoid urb->pipe in usbfsAlan Stern
2007-10-12USB: address-0 handling during device initializationAlan Stern
2007-10-12USB: avoid using urb->pipe in usbcoreAlan Stern
2007-10-12USB: add direction bit to urb->transfer_flagsAlan Stern
2007-10-12USB: add ep->enableAlan Stern
2007-10-12USB: add urb->epAlan Stern
2007-10-12USB: Storage: usbat_check_status(): fix check-after-useAdrian Bunk
2007-10-12USB: usb_gadget.h whitespace fixesDavid Brownell
2007-10-12USB: Remove dead references to "SAFE_SERIAL" CONFIG variables.Robert P. J. Day
2007-10-12USB: OHCI handles more ZFMicro quirksMike Nuss
2007-10-12usblp: Make use of URB_FREE_BUFFERPete Zaitcev
2007-10-12usblp: Implement the ENOSPC conventionPete Zaitcev
2007-10-12USB: Clean up duplicate includes in drivers/usb/Jesper Juhl
2007-10-12USB: Remove unneeded pointer intf from speedtch_upload_firmware()Micah Gruber
2007-10-12PM: merge device power-management source filesAlan Stern
2007-10-12sysfs: add copyrightsTejun Heo
2007-10-12kobject: update the copyrightsGreg Kroah-Hartman
2007-10-12kset: add some kerneldoc to help describe what these strange things areGreg Kroah-Hartman
2007-10-12Driver core: rename ktype_edd and ktype_efivarGreg Kroah-Hartman
2007-10-12Driver core: rename ktype_driverGreg Kroah-Hartman
2007-10-12Driver core: rename ktype_deviceGreg Kroah-Hartman
2007-10-12Driver core: rename ktype_classGreg Kroah-Hartman
2007-10-12driver core: remove subsystem_init()Greg Kroah-Hartman
2007-10-12sysfs: move sysfs file poll implementation to sysfs_open_direntTejun Heo
2007-10-12sysfs: implement sysfs_open_direntTejun Heo
2007-10-12sysfs: move sysfs_dirent->s_children into sysfs_dirent->s_dirTejun Heo
2007-10-12sysfs: make sysfs_root a regular directory direntTejun Heo
2007-10-12sysfs: open code sysfs_attach_dentry()Tejun Heo
2007-10-12sysfs: make s_elem an anonymous unionTejun Heo
2007-10-12sysfs: make bin attr open get active reference of parent tooTejun Heo
2007-10-12sysfs: kill unnecessary NULL pointer check in sysfs_release()Tejun Heo
2007-10-12sysfs: kill unnecessary sysfs_get() in open pathsTejun Heo
2007-10-12sysfs: reposition sysfs_dirent->s_mode.Tejun Heo