commit | 30186df0f05ca2df10af7a64604eb93a1e1a27dc | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Mon Sep 26 21:18:58 2016 -0700 |
committer | Josh Gao <jmgao@google.com> | Mon Oct 10 13:44:00 2016 -0700 |
tree | 8f2b12b97bb3039892a46cf7bedaf3eea7b09237 | |
parent | 4a8b178c97ccc388a9c94663dfd7e1c614ffba64 [diff] [blame] |
Remove useless arguments from is_adb_interface. Test: mma Change-Id: I8b7b411d7d5ec9d401b61ed8f817b98c61114d4f
diff --git a/adb/adb.h b/adb/adb.h index 0b9fe5b..b3f0e86 100644 --- a/adb/adb.h +++ b/adb/adb.h
@@ -199,7 +199,7 @@ // 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);