diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-03-03 16:24:47 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-03-03 16:24:47 +0000 |
| commit | 182a9f7455d4eb8aaacca87f0c9384376653d0fb (patch) | |
| tree | 882ecd3451f5d9cf0721da1f4041961ac8528fe7 /sys/dev/usb | |
| parent | 69ea8786d643b174390c447a77846fb0c61fb9af (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/ucom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/ucom.c b/sys/dev/usb/ucom.c index 5409913aaeff..c25bc39e3268 100644 --- a/sys/dev/usb/ucom.c +++ b/sys/dev/usb/ucom.c @@ -136,7 +136,7 @@ static struct cdevsw ucom_cdevsw = { .d_poll = ttypoll, .d_name = "ucom", .d_maj = UCOM_CDEV_MAJOR, - .d_flags = D_TTY | D_KQFILTER, + .d_flags = D_TTY, #if __FreeBSD_version < 500014 /* bmaj */ -1, #endif |
