summaryrefslogtreecommitdiff
path: root/sys/dev/usb/input/ums.c
AgeCommit message (Expand)Author
2025-03-04usb: Kill left-over cdefs.h includesWarner Losh
2024-07-03ums(4): fix incorrect mouse button reporting via evdevNiko Sonack
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-12-24ums(4): Disable vendor usage page button supportVladimir Kondratyev
2022-11-18evdev: Extend EVIOCGRAB ioctl scope to cover sysmouse interfaceVladimir Kondratyev
2022-05-06usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2021-05-24ums(4): Start USB xfers on opening of evdev node unconditionally.Vladimir Kondratyev
2021-05-24ums(4): Do not stop USB xfers on FIFO close when evdev is still activeVladimir Kondratyev
2021-01-14hid: Replace USBHID_ENABLED kernel config option with loader tunableVladimir Kondratyev
2021-01-08hid: Import usbhid - USB transport backend for HID subsystem.Vladimir Kondratyev
2021-01-08hid: Chase for HID function name changes in existing USB HID driversVladimir Kondratyev
2021-01-08Factor-out hardware-independent part of USB HID support to new moduleVladimir Kondratyev
2020-09-01usb: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-15Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki
2019-12-01usb: remove some extraneous tty.h includesKyle Evans
2018-08-13evdev: remove soft context from evdev methods parameter list.Vladimir Kondratyev
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-19ums(4): Unreverse evdev Tilt-axis reporting to match Linux.Vladimir Kondratyev
2017-03-22Bring the handling of the y axis in the ums driver in-line with the otherPeter Grehan
2016-11-01Make sure the virtual T-axis buttons generate button release event(s)Hans Petter Selasky
2016-10-31Make sure the virtual T-axis buttons gets cleared for USB mice which hasHans Petter Selasky
2016-10-22EVDEV: ums evdev support improvements: locking and event reportingOleksandr Tymoshenko
2016-10-03const-ify struct evdev_methodsOleksandr Tymoshenko
2016-10-02Modularize evdevOleksandr Tymoshenko
2016-09-30Declare a module for evdev and add dependency to ukbd(4) and ums(4)Oleksandr Tymoshenko
2016-09-21Add evdev support to ums(4)Oleksandr Tymoshenko
2016-09-08Correctly map the USB mouse tilt delta values into buttons 5 and 6Hans Petter Selasky
2016-05-02dev/usb: minor spelling fixes in comments.Pedro F. Giffuni
2015-12-11Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh
2015-01-05Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canHans Petter Selasky
2013-01-30Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez
2013-01-10Fix detection of Razer Copperhead as a USB mouse.Hans Petter Selasky
2012-09-17Add UQ_UMS_IGNORE quirk.Hans Petter Selasky
2012-05-14Move reset of USB mouse parameters from the USB mouse attach toHans Petter Selasky
2012-04-02Fix compiler warnings, mostly signed issues,Hans Petter Selasky
2011-11-07Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten
2011-07-29Make ums(4) driver more picky, not attaching to "mouses" with absoluteAlexander Motin
2011-06-24- Export more USB device ID's.Hans Petter Selasky
2011-05-18usb: change to one-pass probing of device driversAndriy Gapon
2011-03-21- Do not output the trailing newline to the HIDHans Petter Selasky
2011-01-11Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin
2010-09-02Fix UMS_BUTTON_MAX define nameAndrew Thompson
2010-09-02Add support for extra buttons on the Kensington Slimblade Trackball.Andrew Thompson
2010-09-01Add missing MODULE_VERSION() definitions, this resolves problems aroundAndrew Thompson
2010-05-12Enable support for mouse panning wheels.Andrew Thompson
2010-04-22Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson
2010-03-03The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl
2009-11-11Reduce probe priority of USB input devices to BUS_PROBE_GENERIC fromNathan Whitehorn
2009-10-22Allow dumping the USB mouse reports via 'sysctl -b dev.ums.N.parseinfo',Andrew Thompson