aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-08-02Revert "[PATCH] USB: move usb_device_class class devices to be real devices"Greg Kroah-Hartman1-10/+10
2006-08-02Revert "[PATCH] USB: convert usb class devices to real devices"Greg Kroah-Hartman1-6/+7
2006-07-12[PATCH] USB: remove devfs information from KconfigMichal Piotrowski1-3/+0
2006-07-12[PATCH] usbcore: fixes for hub_port_resumeAlan Stern1-0/+5
2006-07-12[PATCH] USB hub: don't return status > 0 from resumeAlan Stern1-1/+4
2006-07-12[PATCH] usbfs: use the correct signal number for disconnectionZoran Marceta1-1/+1
2006-07-03[PATCH] lockdep: annotate USBFSArjan van de Ven1-1/+1
2006-07-03[PATCH] lockdep: annotate i_mutexIngo Molnar1-1/+1
2006-07-02[PATCH] irq-flags: usb: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds13-13/+0
2006-06-30[PATCH] SELinux: update USB code with new kill_proc_info_as_uidDavid Quigley3-2/+7
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel13-13/+0
2006-06-25Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust1-6/+2
2006-06-24Revert "[PATCH] usb: drivers/usb/core/devio.c dereferences a userspace pointer"Linus Torvalds1-6/+2
2006-06-24Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust11-359/+596
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+3
2006-06-22[PATCH] USB: get USB suspend to work againGreg Kroah-Hartman1-0/+2
2006-06-21[PATCH] USB: only make /sys/class/usb show up when there is something in itGreg Kroah-Hartman1-16/+54
2006-06-21[PATCH] USB: convert usb class devices to real devicesGreg Kroah-Hartman1-7/+6
2006-06-21[PATCH] USB: move usb_device_class class devices to be real devicesGreg Kroah-Hartman1-10/+10
2006-06-21[PATCH] USB: make endpoints real struct devicesGreg Kroah-Hartman1-88/+150
2006-06-21[PATCH] USB: make usb_create_ep_files take a struct deviceGreg Kroah-Hartman3-5/+5
2006-06-21[PATCH] USB: move the endpoint specific sysfs code to it's own fileGreg Kroah-Hartman4-198/+218
2006-06-21[PATCH] usb: drivers/usb/core/devio.c dereferences a userspace pointerPhilippe Retornaz1-2/+6
2006-06-21[PATCH] usbcore: recovery from Set-Configuration failureAlan Stern1-76/+75
2006-06-21[PATCH] USB hub: use usb_reset_composite_deviceAlan Stern1-19/+15
2006-06-21[PATCH] usbcore: port reset for composite devicesAlan Stern3-5/+83
2006-06-21[PATCH] usbcore: Fix broken RNDIS config selectionGiridhar Pemmasani1-1/+1
2006-06-21[PATCH] USB: print message when device is rejected due to insufficient powerDaniel Drake1-1/+9
2006-06-21[PATCH] USB: add usb_interrupt_msg() function for api completeness.Greg Kroah-Hartman1-0/+31
2006-06-21[PATCH] USB: Allow high-bandwidth isochronous packets via usbfsMicah Dowty1-1/+2
2006-06-21[PATCH] USB: Remove 4088-byte limit on usbfs control URBsMicah Dowty1-2/+2
2006-06-21[PATCH] USB: usbcore: always turn on hub port powerAlan Stern1-8/+15
2006-06-20[SPARC]: Kill __irq_itoa().David S. Miller1-10/+2
2006-06-09VFS: Unexport do_kern_mount() and clean up simple_pin_fs()Trond Myklebust1-1/+1
2006-05-08[PATCH] USB: usbcore: don't check the device's power sourceAlan Stern1-10/+13
2006-05-08[PATCH] USB: fix OHCI PM regressionDavid Brownell1-7/+6
2006-04-14Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-4/+3
2006-04-14[PATCH] pm: print name of failed suspend functionAndrew Morton1-4/+3
2006-04-14[PATCH] USB: otg hub support is optionalDavid Brownell2-0/+14
2006-04-14[PATCH] USB: drivers/usb/core/: remove unused exportsAdrian Bunk2-3/+0
2006-03-29Merge ../linux-2.6Paul Mackerras2-60/+11
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven1-3/+3
2006-03-28[PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt1-2/+2
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern1-57/+8
2006-03-21Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds9-125/+156
2006-03-20[PATCH] USB: fix check_ctrlrecip to allow control transfers in state ADDRESSHorst Schirmeier1-1/+2
2006-03-20[PATCH] USB: usbcore: usb_set_configuration oops (NULL ptr dereference)Horst Schirmeier1-5/+7
2006-03-20[PATCH] USB: usbcore: Don't assume a USB configuration includes any interfacesAlan Stern1-6/+10
2006-03-20[PATCH] usbcore: fix compile error with CONFIG_USB_SUSPEND=nAlan Stern1-1/+1