summaryrefslogtreecommitdiff
path: root/sys/dev/usb/input/ums.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.1 to release/8.1.0 for 8.1-RELEASE.release/8.1.0_cvsKen Smith2010-07-171-1/+1
* MFC r208009Andrew Thompson2010-05-171-0/+12
* MFC r207077Andrew Thompson2010-04-291-2/+4
* MFC r199169:Nathan Whitehorn2009-12-091-2/+2
* MFC r198373Andrew Thompson2009-10-291-1/+71
* USB inputAlfred Perlstein2009-07-301-3/+45
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-28/+43
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-25/+25
* Change ums_probe() so it does not need to fetch the usb_interface_descriptor.Andrew Thompson2009-06-121-8/+5
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-6/+6
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-14/+14
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.Andrew Thompson2009-05-211-2/+2
* - rename usb2_mode to usb_mode [1]Andrew Thompson2009-05-211-1/+1
* MFp4 //depot/projects/usb@159995Andrew Thompson2009-04-051-173/+190
* MFp4 //depot/projects/usb@159909Andrew Thompson2009-04-051-3/+3
* MFp4 //depot/projects/usb @159375,159376,159377Andrew Thompson2009-03-201-3/+2
* MFp4 //depot/projects/usb@158916Andrew Thompson2009-03-091-58/+61
* Rename the ushub device class back to uhub as it was in the old usb stack,Andrew Thompson2009-03-021-1/+1
* Change USB over to make_dev() for all device nodes, previously it hooked intoAndrew Thompson2009-02-271-9/+5
* MFp4 //depot/projects/usb; 157814, 157863, 157868Andrew Thompson2009-02-241-110/+75
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+901