Mageia Bugzilla – Attachment 11113 Details for
Bug 23853
Update android-tools to 9.0.0_r21
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Add bq-vendor-id
add-bq-vendor-id.patch (text/plain), 744 bytes, created by
Kristoffer Grundström
on 2019-06-18 12:18:13 CEST
(
hide
)
Description:
Add bq-vendor-id
Filename:
MIME Type:
Creator:
Kristoffer Grundström
Created:
2019-06-18 12:18:13 CEST
Size:
744 bytes
patch
obsolete
>## Description: Let adb detect devices from BQ. >## Origin/Author: Jani Monoses <jani.monoses@canonical.com> >--- ># system/core/adb/usb_vendors.c | 3 +++ ># 1 file changed, 3 insertions(+) ># >--- a/system/core/adb/usb_vendors.c >+++ b/system/core/adb/usb_vendors.c >@@ -51,6 +51,8 @@ > #define VENDOR_ID_ARCHOS 0x0E79 > // Asus's USB Vendor ID > #define VENDOR_ID_ASUS 0x0b05 >+// BQ's USB Vendor ID >+#define VENDOR_ID_BQ 0x2a47 > // BYD's USB Vendor ID > #define VENDOR_ID_BYD 0x1D91 > // Compal's USB Vendor ID >@@ -206,6 +208,7 @@ int builtInVendorIds[] = { > VENDOR_ID_ANYDATA, > VENDOR_ID_ARCHOS, > VENDOR_ID_ASUS, >+ VENDOR_ID_BQ, > VENDOR_ID_BYD, > VENDOR_ID_COMPAL, > VENDOR_ID_COMPALCOMM,
## Description: Let adb detect devices from BQ. ## Origin/Author: Jani Monoses <jani.monoses@canonical.com> --- # system/core/adb/usb_vendors.c | 3 +++ # 1 file changed, 3 insertions(+) # --- a/system/core/adb/usb_vendors.c +++ b/system/core/adb/usb_vendors.c @@ -51,6 +51,8 @@ #define VENDOR_ID_ARCHOS 0x0E79 // Asus's USB Vendor ID #define VENDOR_ID_ASUS 0x0b05 +// BQ's USB Vendor ID +#define VENDOR_ID_BQ 0x2a47 // BYD's USB Vendor ID #define VENDOR_ID_BYD 0x1D91 // Compal's USB Vendor ID @@ -206,6 +208,7 @@ int builtInVendorIds[] = { VENDOR_ID_ANYDATA, VENDOR_ID_ARCHOS, VENDOR_ID_ASUS, + VENDOR_ID_BQ, VENDOR_ID_BYD, VENDOR_ID_COMPAL, VENDOR_ID_COMPALCOMM,
View Attachment As Raw
Actions:
View
Attachments on
bug 23853
:
10474
|
10475
|
10476
|
10477
|
10478
|
10479
|
10480
|
10481
|
10482
|
11104
|
11105
|
11106
|
11107
|
11108
|
11109
|
11110
|
11111
|
11112
|
11113
|
11114