Linux Kernel
3.7.1
|
#include <wusb-wa.h>
Data Fields | |
struct wa_notif_hdr | hdr |
u8 | bSourceDeviceAddr |
u8 | bmAttributes |
struct wusb_dn_hdr | dndata [] |
HWA DN Received notification [(WUSB] section 8.5.4.2)
The DNData is specified in WUSB1.0[7.6]. For each device notification we received, we just need to dispatch it.
: this is really an array of notifications, but all start with the same header.
struct wusb_dn_hdr dndata[] |