summaryrefslogtreecommitdiffstats
path: root/adb
Commit message (Expand)AuthorAgeFilesLines
* adb: Add support for Philips's USB vendor IDMike Lockwood2010-10-151-0/+3
* Add Asus USB vendor ID to adb.Xavier Ducrohet2010-10-151-0/+3
* Fix KT Tech's usb vendor ID.Xavier Ducrohet2010-10-141-1/+1
* Add new USB vendor IDs.Xavier Ducrohet2010-09-281-0/+6
* Fix bug 2950316. Check return values.Nick Kralevich2010-08-271-4/+12
* Added Toshiba's USB VID (0x0930) upon their request.Takeshi Kishimoto2010-07-201-0/+3
* Added NEC and PMC's USB VIDs upon their request.Takeshi Kishimoto2010-06-171-0/+6
* merge from open-source masterThe Android Open Source Project2010-06-034-38/+108
|\
| * adb connect and disconnect improvements:Mike Lockwood2010-06-024-38/+108
* | merge from open-source masterThe Android Open Source Project2010-06-025-336/+19
|\|
| * adb: remove obsolete shell history support.Mike Lockwood2010-05-255-336/+19
* | merge from open-source masterThe Android Open Source Project2010-06-021-1/+1
|\|
| * Use linenoise to add simple editing and history to the Android shell.Jack Palevich2010-05-251-1/+1
* | merge from open-source masterThe Android Open Source Project2010-06-023-54/+179
|\|
| * Let "adb connect" connect to emulators tooStefan Hilzinger2010-05-243-54/+179
* | merge from open-source masterThe Android Open Source Project2010-06-021-19/+27
|\|
| * Fix adb remount on non-MTD devicesColin Cross2010-05-241-19/+27
* | merge from open-source masterThe Android Open Source Project2010-06-021-0/+3
|\|
| * adb: Add Qualcomm USB idDima Zavin2010-05-241-0/+3
* | merge from open-source masterThe Android Open Source Project2010-05-031-0/+6
|\|
| * Add documentation for some adb environmental variables.Tim2010-04-291-0/+6
* | merge from open-source masterThe Android Open Source Project2010-04-288-39/+72
|\|
| * Fixing spelling errors in adb docsBrian Carlstrom2010-04-282-7/+7
| * Make adb's daemon-port on the host machine configurable.Stefan Hilzinger2010-04-286-26/+65
| * adb: remove obsolete adb.connected system property.Mike Lockwood2010-04-281-6/+0
| * Add Pantech's USB vendor ID to adb.Xavier Ducrohet2010-04-281-0/+4
| * Added Kyocera's VID (0x0482), upon their request.Takeshi Kishimoto2010-04-281-0/+3
| * adb: Add five second timeout for USB writes on Linux host.Mike Lockwood2010-04-282-3/+10
| * Add missing newlines to adb usage messageBrian Carlstrom2010-04-281-2/+2
| * adb: do not mix printf() with write() when writing to stdout.Mike Lockwood2010-04-281-2/+2
| * Added ZTE's USB Vendor ID (0x19D2) upon ZTE's request.Takeshi Kishimoto2010-04-281-0/+3
| * Added USB vendor id of Sharp, based on Sharp's request.Takeshi Kishimoto2010-04-281-1/+3
* | am b419c35c: Fix adb, fastboot to compile in Windows SDK under Linux.Raphael2010-04-231-2/+7
|\ \
| * | Fix adb, fastboot to compile in Windows SDK under Linux.Raphael2010-04-231-2/+7
* | | merge from open-source masterThe Android Open Source Project2010-04-211-3/+6
|\ \ \ | | |/ | |/|
| * | Merge "adb: Add persistent system property for running adb in TCPIP mode"Mike Lockwood2010-04-201-3/+6
| |\ \
| | * | adb: Add persistent system property for running adb in TCPIP modeMike Lockwood2010-04-201-3/+6
* | | | merge from open-source masterThe Android Open Source Project2010-04-203-9/+20
|\| | |
| * | | Add -l option to `adb sync`Anthony Newnam2010-04-193-9/+20
| |/ /
* | / merge from open-source masterThe Android Open Source Project2010-04-161-1/+1
|\| | | |/ |/|
| * Allow 'adb pull' to pull symlinked filesMatt Fischer2010-04-151-1/+1
| * merge from open-source masterThe Android Open Source Project2010-02-233-71/+76
| |\
| | * ADB: Garmin-Asus's USB Vendor IDRaphael2010-02-151-1/+3
| | * adb: add Nvidia's vendor id to adbErik Gilling2010-02-151-0/+3
| | * make "adb bugreport" run "bugreport" (which invokes "dumpstate"Dan Egnor2010-02-151-4/+2
| | * adb: Fix problems detecting adb in more complicated USB configurations.Mike Lockwood2010-02-151-64/+63
| | * Make adb pull use . as the target file directory if you don't supply one.Joe Onorato2010-02-151-3/+8
* | | Add Pantech's USB vendor ID to adb.Xavier Ducrohet2010-03-311-0/+4
* | | Added Kyocera's VID (0x0482), upon their request.Takeshi Kishimoto2010-03-121-0/+3
* | | adb: Add five second timeout for USB writes on Linux host.Mike Lockwood2010-03-082-3/+10