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
1873adc2
Commit
1873adc2
authored
Feb 1, 2010
by
Raphael
Browse files
Options
Downloads
Patches
Plain Diff
ADB: Garmin-Asus's USB Vendor ID
Change-Id: I3249d629f59d40f291079fc214b643ac6c927f76
parent
dc9cf66c
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 @
1873adc2
...
@@ -53,6 +53,8 @@
...
@@ -53,6 +53,8 @@
#define VENDOR_ID_SONY_ERICSSON 0x0FCE
#define VENDOR_ID_SONY_ERICSSON 0x0FCE
// Dell's USB Vendor ID
// Dell's USB Vendor ID
#define VENDOR_ID_DELL 0x413c
#define VENDOR_ID_DELL 0x413c
// Garmin-Asus's USB Vendor ID
#define VENDOR_ID_GARMIN_ASUS 0x091E
/** built-in vendor list */
/** built-in vendor list */
int
builtInVendorIds
[]
=
{
int
builtInVendorIds
[]
=
{
...
@@ -65,6 +67,7 @@ int builtInVendorIds[] = {
...
@@ -65,6 +67,7 @@ int builtInVendorIds[] = {
VENDOR_ID_ACER
,
VENDOR_ID_ACER
,
VENDOR_ID_SONY_ERICSSON
,
VENDOR_ID_SONY_ERICSSON
,
VENDOR_ID_DELL
,
VENDOR_ID_DELL
,
VENDOR_ID_GARMIN_ASUS
,
};
};
#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