debug.c (3e682e6fcaea3099cf93eeafef150108556b77e9) | debug.c (ffeb1e9e897b8d36b197275592d121c96d3bdb95) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Common USB debugging functions 4 * | 1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Common USB debugging functions 4 * |
5 * Copyright (C) 2010-2011 Texas Instruments Incorporated - http://www.ti.com | 5 * Copyright (C) 2010-2011 Texas Instruments Incorporated - https://www.ti.com |
6 * 7 * Authors: Felipe Balbi <balbi@ti.com>, 8 * Sebastian Andrzej Siewior <bigeasy@linutronix.de> 9 */ 10 11#include <linux/usb/ch9.h> 12 13static void usb_decode_get_status(__u8 bRequestType, __u16 wIndex, --- 255 unchanged lines hidden --- | 6 * 7 * Authors: Felipe Balbi <balbi@ti.com>, 8 * Sebastian Andrzej Siewior <bigeasy@linutronix.de> 9 */ 10 11#include <linux/usb/ch9.h> 12 13static void usb_decode_get_status(__u8 bRequestType, __u16 wIndex, --- 255 unchanged lines hidden --- |