Release 4.16 drivers/usb/host/xhci-trace.c
// SPDX-License-Identifier: GPL-2.0
/*
* xHCI host controller driver
*
* Copyright (C) 2013 Xenia Ragiadakou
*
* Author: Xenia Ragiadakou
* Email : burzalodowa@gmail.com
*/
#define CREATE_TRACE_POINTS
#include "xhci-trace.h"
EXPORT_TRACEPOINT_SYMBOL_GPL(xhci_dbg_quirks);
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Xenia Ragiadakou | 6 | 46.15% | 1 | 25.00% |
Andrew Bresticker | 5 | 38.46% | 1 | 25.00% |
Greg Kroah-Hartman | 2 | 15.38% | 2 | 50.00% |
Total | 13 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.