Skip to content

Commit

Permalink
* Use the actual id's in the configuration file for the android gadg…
Browse files Browse the repository at this point in the history
…et settings

Signed-off-by: Philippe De Swert <philippedeswert@gmail.com>
  • Loading branch information
philippedeswert committed Aug 6, 2013
1 parent dca6b67 commit 035bdde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/usb_moded-config.h
Expand Up @@ -51,9 +51,9 @@
#define SOFT_CONNECT_ENTRY "soft_connect"
#define SOFT_CONNECT_PATH_KEY "soft_connect_path"
#define ANDROID_ENTRY "android"
#define ANDROID_MANUFACTURER_KEY "manufacturer"
#define ANDROID_VENDOR_KEY "vendor"
#define ANDROID_PRODUCT_KEY "product"
#define ANDROID_MANUFACTURER_KEY "idManufacturer"
#define ANDROID_VENDOR_KEY "idVendor"
#define ANDROID_PRODUCT_KEY "idProduct"

const char * find_mounts(void);
int find_sync(void);
Expand Down

0 comments on commit 035bdde

Please sign in to comment.