summaryrefslogtreecommitdiff
path: root/include/linux/usb.h
AgeCommit message (Expand)Author
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
2002-10-29[PATCH] USB: clean up usb structures some moreDavid Brownell
2002-10-28[PATCH] [PATCH] fix a FIXME in usb.hJosh Myer
2002-10-28[PATCH] Eliminate Old Prototypes from 2.5.44Josh Myer
2002-10-27[PATCH] create <linux/usb_ch9.h>David Brownell
2002-10-24[PATCH] rm "automagic resubmit" for usb interrupt transfersDavid Brownell
2002-10-13[PATCH] usbcore doc + minor fixesDavid Brownell
2002-10-11[PATCH] "nousb" for in-kernel USBRandy Dunlap
2002-09-30[PATCH] usb_sg_{init,wait,cancel}()David Brownell
2002-09-30[PATCH] usbcore misc cleanupDavid Brownell
2002-09-16USB: Convert the core code to use struct device_driver.Greg Kroah-Hartman
2002-08-28[PATCH] USB dma and scatterlistsDavid Brownell
2002-08-18[PATCH] misc usbcore cleanupsDavid Brownell
2002-08-14USB: changed usb_match_id to not need the usb_device pointer.Greg Kroah-Hartman
2002-08-14[PATCH] USB core cleanupsDavid Brownell
2002-08-06[PATCH] expose dma_addr_t in urbsDavid Brownell
2002-08-01USB: usbfs and usbdevfs both work at the same time now.Greg Kroah-Hartman