summaryrefslogtreecommitdiffstats
path: root/adb/adb.h
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2016-10-10 22:50:13 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-10-10 22:50:13 +0000
commitbd6c6eb0e46794873a77a5bdf07e2abd3f6b1664 (patch)
tree5c576802d32c6741b085e38988f7ec3cef951bde /adb/adb.h
parent09dac589f1fe2d57f83a38f03861d915c49e1341 (diff)
parent30186df0f05ca2df10af7a64604eb93a1e1a27dc (diff)
downloadsystem_core-bd6c6eb0e46794873a77a5bdf07e2abd3f6b1664.tar.gz
system_core-bd6c6eb0e46794873a77a5bdf07e2abd3f6b1664.tar.bz2
system_core-bd6c6eb0e46794873a77a5bdf07e2abd3f6b1664.zip
Merge "Remove useless arguments from is_adb_interface."
Diffstat (limited to 'adb/adb.h')
-rw-r--r--adb/adb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/adb.h b/adb/adb.h
index 8064c175c..2797f6b54 100644
--- a/adb/adb.h
+++ b/adb/adb.h
@@ -202,7 +202,7 @@ void usb_kick(usb_handle *h);
// USB device detection.
#if ADB_HOST
-int is_adb_interface(int vid, int pid, int usb_class, int usb_subclass, int usb_protocol);
+int is_adb_interface(int usb_class, int usb_subclass, int usb_protocol);
#endif
ConnectionState connection_state(atransport *t);