From 3e420a3e127ec8ba192c3322e99bc924a85232da Mon Sep 17 00:00:00 2001 From: Ruslan Bukin Date: Tue, 13 Jan 2015 14:03:56 +0000 Subject: Add usb template SERIALNET allowing us to have both USB CDC Ethernet and USB CDC Modem same time by single cable. Reviewed by: hselasky@ --- sys/dev/usb/usb_ioctl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/usb/usb_ioctl.h') 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, }; -- cgit v1.2.3