aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hid
Commit message (Expand)AuthorAgeFilesLines
* hkbd(4): add some extra handy fn key bindingsToby Slight8 days1-0/+10
* hkbd(4): be more cautious & explicit about Apple vendor checkingtslight8 days1-29/+34
* ukbd(4): backport Apple function keys support from hkbd(4)tslight8 days1-6/+10
* hkbd(4): fix handling of apple function keys in hid and evdevtslight8 days2-16/+74
* hid/hgame: Fix desync in hgame_dpad_cb()Majed Alkhaleefah13 days1-12/+4
* hid: Fix 'strenght' typo in hpen.cMajed Alkhaleefah2026-03-041-3/+3
* bus: Document special ranges of IVARsJohn Baldwin2026-02-171-1/+1
* hid: Make game controllers accessible to members of the game groupVladimir Kondratyev2025-12-012-2/+14
* Match style in 3613896David E. O'Brien2025-10-192-2/+2
* knotes: kqueue: handle copy for trivial filtersKonstantin Belousov2025-10-182-0/+2
* u2f(4): Invert U2F_MAKE_UHID_ALIAS kernel build optionVladimir Kondratyev2025-09-251-4/+4
* u2f(4): Use taskqueue to start USB transfers from kqueue contextVladimir Kondratyev2025-09-251-1/+14
* ietp(4): Always overload HID report descriptorVladimir Kondratyev2025-09-221-15/+40
* hkbd: fix compliation error for GENERICShengYi Hung2025-08-231-1/+1
* hkbd: remove erorr detection in KDSKBSTATE ioctlShengYi Hung2025-08-231-5/+14
* u2f(4): a HID driver for FIDO/U2F security keysVladimir Kondratyev2025-08-171-0/+590
* hidraw(4): Rename to uhid if HIDRAW_MAKE_UHID_ALIAS is specifiedVladimir Kondratyev2025-08-171-3/+9
* hid: Allow serial execution of HID_INTR_START method.Vladimir Kondratyev2025-08-172-34/+38
* hid: Add HQ_NO_READAHEAD quirk and implement it in usbhid(4)Vladimir Kondratyev2025-08-171-0/+1
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-211-1/+1
* hid.h: Add U2F usage tables constantsVladimir Kondratyev2025-05-301-0/+4
* Added identifiers for additional PS4 DualShock controller variantsKevin Reinholz2025-05-141-0/+16
* hidraw(4): Force switch to hidraw mode on HIDIOCGRDESC ioctlVladimir Kondratyev2025-04-271-0/+3
* hidraw(4): Return actual length of read data from HIDIOCG* ioctlsVladimir Kondratyev2025-04-271-2/+8
* hidraw(4): Return length of written data from HIDIOCS* ioctlsVladimir Kondratyev2025-04-271-1/+4
* hidraw(4): Add additional hidraw input/output report ioctlsVladimir Kondratyev2025-04-272-4/+38
* Remove now-redundant calls to device_delete_childrenJohn Baldwin2025-01-021-2/+1
* hid: Correctly handle signed/unsigned quantities in kernel HID parser.Vladimir Kondratyev2024-12-222-59/+64
* bus_delayed_attach_children: Switch return type to voidJohn Baldwin2024-12-061-7/+4
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-3/+4
* Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin2024-12-061-1/+1
* kern: Make fileops and filterops tables const where possibleMark Johnston2024-11-261-1/+1
* hms(4): improve scroll with IICHID_SAMPLINGEdward Tomasz Napierala2024-11-261-2/+30
* hidraw(4): update hgd_actlen in HIDRAW_GET_REPORT ioctlMatthew Nygard Dodd2024-11-181-6/+7
* newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* hidbus: Use device_set_descf()Mark Johnston2024-06-161-5/+3
* hidbus(4): Fix wrong assertion of busZhenlei Huang2024-06-051-2/+2
* bcm5974(4): Properly assign MT-slot on Apple Magic TrackpadVladimir Kondratyev2024-02-211-5/+7
* bcm5974(4): Respect HID_DEBUG option and fix debugging printfVladimir Kondratyev2024-02-211-1/+3
* bcm5974(4): Report proper width and depth for Apple Magic TrackpadsVladimir Kondratyev2024-02-211-2/+2
* hid: Handle errors from copyin() in ioctl handlersMark Johnston2023-12-261-12/+20
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-273-3/+0
* hmt(4): Do not require input report HID usages to be a member of TLCVladimir Kondratyev2023-11-021-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