1. eb55c4e Merge "usb: Don't show the notification when no USB device is connected" am: e648d3cb91 am: 40f45bddd3 am: 3161749b06 am: 12699672b5 by Treehugger Robot · 3 years, 8 months ago
  2. e648d3c Merge "usb: Don't show the notification when no USB device is connected" by Treehugger Robot · 3 years, 8 months ago
  3. 7b9a261 usb: Don't show the notification when no USB device is connected by Jimmy Hu · 3 years, 10 months ago
  4. 86813d4 Swap hal query order by RD · 3 years, 8 months ago
  5. 16c1190 Merge SQ3A.220705.003 to aosp-master - DO NOT MERGE by Bill Yi · 3 years, 9 months ago
  6. f0acf28 Merge "USB MIDI: Only use first USB Configuration" into tm-dev by Robert Wu · 3 years, 10 months ago
  7. 186b9e4 USB MIDI: Reset counter after unique codes full by Robert Wu · 3 years, 10 months ago
  8. 9043a28 USB MIDI: Only use first USB Configuration by Robert Wu · 3 years, 10 months ago
  9. 5aec766 USB MIDI: Null check for mUsbMidiPacketConverter by Robert Wu · 3 years, 11 months ago
  10. 6cd937c USB MIDI: Use Thread.interrupt() to close threads by Robert Wu · 3 years, 11 months ago
  11. 4bc03ff2 USB: Increase debounce time for DISCONNECT processing (revised) by James Wei · 5 years ago
  12. 5a5ccbe Merge "USB MIDI: Don't call openLocked on device unplug" into tm-dev by Robert Wu · 4 years ago
  13. 139be68 USB MIDI: Don't call openLocked on device unplug by Robert Wu · 4 years ago
  14. 0656f1c Merge "USB MIDI: Replace bulkTransfer with requestWait" into tm-dev by Robert Wu · 4 years ago
  15. 9228e50 USB MIDI: Replace bulkTransfer with requestWait by Robert Wu · 4 years ago
  16. e91347a Implement getInterfaceHash/Version (USB) by Steven Moreland · 4 years ago
  17. b09d68a Support IUsb AIDL interface by Badhri Jagan Sridharan · 4 years, 5 months ago
  18. 37ffba8 usb: Add the boot completed check before broadcasting intent by Ricky Niu · 4 years ago
  19. b45f0e8 Merge "Add MIDI info to USB dumpsys" into tm-dev by TreeHugger Robot · 4 years ago
  20. b83ae06 Add MIDI info to USB dumpsys by Robert Wu · 4 years ago
  21. eb1eb03 Merge "usb: Fixed the null pointer issue" into tm-dev by TreeHugger Robot · 4 years ago
  22. 975608f usb: Fixed the null pointer issue by Ricky Niu · 4 years, 5 months ago
  23. 1b46333 Implement getInterfaceHash/Version (USB) by Steven Moreland · 4 years ago
  24. dc74aff Asynchronous the resetUsbPort by Ricky Niu · 4 years, 1 month ago
  25. 06626ce USB: Increase debounce time for DISCONNECT processing (revised) by James Wei · 5 years ago
  26. 8720291 Merge "USB MIDI: Create encoder per output port" into tm-dev by Robert Wu · 4 years, 1 month ago
  27. d338c3c USB MIDI: Create encoder per output port by Robert Wu · 4 years, 1 month ago
  28. 01f255b Correct the operationID in resetUsbPort by Ricky Niu · 4 years, 1 month ago
  29. b6a1953 USB MIDI: Add null check on device removal by Robert Wu · 4 years, 1 month ago
  30. 4ed510e Merge "Avoid removing USB state changes during CONFIGURED uevent" am: 6b8b9efad1 am: da70fd1af3 am: a87ed3d36b by Treehugger Robot · 4 years, 1 month ago
  31. da70fd1 Merge "Avoid removing USB state changes during CONFIGURED uevent" am: 6b8b9efad1 by Treehugger Robot · 4 years, 1 month ago
  32. 6b8b9ef Merge "Avoid removing USB state changes during CONFIGURED uevent" by Treehugger Robot · 4 years, 1 month ago
  33. ea89c0e Allow apps with MANAGE_USB_STATE permission access to all USB accessories. by Paul Murphy · 4 years, 2 months ago
  34. ec3e679 Merge "Rewrite MIDI 1.0 USB Host mode in Java" by Robert Wu · 4 years, 2 months ago
  35. 750a349 Rewrite MIDI 1.0 USB Host mode in Java by Robert Wu · 4 years, 2 months ago
  36. 8a5e698 Merge "Fix handling usb notification after pr_swap complete" am: b681fec035 am: d68e9ab715 am: 2ac83c4e47 by Treehugger Robot · 4 years, 2 months ago
  37. d68e9ab Merge "Fix handling usb notification after pr_swap complete" am: b681fec035 by Treehugger Robot · 4 years, 2 months ago
  38. 85a04c0 Merge "Annotate dump methods with @NeverCompile [5/5]" by Kevin Jeon · 4 years, 2 months ago
  39. 9c80283 Convert @UsbDataStatus into bit field flags. by Badhri Jagan Sridharan · 4 years, 2 months ago
  40. 2424262 Fix handling usb notification after pr_swap complete by Ray Chi · 4 years, 2 months ago
  41. 5e57f64 Annotate dump methods with @NeverCompile [5/5] by Kevin Jeon · 4 years, 2 months ago
  42. dbad339 Merge changes from topics "AudioDeviceAttributes_update", "ShortAudioDescriptors" by Nathalie Le Clair · 4 years, 2 months ago
  43. 19f083c Merge "Don't call setInterface when querying protocol" by Robert Wu · 4 years, 2 months ago
  44. 4c6239b Don't call setInterface when querying protocol by Robert Wu · 4 years, 3 months ago
  45. c807bd2 Revert "Revert "Add support for USB audio docks."" by Eric Laurent · 4 years, 2 months ago
  46. 5d4ad0c Merge "Support USB Port Reset" by TreeHugger Robot · 4 years, 2 months ago
  47. fd01586 Merge "Revert "Add support for USB audio docks."" by Eric Laurent · 4 years, 2 months ago
  48. 01f03c3 Revert "Add support for USB audio docks." by Eric Laurent · 4 years, 2 months ago
  49. 517a132 Add AudioDeviceAttributes as argument to AudioManager API by Nathalie Le Clair · 4 years, 6 months ago
  50. 476cd2e Support USB Port Reset by Ricky Niu · 4 years, 5 months ago
  51. d368d4e Merge "Add systemApis to allow data transfer over USB-C while being docked" by Badhri Jagan Sridharan · 4 years, 3 months ago
  52. 7212c8f Add systemApis to allow data transfer over USB-C while being docked by Badhri Jagan Sridharan · 4 years, 3 months ago
  53. 846944e Merge "Add support for USB audio docks." by Eric Laurent · 4 years, 3 months ago
  54. 9b2b85c Add support for USB audio docks. by Eric Laurent · 4 years, 3 months ago
  55. da433c6 Merge changes from topics "199357330", "200993386" by Badhri Jagan Sridharan · 4 years, 3 months ago
  56. bdbb2d1 Add limitPowerTransfer SystemAPI to UsbPort by Badhri Jagan Sridharan · 4 years, 4 months ago
  57. bbfa92e Support IUsb AIDL interface by Badhri Jagan Sridharan · 4 years, 5 months ago
  58. 008fcbd Merge "Add MIDI 2.0 host mode support" by Robert Wu · 4 years, 3 months ago
  59. a936a25 Add MIDI 2.0 host mode support by Robert Wu · 4 years, 4 months ago
  60. 5fbbac5 Merge "USB: Adjust exception message in dealing with permission check #3" into sc-v2-dev am: ebe7d4996e am: 6008fe7995 by TreeHugger Robot · 4 years, 3 months ago
  61. 6008fe7 Merge "USB: Adjust exception message in dealing with permission check #3" into sc-v2-dev am: ebe7d4996e by TreeHugger Robot · 4 years, 3 months ago
  62. ebe7d49 Merge "USB: Adjust exception message in dealing with permission check #3" into sc-v2-dev by TreeHugger Robot · 4 years, 3 months ago
  63. 3b80099 Merge "Revert "Increase debounce time for DISCONNECT processing"" into sc-dev am: 3e46e3bd10 am: f587a0416e by TreeHugger Robot · 4 years, 4 months ago
  64. 0c5ae34 Merge "Revert "Increase debounce time for DISCONNECT processing"" into sc-dev am: 3e46e3bd10 am: e9e9ca1813 by TreeHugger Robot · 4 years, 4 months ago
  65. f587a04 Merge "Revert "Increase debounce time for DISCONNECT processing"" into sc-dev am: 3e46e3bd10 by TreeHugger Robot · 4 years, 4 months ago
  66. 54f4c18 Revert "Increase debounce time for DISCONNECT processing" by James Wei · 4 years, 4 months ago
  67. ce66fa5 Avoid removing USB state changes during CONFIGURED uevent by Wesley Cheng · 4 years, 5 months ago
  68. 10d9972 Merge sc-qpr1-dev-plus-aosp-without-vendor@7810918 by Xin Li · 4 years, 5 months ago
  69. cf1e005 USB: Adjust exception message in dealing with permission check #3 by James Wei · 4 years, 7 months ago
  70. 9c60898 Merge "Add implicit broadcast exception for USB_ACCESSORY_HANDSHAKE" am: 1e47688982 am: 7d700b13de am: 5e7c0f1d38 am: 418595d76d am: 5a0b7578e1 by Paul Murphy · 4 years, 5 months ago
  71. 418595d Merge "Add implicit broadcast exception for USB_ACCESSORY_HANDSHAKE" am: 1e47688982 am: 7d700b13de am: 5e7c0f1d38 by Paul Murphy · 4 years, 5 months ago
  72. 5e7c0f1 Merge "Add implicit broadcast exception for USB_ACCESSORY_HANDSHAKE" am: 1e47688982 am: 7d700b13de by Paul Murphy · 4 years, 5 months ago
  73. dc8bccf Add implicit broadcast exception for USB_ACCESSORY_HANDSHAKE by Paul Murphy · 4 years, 6 months ago
  74. 7a46f46 Merge "Use USB API to get # of i/o ports for MIDI with USB." by TreeHugger Robot · 4 years, 6 months ago
  75. ce8791c Use USB API to get # of i/o ports for MIDI with USB. by Robert Wu · 4 years, 7 months ago
  76. 11bb10f Merge "USB: Adjust exception message in dealing with permission check #2" into sc-qpr1-dev am: 8173263d78 am: efc5d07b7a am: 8d57294965 by TreeHugger Robot · 4 years, 7 months ago
  77. da0cc0a USB: Adjust exception message in dealing with permission check #2 by James Wei · 4 years, 7 months ago
  78. 9ca7052 Merge "USB: Adjust exception message in dealing with permission check" into sc-qpr1-dev by TreeHugger Robot · 4 years, 7 months ago
  79. bf0d597 USB: Adjust exception message in dealing with permission check by James Wei · 4 years, 9 months ago
  80. 3e5d384 Revert "Revert "[lint] treat non-user getter calls as lint errors with baselines to exempt existing failures"" by Songchun Fan · 4 years, 8 months ago
  81. c5e5cf3 Merge "Revert "[lint] treat non-user getter calls as lint errors with baselines to exempt existing failures"" by Kevin Jeon · 4 years, 8 months ago
  82. 88dd20e Revert "[lint] treat non-user getter calls as lint errors with baselines to exempt existing failures" by Kevin Jeon · 4 years, 8 months ago
  83. a50992a Merge "[lint] treat non-user getter calls as lint errors with baselines to exempt existing failures" by Songchun Fan · 4 years, 8 months ago
  84. ddea459 [lint] treat non-user getter calls as lint errors with baselines to exempt existing failures by Songchun Fan · 4 years, 8 months ago
  85. f68f66f USB: Correct title bar notification am: c0162a74b9 am: 5402c211af am: 430fcbba06 am: 510e8d8857 by James Wei · 4 years, 8 months ago
  86. c0162a7 USB: Correct title bar notification by James Wei · 4 years, 8 months ago
  87. 2684254 Disallow usb access to camera and mic devices if global privacy toggle is active by Philip Junker · 4 years, 9 months ago
  88. 9964de6 Merge "[Android Auto] Add USB UEVENT and broadcast intent history in dump_sys" by TreeHugger Robot · 4 years, 8 months ago
  89. c376a19 Merge "USB: Adjust exception message in dealing with permission check" by James Wei · 4 years, 8 months ago
  90. 79023f0 Disallow usb access to camera and mic devices if global privacy toggle is active by Philip Junker · 4 years, 9 months ago
  91. f28066d [Android Auto] Add USB UEVENT and broadcast intent history in dump_sys by Ricky Niu · 4 years, 9 months ago
  92. 0304248 USB: Adjust exception message in dealing with permission check by James Wei · 4 years, 9 months ago
  93. f063780 Disallow usb access to camera and mic devices if global privacy toggle is active by Philip Junker · 4 years, 9 months ago
  94. 9f56092 Merge "Update USB HAL version early" into sc-dev am: 039b7ccc83 am: a642dcc7b7 by Albert Wang · 4 years, 9 months ago
  95. 810915a Update USB HAL version early by Jimmy Hu · 4 years, 9 months ago
  96. 64378e4 Merge "DISALLOW_USB_FILE_TRANSFER update user restrictions" into sc-dev am: 4d2eee78b1 by Alex Johnston · 5 years ago
  97. 3eadf0d DISALLOW_USB_FILE_TRANSFER update user restrictions by Alex Johnston · 5 years ago
  98. f7ee18e Merge "Check usb functions support with USB Gadget Hal version" into sc-dev am: bbf0d29880 by TreeHugger Robot · 5 years ago
  99. bbf0d29 Merge "Check usb functions support with USB Gadget Hal version" into sc-dev by TreeHugger Robot · 5 years ago
  100. 6e0af90 Check usb functions support with USB Gadget Hal version by Ray Chi · 5 years ago