summaryrefslogtreecommitdiff
path: root/sys/dev/hid
Commit message (Expand)AuthorAgeFilesLines
* hpen(4): removed leftover hpen_final_digi_cb declarationMateusz Guzik2021-10-071-1/+0
* hkbd(4): Fix build on 32bit platformsVladimir Kondratyev2021-09-231-2/+2
* hkbd(4): Fix key repeats on multireport keyboardsVladimir Kondratyev2021-09-231-1/+18
* hkbd(4): Use bitstring(3) KPI for key bitmaps processing.Vladimir Kondratyev2021-09-231-99/+61
* hkbd(4): Reduce diff with ukbd(4)Vladimir Kondratyev2021-09-231-7/+8
* hmt(4): Add support for touchpads with no "button type" orVladimir Kondratyev2021-09-211-13/+15
* hpen(4): Add support for legacy MS-compatible single touch protocolVladimir Kondratyev2021-09-212-41/+50
* hidbus(4): Add routine to check presence of collection of given usageVladimir Kondratyev2021-09-212-0/+20
* hidmap: Do not forget to initialize bitmap items to unset stateVladimir Kondratyev2021-09-211-1/+2
* hidmap: Implement forbidden flag for hidmap item.Vladimir Kondratyev2021-09-212-2/+6
* hmt(4): Add support for serial packet reporting modeVladimir Kondratyev2021-09-211-7/+21
* hmt(4): Adapt to recent KPI changesVladimir Kondratyev2021-09-211-75/+56
* hms(4): Allow attachment to pointer top level collection.Vladimir Kondratyev2021-08-231-0/+1
* ps4dshock(4): Fix touchpad width in HID report descriptorVladimir Kondratyev2021-08-231-6/+6
* hid: move proper hat switch handling from ps4dshock to hgameGreg V2021-08-233-33/+37
* hmt(4): Do not ignore constant usages in HID report descriptor parserJack2021-08-231-2/+2
* hid: Add extra constant to units of measurementVladimir Kondratyev2021-08-232-0/+2
* hmt(4): Store Contact Count in separate variable.Vladimir Kondratyev2021-08-231-12/+14
* hms(4): Fix a typo in sysctl descriptionGordon Bergling2021-08-151-1/+1
* usbhid(4): Add second set of USB transfers to work in polled mode.Vladimir Kondratyev2021-06-132-4/+8
* hkbd: Fix typo which disables keyboard input in kdbVladimir Kondratyev2021-04-301-1/+1
* hid: add opt_hid.h to modules that use HID_DEBUGVladimir Kondratyev2021-04-112-0/+3
* hkbd: Fix handling of keyboard ErrorRollOver reportsVladimir Kondratyev2021-02-231-1/+6
* hidraw: Make HIDIOCGRDESCSIZE ioctl return report descriptor sizeVladimir Kondratyev2021-02-231-1/+1
* hid: bump HID_ITEM_MAXUSAGES to 8Warner Losh2021-02-111-1/+1
* hmt: Allow I2C sampling mode support to be compiled out.Vladimir Kondratyev2021-01-201-0/+10
* hms: Workaround idle mouse drift in I2C sampling mode.Vladimir Kondratyev2021-01-201-1/+70
* hconf(4): Do not fetch report before writing new usage values back.Vladimir Kondratyev2021-01-201-29/+26
* hid: Add missing input enter/exit epoch pairs.Vladimir Kondratyev2021-01-141-0/+15
* hid: quiet -WswitchRyan Libby2021-01-114-0/+23
* hid: fix extraneous SYSCTL_ADD_INT() options revealed by LINT buildVladimir Kondratyev2021-01-101-1/+1
* hid: Import hidmap-based drivers written by Greg VVladimir Kondratyev2021-01-074-0/+684
* hid: Import hidmap and bunch of drivers based on itVladimir Kondratyev2021-01-076-0/+3172
* hidraw(4): Add HIDRAW_MAKE_UHID_ALIAS kernel optionVladimir Kondratyev2021-01-073-1/+15
* hid: Import hidraw(4) - driver for access to raw HID device dataVladimir Kondratyev2021-01-072-0/+999
* hkbd(4): Split driver lock on interrupt and syscons locksVladimir Kondratyev2021-01-071-69/+95
* hid: Port ukbd to HID and attach to buildVladimir Kondratyev2021-01-071-769/+575
* hid: Copy ukbd(4) to HID subsystem.Vladimir Kondratyev2021-01-071-0/+2197
* hid: Port multitouch hmt(4) driver to hidbus and attach to buildVladimir Kondratyev2021-01-071-490/+357
* hid: Copy wmt(4) to HID subsystem as a base to upcoming hmt(4) driver.Vladimir Kondratyev2021-01-071-0/+1043
* hid: Import hconf(4) - digitizer configuration top-level collection support.Vladimir Kondratyev2021-01-072-0/+372
* hid: Import usbhid - USB transport backend for HID subsystem.Vladimir Kondratyev2021-01-071-0/+1
* hid: Import iichid - I2C transport backend for HID subsystemVladimir Kondratyev2021-01-071-0/+1
* hid: Import quirk subsystem.Vladimir Kondratyev2021-01-071-0/+437
* hid: Import hidbus(4)Vladimir Kondratyev2021-01-072-0/+1081
* hid: Import HID transport method definitions and helper functions.Vladimir Kondratyev2021-01-073-0/+221
* hid: Import functions and constants required by new subsystemVladimir Kondratyev2021-01-073-47/+305
* Factor-out hardware-independent part of USB HID support to new moduleVladimir Kondratyev2021-01-073-129/+73
* Copy HID over USB support files to new sys/dev/hid directoryVladimir Kondratyev2021-01-073-0/+1605