hso.c (b42f5b0f0fd8c1c442c1b29a3fbcb338e8bd7732) | hso.c (ba2d3587912f82d1ab4367975b1df460db60fb1e) |
---|---|
1/****************************************************************************** 2 * 3 * Driver for Option High Speed Mobile Devices. 4 * 5 * Copyright (C) 2008 Option International 6 * Filip Aben <f.aben@option.com> 7 * Denis Joseph Barrow <d.barow@option.com> 8 * Jan Dumon <j.dumon@option.com> --- 197 unchanged lines hidden (view full) --- 206 207struct hso_serial_state_notification { 208 u8 bmRequestType; 209 u8 bNotification; 210 u16 wValue; 211 u16 wIndex; 212 u16 wLength; 213 u16 UART_state_bitmap; | 1/****************************************************************************** 2 * 3 * Driver for Option High Speed Mobile Devices. 4 * 5 * Copyright (C) 2008 Option International 6 * Filip Aben <f.aben@option.com> 7 * Denis Joseph Barrow <d.barow@option.com> 8 * Jan Dumon <j.dumon@option.com> --- 197 unchanged lines hidden (view full) --- 206 207struct hso_serial_state_notification { 208 u8 bmRequestType; 209 u8 bNotification; 210 u16 wValue; 211 u16 wIndex; 212 u16 wLength; 213 u16 UART_state_bitmap; |
214} __attribute__((packed)); | 214} __packed; |
215 216struct hso_tiocmget { 217 struct mutex mutex; 218 wait_queue_head_t waitq; 219 int intr_completed; 220 struct usb_endpoint_descriptor *endp; 221 struct urb *urb; 222 struct hso_serial_state_notification serial_state_notification; --- 3182 unchanged lines hidden --- | 215 216struct hso_tiocmget { 217 struct mutex mutex; 218 wait_queue_head_t waitq; 219 int intr_completed; 220 struct usb_endpoint_descriptor *endp; 221 struct urb *urb; 222 struct hso_serial_state_notification serial_state_notification; --- 3182 unchanged lines hidden --- |