aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/input/uhid.c
Commit message (Expand)AuthorAgeFilesLines
* uhid: Check for errors from copyin() in ioctl handlersMark Johnston2024-01-021-6/+8
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-121-1/+1
* uhid(4): Don't read-ahead from the USB IN endpoint.Hans Petter Selasky2022-06-231-0/+6
* usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-8/+0
* Remove unused hidraw_devclass.John Baldwin2022-05-061-1/+1
* usb: real freebsd32 support for most ioctlsBrooks Davis2021-12-171-3/+22
* hid: Replace USBHID_ENABLED kernel config option with loader tunableVladimir Kondratyev2021-01-141-2/+0
* hidraw(4): Add HIDRAW_MAKE_UHID_ALIAS kernel optionVladimir Kondratyev2021-01-071-0/+12
* hid: Import usbhid - USB transport backend for HID subsystem.Vladimir Kondratyev2021-01-071-0/+2
* hid: Chase for HID function name changes in existing USB HID driversVladimir Kondratyev2021-01-071-3/+5
* Factor-out hardware-independent part of USB HID support to new moduleVladimir Kondratyev2021-01-071-0/+1
* Implement the USB_GET_DEVICEINFO ioctl(2) for uhid(4).Hans Petter Selasky2020-10-311-0/+21
* usb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-7/+0
* usb(4): Stop checking for failures from malloc(M_WAITOK).Mark Johnston2020-07-221-8/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki2020-02-151-1/+2
* wmt(4): Add PNP record so it could be picked by devd/devmatch.Vladimir Kondratyev2018-11-101-0/+21
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh2015-12-111-0/+1
* Lock softc before clearing bits.Hans Petter Selasky2015-03-101-0/+2
* Fix a bunch of -Wcast-qual warnings in sys/dev/usb/input/uhid.c, byDimitry Andric2015-01-311-3/+3
* Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canHans Petter Selasky2015-01-051-1/+1
* Turn off blinking device leds at attach.Hans Petter Selasky2014-07-131-2/+13
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+2
* Make uhid attach to devices that look like keyboardsEitan Adler2012-10-221-3/+4
* Fix for the r235558: interrupt output pipe is optional, so fix the driverAlexander Motin2012-05-171-2/+3
* Add support for writing to HID devices through the interrupt output pipe.Alexander Motin2012-05-171-4/+49
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-021-3/+3
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* MFprojects/hid:Alexander Motin2011-09-281-2/+6
* Fix for "nomatch" event for ums and ukbd drivers when uhid is loaded.Hans Petter Selasky2011-07-021-0/+12
* - Move all USB device ID arrays into so-called sections,Hans Petter Selasky2011-06-241-12/+16
* usb: change to one-pass probing of device driversAndriy Gapon2011-05-181-4/+0
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* Fix compiler warnings.Hans Petter Selasky2010-11-131-3/+3
* Add missing MODULE_VERSION() definitions, this resolves problems aroundAndrew Thompson2010-09-011-0/+1
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson2010-04-221-1/+1
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-031-7/+0
* If the ID byte is non zero then we allow descriptors having multiple sizes.Andrew Thompson2009-12-091-3/+12
* Reduce probe priority of USB input devices to BUS_PROBE_GENERIC fromNathan Whitehorn2009-11-111-1/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-56/+70
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-37/+37
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-11/+11
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-24/+24
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.Andrew Thompson2009-05-211-2/+2
* - rename usb2_mode to usb_mode [1]Andrew Thompson2009-05-211-1/+1
* MFp4 //depot/projects/usb@159909Andrew Thompson2009-04-051-9/+9
* MFp4 //depot/projects/usb @159375,159376,159377Andrew Thompson2009-03-201-6/+6
* Rename the ushub device class back to uhub as it was in the old usb stack,Andrew Thompson2009-03-021-1/+1
* Change USB over to make_dev() for all device nodes, previously it hooked intoAndrew Thompson2009-02-271-7/+5