exynos9610: USB HAL: Use 1.1 IUsb intead of 1.0 IUsb
[GitHub/moto-9609/android_device_motorola_exynos9610-common.git] / hidl / usb / service.cpp
index 495d76f597ddeb3523cdfaeff9dd01530069b6d4..5fffc4cefe622123d0d971e83bab5dfc16d23145 100644 (file)
@@ -26,7 +26,7 @@ using android::hardware::configureRpcThreadpool;
 using android::hardware::joinRpcThreadpool;
 
 // Generated HIDL files
-using android::hardware::usb::V1_0::IUsb;
+using android::hardware::usb::V1_1::IUsb;
 using android::hardware::usb::V1_1::implementation::Usb;
 
 using android::status_t;