aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hid
Commit message (Expand)AuthorAgeFilesLines
* hkbd: remove error detection in KDSKBSTATE ioctlShengYi Hung2025-10-021-5/+14
* Added identifiers for additional PS4 DualShock controller variantsKevin Reinholz2025-07-291-0/+16
* hidraw(4): Force switch to hidraw mode on HIDIOCGRDESC ioctlVladimir Kondratyev2025-04-301-0/+3
* hidraw(4): Return actual length of read data from HIDIOCG* ioctlsVladimir Kondratyev2025-04-301-2/+8
* hidraw(4): Return length of written data from HIDIOCS* ioctlsVladimir Kondratyev2025-04-301-1/+4
* hidraw(4): Add additional hidraw input/output report ioctlsVladimir Kondratyev2025-04-302-4/+38
* hid: Correctly handle signed/unsigned quantities in kernel HID parser.Vladimir Kondratyev2025-01-212-59/+64
* hidraw(4): update hgd_actlen in HIDRAW_GET_REPORT ioctlMatthew Nygard Dodd2024-12-221-6/+7
* kern: Make fileops and filterops tables const where possibleMark Johnston2024-12-031-1/+1
* hidbus: Use device_set_descf()Mark Johnston2024-06-271-5/+3
* hidbus(4): Fix wrong assertion of busZhenlei Huang2024-06-081-2/+2
* hid: Handle errors from copyin() in ioctl handlersMark Johnston2024-01-021-12/+20
* hmt(4): Do not require input report HID usages to be a member of TLCVladimir Kondratyev2023-11-271-5/+4
* Add atopcase, the Apple HID over SPI input driverVal Packett2023-08-201-0/+1
* bcm5974(4): add support for devices attached over SPI busVal Packett2023-08-201-7/+92
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1615-30/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-164-4/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* hidraw(4): Implement HIDRAW_GET_DEVICEINFO ioctlVladimir Kondratyev2023-08-062-5/+38
* hidbus(4): Use generic hid methods to start and stop interruptsVladimir Kondratyev2023-08-0310-31/+50
* hid: Add child device parameter to HID methodsVladimir Kondratyev2023-08-033-23/+87
* kbd: consolidate kb interfaces (phase one)Michael2023-07-071-8/+2
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-125-5/+5
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1219-19/+19
* bcm5974(4): Make Magic Trackpad 2 support endian-safe.Vladimir Kondratyev2023-04-251-24/+13
* bcm5974(4): add Magic Trackpad 2 (USB only) supportVal Packett2023-04-251-3/+83
* hid: fix typo in hid_is_collectionHu Shunchao2023-04-241-1/+1
* bcm5974: fix wellspring9 pressure settings to handle force sensitivityVal Packett2023-04-241-1/+7
* sys/kbio.h: make pre-unicode keymap support optionalStefan Eßer2023-02-141-3/+6
* Support Unicode characters in keymap dead key tablesStefan Eßer2023-02-061-0/+1
* ietp(4): Load dummy HID report descriptor if mangledAymeric Wibo2023-02-051-22/+69
* hv_hid: Hyper-V HID driverYuri2023-02-051-0/+1
* hms(4): Fix a copy/paste issue and check both _X and _YYuri2023-01-201-1/+1
* copyright: chase my name and email changeVal Packett2023-01-064-4/+4
* hidraw(4): Drop unneeded usb kernel module dependencyVladimir Kondratyev2022-12-301-1/+0
* hidraw(4): Replace Giant with bus_topo_lockVladimir Kondratyev2022-12-241-3/+2
* hms(4): Disable vendor usage page button supportVladimir Kondratyev2022-12-243-4/+11
* evdev: Extend EVIOCGRAB ioctl scope to cover kbd interfaceVladimir Kondratyev2022-11-181-0/+4
* hid: Remove a double word in a source code commentGordon Bergling2022-09-041-1/+1
* hidbus(4): Align refcount checks for hidbus_intr_start() and hidbus_intr_stop().Hans Petter Selasky2022-07-281-6/+6
* hidraw: Return string lengths for certain ioctlsMichael Gmelin2022-05-181-1/+6
* hid: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-0614-40/+17
* Remove unused hidraw_devclass.John Baldwin2022-05-063-12/+1
* hidbus: Use devclass_find to lookup the devclass for hidbus.John Baldwin2022-04-211-6/+6
* hpen_battery_strenght_cb: eliminate write only data variableWarner Losh2022-04-051-2/+0
* usb(3): Fix a few typos in source code commentsGordon Bergling2022-04-021-1/+1
* bcm5974(4): set mode again on resumeGreg V2022-03-081-0/+15
* bcm5974(4): fix endian conversion signedness bugGreg V2022-03-081-31/+35
* hms(4): Change probe priority to BUS_PROBE_GENERICVladimir Kondratyev2022-03-021-1/+1