diff options
author | Ruslan Bukin <br@FreeBSD.org> | 2015-01-13 14:03:56 +0000 |
---|---|---|
committer | Ruslan Bukin <br@FreeBSD.org> | 2015-01-13 14:03:56 +0000 |
commit | 3e420a3e127ec8ba192c3322e99bc924a85232da (patch) | |
tree | c752939c9ebb7ed28c22e7f06dc9769ef860d59f /sys/dev/usb/usb_ioctl.h | |
parent | b43dc82c6beac28efe79466ecae0cbe1e2a1efb3 (diff) | |
download | src-3e420a3e127ec8ba192c3322e99bc924a85232da.tar.gz src-3e420a3e127ec8ba192c3322e99bc924a85232da.zip |
Add usb template SERIALNET allowing us to have both USB CDC Ethernet
and USB CDC Modem same time by single cable.
Reviewed by: hselasky@
Notes
Notes:
svn path=/head/; revision=277129
Diffstat (limited to 'sys/dev/usb/usb_ioctl.h')
-rw-r--r-- | sys/dev/usb/usb_ioctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/usb_ioctl.h b/sys/dev/usb/usb_ioctl.h index 9af9303154a7..539f88118824 100644 --- a/sys/dev/usb/usb_ioctl.h +++ b/sys/dev/usb/usb_ioctl.h @@ -65,6 +65,7 @@ enum { USB_TEMP_KBD, /* USB Keyboard */ USB_TEMP_MOUSE, /* USB Mouse */ USB_TEMP_PHONE, /* USB Phone */ + USB_TEMP_SERIALNET, /* USB CDC Ethernet and Modem */ USB_TEMP_MAX, }; |