History log of /device/google/marlin/usb/service.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
43c883a7058f54280d3604130da0308949d73929 28-Jun-2017 Badhri Jagan Sridharan <Badhri@google.com> USB HAL: Use 1.1 IUsb intead of 1.0 IUsb

Use 1.1 IUsb in order to make register the service as 1.1 compatible.
This enables lshal to recognize the hal service as 1.1 implementation.

Bug: 62917546
Test: Manually verified lshal output
android.hardware.usb@1.0::IUsb/default 0/1 782 6024 568
android.hardware.usb@1.1::IUsb/default 0/1 782 6024 568

Change-Id: I9b0817841dbcc345a1d854ee4a5193797181ea3f
/device/google/marlin/usb/service.cpp
63f8e081fa468344f1fd06a691111e3b29aba47b 09-Jun-2017 Badhri Jagan Sridharan <Badhri@google.com> USB: HAL: update marlin hal to V1_1

This CL adds support to notify frameworks when an audio
or debug accessory is attached.

Bug: 36604276
Test: Manually test inserting an Audio accessory.
Change-Id: I9ec0f88ed85ed593b31132ba58bfedb51a435cd8
/device/google/marlin/usb/service.cpp
a9b62bae81f00d60e5c131c1b9bfde8650f1cffb 29-Mar-2017 Badhri Jagan Sridharan <Badhri@google.com> USB: HIDL: check the status of registerAsService

registerAsService call could fail. Hence check the return value.

Bug: 36704362
Test: Manually checked to see if usb hal service is running.
Change-Id: I46dcd74dbee6aba72cf344f10854e5d4b1b6de18
/device/google/marlin/usb/service.cpp
a404c589ce0e9f27bff458fe3090875605d052a2 17-Mar-2017 Yifan Hong <elsk@google.com> IUsb uses "default" service name

The getService() and registerAsService() methods of interface objects
now have default parameters of "default" for the service name. HALs
will not have to use any service name unless they want to register
more than one service.

Test: pass

Bug: 33844934
Change-Id: I96fc1c4a982f789d342193f153490c055b8a8b38
/device/google/marlin/usb/service.cpp
cba24d5c8893911b91263a8ac059d6713ed59c21 22-Feb-2017 Badhri Jagan Sridharan <Badhri@google.com> Usb hal for marlin

Test: Triggered role swaps through UI and validated correctness of USB dialog
Change-Id: Ib946b0ecc4e823d5f99dfb34f8d5070b7404f4ab
/device/google/marlin/usb/service.cpp