Remove Apple from the vendor to launch adb.service for
They never created an Android phone, and probably never will
This commit is contained in:
parent
3e256d0679
commit
0bd0ea07f1
2 changed files with 5 additions and 4 deletions
|
|
@ -1317,9 +1317,6 @@ SUBSYSTEM=="usb", ATTR{idVendor}=="05aa", TAG+="systemd", ENV{SYSTEMD_WANTS}="ad
|
|||
#In-System Design
|
||||
SUBSYSTEM=="usb", ATTR{idVendor}=="05ab", TAG+="systemd", ENV{SYSTEMD_WANTS}="adb.service"
|
||||
|
||||
#Apple, Inc.
|
||||
SUBSYSTEM=="usb", ATTR{idVendor}=="05ac", TAG+="systemd", ENV{SYSTEMD_WANTS}="adb.service"
|
||||
|
||||
#Y.C. Cable U.S.A., Inc.
|
||||
SUBSYSTEM=="usb", ATTR{idVendor}=="05ad", TAG+="systemd", ENV{SYSTEMD_WANTS}="adb.service"
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
Name: android-tools
|
||||
Version: %{date}git%{git_commit}
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Android platform tools(adb, fastboot)
|
||||
|
||||
Group: Applications/System
|
||||
|
|
@ -104,6 +104,10 @@ install -p -D -m 0644 %{SOURCE6} \
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed May 20 2015 Bastien Nocera <bnocera@redhat.com> 20141224git8393e50-3
|
||||
- Remove Apple from the vendor to launch adb.service for
|
||||
They never created an Android phone, and probably never will
|
||||
|
||||
* Sun Jan 11 2015 Ivan Afonichev <ivan.afonichev@gmail.com> - 20141224git8393e50-2
|
||||
- Resolves: rhbz 1062095 Harden android-tools
|
||||
- Remove 0002-Add-missing-headers.patch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue