summaryrefslogtreecommitdiff
path: root/sys/dev/usb/input/uhid.c
AgeCommit message (Expand)Author
2025-08-18hidraw(4): Rename to uhid if HIDRAW_MAKE_UHID_ALIAS is specifiedVladimir Kondratyev
2025-03-04usb: Kill left-over cdefs.h includesWarner Losh
2024-11-18uhid(4): update ugd_actlen in USB_GET_REPORT ioctlMatthew Nygard Dodd
2023-12-25uhid: Check for errors from copyin() in ioctl handlersMark Johnston
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh
2022-06-23uhid(4): Don't read-ahead from the USB IN endpoint.Hans Petter Selasky
2022-05-06usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused hidraw_devclass.John Baldwin
2021-12-17usb: real freebsd32 support for most ioctlsBrooks Davis
2021-01-14hid: Replace USBHID_ENABLED kernel config option with loader tunableVladimir Kondratyev
2021-01-08hidraw(4): Add HIDRAW_MAKE_UHID_ALIAS kernel optionVladimir 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-10-31Implement the USB_GET_DEVICEINFO ioctl(2) for uhid(4).Hans Petter Selasky
2020-09-01usb: clean up empty lines in .c and .h filesMateusz Guzik
2020-07-22usb(4): Stop checking for failures from malloc(M_WAITOK).Mark Johnston
2020-02-15Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki
2018-11-10wmt(4): Add PNP record so it could be picked by devd/devmatch.Vladimir Kondratyev
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-12-11Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh
2015-03-10Lock softc before clearing bits.Hans Petter Selasky
2015-01-31Fix a bunch of -Wcast-qual warnings in sys/dev/usb/input/uhid.c, byDimitry Andric
2015-01-05Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canHans Petter Selasky
2014-07-13Turn off blinking device leds at attach.Hans Petter Selasky
2013-01-30Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez
2012-10-22Make uhid attach to devices that look like keyboardsEitan Adler
2012-05-17Fix for the r235558: interrupt output pipe is optional, so fix the driverAlexander Motin
2012-05-17Add support for writing to HID devices through the interrupt output pipe.Alexander Motin
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-09-28MFprojects/hid:Alexander Motin
2011-07-02Fix for "nomatch" event for ums and ukbd drivers when uhid is loaded.Hans Petter Selasky
2011-06-24- Move all USB device ID arrays into so-called sections,Hans Petter Selasky
2011-05-18usb: change to one-pass probing of device driversAndriy Gapon
2011-01-11Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin
2010-11-13Fix compiler warnings.Hans Petter Selasky
2010-09-01Add missing MODULE_VERSION() definitions, this resolves problems aroundAndrew 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-12-09If the ID byte is non zero then we allow descriptors having multiple sizes.Andrew Thompson
2009-11-11Reduce probe priority of USB input devices to BUS_PROBE_GENERIC fromNathan Whitehorn
2009-06-23- Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson
2009-06-15s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson
2009-05-29s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson
2009-05-28s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson
2009-05-21Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.Andrew Thompson
2009-05-21- rename usb2_mode to usb_mode [1]Andrew Thompson
2009-04-05MFp4 //depot/projects/usb@159909Andrew Thompson