summaryrefslogtreecommitdiff
path: root/sys/dev/hid/files.hid
blob: 351bc5b01879d8b94f0c5d28c5f72c0738e53808 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#	$OpenBSD: files.hid,v 1.3 2022/11/11 06:46:48 anton Exp $

# Human Interface Devices

# HID "bus"
define	hidbus {[reportid = -1]}

# HID processing
define	hid
file	dev/hid/hid.c			hid

# Keyboards
define	hidkbd
file	dev/hid/hidkbd.c		hidkbd			needs-flag

# Mice
define	hidms
file	dev/hid/hidms.c			hidms

# Multitouch
define	hidmt
file	dev/hid/hidmt.c			hidmt

# Consumer Control keyboards
define	hidcc
file	dev/hid/hidcc.c			hidcc