summaryrefslogtreecommitdiff
path: root/include/linux/usb.h
AgeCommit message (Expand)Author
2004-05-03[PATCH] USB: esthetic and trivial patch.Christophe Lucas
2004-04-27[PATCH] USB: Allocate interface structures dynamicallyAlan Stern
2004-04-26USB: switch struct urb to use a kref instead of it's own atomic_tGreg Kroah-Hartman
2004-03-30USB: add usb_get_intf() and usb_put_intf() functions as they will be needed.Greg Kroah-Hartman
2004-03-30USB: remove "released" field from struct usb_interface as it is not needed.Greg Kroah-Hartman
2004-03-30[PATCH] USB: remove usb_interface.driver fieldDavid Brownell
2004-03-29[PATCH] USB: set_configuration locking cleanupsDavid Brownell
2004-03-15Merge kroah.com:/home/linux/BK/bleed-2.6Greg Kroah-Hartman
2004-03-13[PATCH] DMA: Fill gaping hole in DMA API interfaces.Andrew Morton
2004-03-09[PATCH] USB: usbcore doc updateDavid Brownell
2004-03-02[PATCH] USB: remove intf->act_altsetting altogether from the USB core and usb.hGreg Kroah-Hartman
2004-03-02[PATCH] USB: Improve handling of altsettingsAlan Stern
2004-03-02[PATCH] USB: Don't add/del interfaces, register/unregister themAlan Stern
2004-02-08[PATCH] USB: re-factor enumeration/reset pathsDavid Brownell
2004-01-29[PATCH] USB: remove unused usb-debug.c fileGreg Kroah-Hartman
2004-01-26[PATCH] USB: Fix DMA coherence when reading device descriptorAlan Stern
2003-12-11[PATCH] USB: usb driver binding fixesDavid Brownell
2003-09-30[PATCH] USB: include/linux/usb.hJoe Perches
2003-09-17[PATCH] USB: Changes to core/config.c (6 of 9)Alan Stern
2003-09-03[PATCH] ISDN bugfixes part 1Karsten Keil
2003-08-27[PATCH] USB: hook up the USB driver core to the power management calls of the...Greg Kroah-Hartman
2003-08-12[PATCH] USB: fix usb class device sysfs representation.Greg Kroah-Hartman
2003-08-11[PATCH] add usb_reset_configuration()David Brownell
2003-08-11[PATCH] USB: correct error handling in usb_driver_claim_interface()Oliver Neukum
2003-07-31[PATCH] USB: Rename probe and unbind functionsAlan Stern
2003-07-28[PATCH] USB: fix stupid kobject coding error with regards to struct usb_inter...Greg Kroah-Hartman
2003-07-15[PATCH] USB: remove some warnings when building the documentation.Greg Kroah-Hartman
2003-06-30[PATCH] USB: make struct usb_bus a struct class_deviceGreg Kroah-Hartman
2003-06-13[PATCH] USB: Use separate transport_flags bits for transfer_dmaAlan Stern
2003-06-10[PATCH] USB: fix problem found by sparse in usb.hGreg Kroah-Hartman
2003-06-01[PATCH] USB: add usb_find_device() function to USB core.Greg Kroah-Hartman
2003-05-06[PATCH] USB: add usb class support for usb drivers that use the USB majorGreg Kroah-Hartman
2003-04-30[PATCH] USB: replace kdev_t with int in usb_interface structure, as only driv...Greg Kroah-Hartman
2003-04-29[PATCH] USB: fix up usb.h's dbg macro to take up less spaceJoe Perches
2003-04-29USB: create usb_init_urb() for those people who like to live dangerously (lik...Greg Kroah-Hartman
2003-03-05[PATCH] USB: track usb ch9 device stateDavid Brownell
2003-02-26[PATCH] Trivial patch for usb.hAlan Stern
2003-02-18[PATCH] USB: added sched.h to usb.hGreg Kroah-Hartman
2003-02-17[PATCH] USB: add "present" flag to usb_device structure.Greg Kroah-Hartman
2003-02-14kbuild: Module alias and device table supportRusty Russell
2003-01-28[PATCH] USB: usbcore misc cleanup (notably for non-dma hcds)David Brownell
2003-01-13[PATCH] USB: put the usb storage's SCSI device in the proper place in sysfs.Greg Kroah-Hartman
2002-12-27[PATCH] USB: use the driver model to handle reference counting of struct usb_...Greg Kroah-Hartman
2002-12-27[PATCH] USB: rename usb_free_dev() to usb_put_dev()Greg Kroah-Hartman
2002-12-26[PATCH] USB: remove private_data pointer from struct usb_interface, as it sho...Greg Kroah-Hartman
2002-12-26[PATCH] usbcore dma updates (and doc)David Brownell
2002-12-11[PATCH] USB: start to remove static minor based arrays in driversAri Juhani Hämeenaho
2002-12-04[PATCH] C99 initializer for include/linux/usb.hArt Haas
2002-12-02[PATCH] kbd_pt_regsDavid S. Miller
2002-11-23[PATCH] remove CONFIG_USB_LONG_TIMEOUTDavid Brownell