Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidSystemCore
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemCore
Commits
79aedbee
Commit
79aedbee
authored
Sep 22, 2009
by
Android (Google) Code Review
Browse files
Options
Downloads
Plain Diff
Merge change 26423 into eclair
* changes: Add support for Acer devices
parents
b92174db
7953b89e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
adb/usb_vendors.c
+3
-0
3 additions, 0 deletions
adb/usb_vendors.c
with
3 additions
and
0 deletions
adb/usb_vendors.c
+
3
−
0
View file @
79aedbee
...
@@ -47,6 +47,8 @@
...
@@ -47,6 +47,8 @@
#define VENDOR_ID_LGE 0x1004
#define VENDOR_ID_LGE 0x1004
// Huawei's USB Vendor ID
// Huawei's USB Vendor ID
#define VENDOR_ID_HUAWEI 0x12D1
#define VENDOR_ID_HUAWEI 0x12D1
// Acer's USB Vendor ID
#define VENDOR_ID_ACER 0x0502
/** built-in vendor list */
/** built-in vendor list */
int
builtInVendorIds
[]
=
{
int
builtInVendorIds
[]
=
{
...
@@ -56,6 +58,7 @@ int builtInVendorIds[] = {
...
@@ -56,6 +58,7 @@ int builtInVendorIds[] = {
VENDOR_ID_MOTOROLA
,
VENDOR_ID_MOTOROLA
,
VENDOR_ID_LGE
,
VENDOR_ID_LGE
,
VENDOR_ID_HUAWEI
,
VENDOR_ID_HUAWEI
,
VENDOR_ID_ACER
,
};
};
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))
#define BUILT_IN_VENDOR_COUNT (sizeof(builtInVendorIds)/sizeof(builtInVendorIds[0]))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment