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
f71f068f
Commit
f71f068f
authored
15 years ago
by
Xavier Ducrohet
Browse files
Options
Downloads
Patches
Plain Diff
Add DELL's USB Vendor ID to adb - DO NOT MERGE
Change-Id: Ie1a6b6a81f50956362aee2a2d6d1b805f0e85b7a
parent
904ac578
No related branches found
No related tags found
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 @
f71f068f
...
@@ -51,6 +51,8 @@
...
@@ -51,6 +51,8 @@
#define VENDOR_ID_ACER 0x0502
#define VENDOR_ID_ACER 0x0502
// Sony Ericsson's USB Vendor ID
// Sony Ericsson's USB Vendor ID
#define VENDOR_ID_SONY_ERICSSON 0x0FCE
#define VENDOR_ID_SONY_ERICSSON 0x0FCE
// Dell's USB Vendor ID
#define VENDOR_ID_DELL 0x413c
/** built-in vendor list */
/** built-in vendor list */
int
builtInVendorIds
[]
=
{
int
builtInVendorIds
[]
=
{
...
@@ -62,6 +64,7 @@ int builtInVendorIds[] = {
...
@@ -62,6 +64,7 @@ int builtInVendorIds[] = {
VENDOR_ID_HUAWEI
,
VENDOR_ID_HUAWEI
,
VENDOR_ID_ACER
,
VENDOR_ID_ACER
,
VENDOR_ID_SONY_ERICSSON
,
VENDOR_ID_SONY_ERICSSON
,
VENDOR_ID_DELL
,
};
};
#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