summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/input
Commit message (Expand)AuthorAgeFilesLines
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-224-12/+14
* Use the UIPROTO_BOOT_KEYBOARD #define from usb.h rather than a localgavin2010-04-141-3/+1
* Do not swap Apple keys when detecting Apple-FN keyboards.thompsa2010-03-281-2/+1
* extend search for Apple Function Key.thompsa2010-03-111-13/+18
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-033-21/+0
* Detect when we are polling from kernel via cngetc() in the boot process andthompsa2010-02-141-34/+144
* If the ID byte is non zero then we allow descriptors having multiple sizes.thompsa2009-12-091-3/+12
* Improve response to multi-touch taps.rpaulo2009-12-081-48/+117
* Early-generation touchpads do not send periodic calibration frames fornwhitehorn2009-11-291-0/+15
* Remove overuse of exclamation marks in kernel printfs, there mere fact athompsa2009-11-261-1/+1
* Make the mode setting transfer asynchronous.thompsa2009-11-221-21/+46
* Provide tunables for some of the usb sysctls that affect boot behaviour.thompsa2009-11-221-0/+2
* Reduce probe priority of USB input devices to BUS_PROBE_GENERIC fromnwhitehorn2009-11-113-5/+5
* Add support for the touchpads found in later models of iBook andnwhitehorn2009-11-101-21/+89
* Driver for the Apple Touchpad present on MacBook (non-Pro & Pro).rpaulo2009-11-091-0/+2047
* Allow dumping the USB mouse reports via 'sysctl -b dev.ums.N.parseinfo',thompsa2009-10-221-1/+71
* Only poll ukbd if KDB is active.thompsa2009-10-151-0/+4
* Fix the 106/109 USB Japanese keyboard "underscore" issue.hrs2009-10-121-12/+51
* - patch for cordump slowdown. Avoid using DELAY(1000) when noalfred2009-08-241-33/+50
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-6/+7
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-7/+6
* USB CORE:alfred2009-07-301-36/+121
* USB inputalfred2009-07-301-3/+45
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-233-114/+160
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-153-87/+87
* 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