artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4b88e6
)
Mark umb(4) as network device instead of a generic one. This also makes
author
patrick
<patrick@openbsd.org>
Thu, 22 Apr 2021 14:06:59 +0000
(14:06 +0000)
committer
patrick
<patrick@openbsd.org>
Thu, 22 Apr 2021 14:06:59 +0000
(14:06 +0000)
it show up with the proper category in hotplug scripts.
From Tilo Stritzky
ok groth@ sthen@
sys/dev/usb/if_umb.c
patch
|
blob
|
history
diff --git
a/sys/dev/usb/if_umb.c
b/sys/dev/usb/if_umb.c
index
eba04af
..
a560e5f
100644
(file)
--- a/
sys/dev/usb/if_umb.c
+++ b/
sys/dev/usb/if_umb.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: if_umb.c,v 1.4
3 2021/04/01 08:39:52 mvs
Exp $ */
+/* $OpenBSD: if_umb.c,v 1.4
4 2021/04/22 14:06:59 patrick
Exp $ */
/*
* Copyright (c) 2016 genua mbH
@@
-212,7
+212,7
@@
uint8_t umb_uuid_qmi_mbim[] = MBIM_UUID_QMI_MBIM;
uint32_t umb_session_id = 0;
struct cfdriver umb_cd = {
- NULL, "umb", DV_
DULL
+ NULL, "umb", DV_
IFNET
};
const struct cfattach umb_ca = {