summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/input/ums.c
Commit message (Expand)AuthorAgeFilesLines
* - Export more USB device ID's.hselasky2011-06-241-0/+7
* usb: change to one-pass probing of device driversavg2011-05-181-2/+2
* - Do not output the trailing newline to the HIDhselasky2011-03-211-4/+6
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* Fix UMS_BUTTON_MAX define namethompsa2010-09-021-1/+1
* Add support for extra buttons on the Kensington Slimblade Trackball.thompsa2010-09-021-0/+12
* Add missing MODULE_VERSION() definitions, this resolves problems aroundthompsa2010-09-011-0/+1
* Enable support for mouse panning wheels.thompsa2010-05-121-0/+12
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-221-2/+4
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-031-7/+0
* Reduce probe priority of USB input devices to BUS_PROBE_GENERIC fromnwhitehorn2009-11-111-2/+2
* Allow dumping the USB mouse reports via 'sysctl -b dev.ums.N.parseinfo',thompsa2009-10-221-1/+71
* USB inputalfred2009-07-301-3/+45
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-28/+43
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-25/+25
* Change ums_probe() so it does not need to fetch the usb_interface_descriptor.thompsa2009-06-121-8/+5
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-6/+6
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-14/+14
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.thompsa2009-05-211-2/+2
* - rename usb2_mode to usb_mode [1]thompsa2009-05-211-1/+1
* MFp4 //depot/projects/usb@159995thompsa2009-04-051-177/+194
* MFp4 //depot/projects/usb@159909thompsa2009-04-051-3/+3
* MFp4 //depot/projects/usb @159375,159376,159377thompsa2009-03-201-3/+2
* 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-021-1/+1
* Change USB over to make_dev() for all device nodes, previously it hooked intothompsa2009-02-271-9/+5
* MFp4 //depot/projects/usb; 157814, 157863, 157868thompsa2009-02-241-110/+75
* Move the new USB stack into its new home.thompsa2009-02-231-0/+901
OpenPOWER on IntegriCloud