summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/input
Commit message (Expand)AuthorAgeFilesLines
* Make variables static where appropriate.thompsa2009-06-131-1/+1
* Change ums_probe() so it does not need to fetch the usb_interface_descriptor.thompsa2009-06-121-8/+5
* Check for a keyboard HID report in addition to the interface class so devicesthompsa2009-06-121-5/+27
* Remove duplicate variable setting.thompsa2009-06-041-1/+0
* Staticize ukbd_detach and fix indentation.thompsa2009-06-021-2/+2
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-293-18/+18
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-283-49/+49
* Add support for the Apple MacBook Pro keyboardthompsa2009-05-271-44/+154
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.thompsa2009-05-213-6/+6
* - rename usb2_mode to usb_mode [1]thompsa2009-05-213-3/+3
* MFp4 //depot/projects/usb@159995thompsa2009-04-051-177/+194
* MFp4 //depot/projects/usb@159909thompsa2009-04-053-22/+22
* MFp4 //depot/projects/usb @159375,159376,159377thompsa2009-03-202-9/+8
* MFp4 //depot/projects/usb@158916thompsa2009-03-091-58/+61
* Rename the ushub device class back to uhub as it was in the old usb stack,thompsa2009-03-023-3/+3
* Change USB over to make_dev() for all device nodes, previously it hooked intothompsa2009-02-272-16/+10
* Use my address of the FreeBSD project in the copyright statement in USB2.ed2009-02-241-2/+2
* MFp4 //depot/projects/usb; 157814, 157863, 157868thompsa2009-02-241-110/+75
* Move the new USB stack into its new home.thompsa2009-02-234-0/+3455
OpenPOWER on IntegriCloud