diff options
| author | 2011-11-09 21:45:50 +0000 | |
|---|---|---|
| committer | 2011-11-09 21:45:50 +0000 | |
| commit | c0da6b0887c17cb54bb9b4ba13804536e98a0079 (patch) | |
| tree | 62dbc78242d3e75b0b640f1021a063b13623ed77 /sys/dev/usb/usb.h | |
| parent | Change fork1() and kthread_create() to match the rest of the tree (diff) | |
| download | wireguard-openbsd-c0da6b0887c17cb54bb9b4ba13804536e98a0079.tar.xz wireguard-openbsd-c0da6b0887c17cb54bb9b4ba13804536e98a0079.zip | |
Add support for UISUBCLASS_MOBILE_DIRECT_LINE_MODEL to cdce(4).
This is available with at least Ericsson-derived HSPA cards (e.g.
Dell 5530/5540) and provides a nice alternative to using them in
ppp mode. From Rivo Nurges (rix at estpak ee), ok jsg@
Diffstat (limited to 'sys/dev/usb/usb.h')
| -rw-r--r-- | sys/dev/usb/usb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/usb.h b/sys/dev/usb/usb.h index 5542b65b303..bf9e7290a67 100644 --- a/sys/dev/usb/usb.h +++ b/sys/dev/usb/usb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: usb.h,v 1.37 2011/03/04 23:55:32 kettenis Exp $ */ +/* $OpenBSD: usb.h,v 1.38 2011/11/09 21:45:50 sthen Exp $ */ /* $NetBSD: usb.h,v 1.69 2002/09/22 23:20:50 augustss Exp $ */ /* $FreeBSD: src/sys/dev/usb/usb.h,v 1.14 1999/11/17 22:33:46 n_hibma Exp $ */ @@ -412,6 +412,7 @@ typedef struct { #define UISUBCLASS_CAPI_CONTROLMODEL 5 #define UISUBCLASS_ETHERNET_NETWORKING_CONTROL_MODEL 6 #define UISUBCLASS_ATM_NETWORKING_CONTROL_MODEL 7 +#define UISUBCLASS_MOBILE_DIRECT_LINE_MODEL 10 #define UIPROTO_CDC_AT 1 #define UICLASS_HID 0x03 |
