summaryrefslogtreecommitdiff
path: root/sys/dev/usb/input
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-166-6/+6
* MFC r212132Andrew Thompson2010-11-191-1/+1
* MFC r212129Andrew Thompson2010-11-191-0/+12
* MFC r212128Andrew Thompson2010-11-191-1/+1
* MFC r212122Andrew Thompson2010-11-195-0/+5
* Merge 208554 from head:Gleb Smirnoff2010-06-021-0/+441
* MFC r208009Andrew Thompson2010-05-171-0/+12
* MFC r206638Andrew Thompson2010-05-171-3/+1
* MFC r207077Andrew Thompson2010-04-294-12/+14
* MFC r205804Andrew Thompson2010-04-061-2/+1
* MFC r205040Andrew Thompson2010-04-061-13/+18
* MFC r203896Andrew Thompson2010-04-061-34/+144
* MFC r200304Andrew Thompson2009-12-311-3/+12
* MFC r199816Andrew Thompson2009-12-091-1/+1
* MFC r199675Andrew Thompson2009-12-091-0/+2
* MFC r199169:Nathan Whitehorn2009-12-093-5/+5
* MFC r199086,199151,199680,199948,200241Andrew Thompson2009-12-091-0/+2224
* MFC r198373Andrew Thompson2009-10-291-1/+71
* MFC r198152Andrew Thompson2009-10-291-0/+4
* MFC r197999 (hrs)Andrew Thompson2009-10-291-12/+51
* MFC: r196489,196498Alfred Perlstein2009-09-021-33/+50
* MFC 196403: Temporarily revert the new-bus locking for 8.0 release.John Baldwin2009-08-201-6/+7
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-7/+6
* USB CORE:Alfred Perlstein2009-07-301-36/+121
* USB inputAlfred Perlstein2009-07-301-3/+45
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-233-114/+160
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-153-87/+87
* Make variables static where appropriate.Andrew Thompson2009-06-131-1/+1
* Change ums_probe() so it does not need to fetch the usb_interface_descriptor.Andrew Thompson2009-06-121-8/+5
* Check for a keyboard HID report in addition to the interface class so devicesAndrew Thompson2009-06-121-5/+27
* Remove duplicate variable setting.Andrew Thompson2009-06-041-1/+0
* Staticize ukbd_detach and fix indentation.Andrew Thompson2009-06-021-2/+2
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-293-17/+17
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-283-49/+49
* Add support for the Apple MacBook Pro keyboardAndrew Thompson2009-05-271-43/+153
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.Andrew Thompson2009-05-213-6/+6
* - rename usb2_mode to usb_mode [1]Andrew Thompson2009-05-213-3/+3
* MFp4 //depot/projects/usb@159995Andrew Thompson2009-04-051-173/+190
* MFp4 //depot/projects/usb@159909Andrew Thompson2009-04-053-22/+22
* MFp4 //depot/projects/usb @159375,159376,159377Andrew Thompson2009-03-202-9/+8
* 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-023-3/+3
* Change USB over to make_dev() for all device nodes, previously it hooked intoAndrew Thompson2009-02-272-16/+10
* Use my address of the FreeBSD project in the copyright statement in USB2.Ed Schouten2009-02-241-2/+2
* MFp4 //depot/projects/usb; 157814, 157863, 157868Andrew Thompson2009-02-241-110/+75
* Move the new USB stack into its new home.Andrew Thompson2009-02-234-0/+3455