Commit Graph

526 Commits

Author SHA1 Message Date
Joe 0286d688c6
Add Iconia Tab 210 (ref #204) (#207)
Was mentioned but wasn't added yet.
Also add multiple phone pointers with symlink to /dev/android%n

Single Idea used same idVendor as Google. Move it where it can be seen.
2021-03-22 09:14:24 +01:00
M0Rf30 444dadade0 Exclude BIND actions from udev triggering (close #204) 2021-03-16 12:22:18 +01:00
M0Rf30 e8b25b1beb Add Umidigi F1 (close #206) 2021-03-16 12:20:18 +01:00
M0Rf30 1e0c1f4f27 Cleanup Microsoft rule 2021-03-12 11:03:15 +01:00
alexjball 937acc1fd8
Add a rule for Microsoft Surface Duo (#205) 2021-03-08 21:42:28 +01:00
Aaron Sierra fc2ad7044c
Add Zebra TC72 support (#203) 2021-03-02 12:05:53 +01:00
Danny Hvam 83322d1e9f
Add support for Unitech EA630 (#202)
Co-authored-by: Danny Markussen Hvam <dmh@fiftytwo.com>
2021-01-19 14:29:41 +01:00
Per Christian Henden bc2c4b35c6
Add three Sony Xperia ids (#201)
Verified with actual devices
2021-01-05 11:03:00 +01:00
Samuel Dionne-Riel b30328304e
Add Razer Phone 2 fastboot mode (#199)
Add Razer Phone 2 fastboot mode
2020-10-11 12:39:49 +02:00
Grey Christoforo c511c493e3
add Pixel C Tablet (#198)
* add Pixel C Tablet

* add idProduct for Pixel C adb

* add pixel 3 recovery id
2020-10-10 20:24:07 +02:00
Mike L 0c12443041
Update SHIELD Tablet product ID (#197) 2020-10-01 02:08:14 +02:00
Vitalii Dmitriev 0452a8cfe3
Add Yandex Phone (#195)
* Add Yandex Phone

* Remove duplication, add info about Yandex Phone
2020-09-21 12:23:32 +02:00
Joe e58afe2216
# RedMi 8 Pro by miguelromero (#193) 2020-09-11 08:01:13 -07:00
M0Rf30 37e8d4c2eb Split Vendor and single products detection for PR #191 2020-09-06 00:33:09 +02:00
Danny Hvam 3d22f35744
Add support for Castles and Point Mobile (#191)
* Add support Castles devices

* Add support for Point Mobile devices

Co-authored-by: Danny Markussen Hvam <dmh@fiftytwo.com>
2020-09-06 00:13:15 +02:00
Térence Clastres da5ee1d25d
Fix some typos (#190)
Uncovered by #164
2020-08-12 17:29:57 +02:00
Joe 66a63f37ee
Skip hubs and printers. avoid assuming android developer mode (#189)
* Skip hubs and printers. avoid assuming android developer mode

Some devices aren't likely going to ever be android devices
such as hubs or printers, therefore skip tests and move on.

Removed default ENV{adb_user}="yes" for several vendors and
set yes only if matches vendor and product-mode. These need
to be tested-out, therefore just change some for now, later
change the rest. ...android.rules should check for android,
and leave mtp mode for another set of rules devoted to mtp.

* Avoid assuming debug mode enabled based on only idVendor.

If idProduct also matches - then enable adb or fast flags
Edited both OnePlus and Google phones since related here.

Feedback based on issue#164
Failed to rename '/dev/android.tmp-c189:17' to '/dev/android' failed: Is a directory

* Edit/adjust universal rule to fit inline after/before other checks
2020-08-11 09:16:53 +02:00
Joe da9b5c86b3
Exit earlier if not add, and reduce tests further (#188)
Several HTC are:
 =0c01 for mass storage, and
 =0c02 for development

Do fewer tests for Intel phones and don't assume other stuff is.
2020-08-03 23:20:15 +02:00
Artem 6876144fef
Tablet Idea XDS-1078 added (#187)
* idea tablet added

* adb user

Co-authored-by: Artem Dekhtyar <m@artemd.ru>
2020-08-02 23:22:00 +02:00
Joe b3702da7fa
Ensure all idProduct are guarded by a preceeding idVendor. (#186)
There were a few instances of idVendor being checked without
idProduct being verified first. Re-coded to ensure idVendors
had an idProduct check first.

SYMLINK+=android_adb can be also done too with ENV{adb_adb}.

Shorten adb_fast to exclude adb_user, adb_adbfast does both.
2020-06-15 11:14:39 +02:00
Joe 632c51ae56
Scanned other rules and updated vendor names, added Parrot (#185) 2020-06-15 11:14:19 +02:00
Joe 721c47b5d0
nvidia corrected to 0955, should close issue #163 (#184)
Doing a vendor check Nvidia is 0955 with productID 7000/7100
for a Folio or Folio100, also found other tablet to include.
2020-06-14 12:31:42 +02:00
Joe 311e6d42d6
Remove two duplicates and alphabetically re-order SK Telesys and Wileyfox (#183) 2020-06-14 12:31:27 +02:00
M0Rf30 e5bc06eea4 Indentation cleanup 2020-06-13 12:26:14 +02:00
Daniel Kutik 6f6d26d24f
Removed duplicate entry for Qualcomm (05c6) (#180)
Line 458-460 are already taking care of this:

 458 # Qualcomm
 459 ATTR{idVendor}!="05c6", GOTO="not_Qualcomm"
 460 ENV{adb_user}="yes"

Test: adb device with pid 05c6 still working
2020-06-13 12:20:03 +02:00
Samyak Jain 2152a5905b
Adds support for Huawei P10 Lite to udev rules (#181) 2020-06-13 12:19:09 +02:00
M0Rf30 3ac6e22f10 Disable ADVANCE rules: needs specific product rules (fix #182) 2020-06-13 12:17:50 +02:00
hrj f8aa93f451
syntax highlight for shell commands in README (#179) 2020-05-14 15:47:45 +02:00
Carlos Castillo a14ebc9c69
Made README easier to follow along (#178)
* Update README.md

Was a little confused when I first read the instructions. I think this might make things easier to follow along. Hope it helps

* Fixed accidental extra spacing error

* Typo fix
2020-04-26 13:01:12 +02:00
Frank Carpenter ecd3a32461
Add Spectralink (#177) 2020-04-26 12:58:57 +02:00
Gianluca Boiano 8a21289c3d
Cleanup of entries without an action 2020-04-10 20:21:18 +02:00
Kenzi Jeanis 135e1bc6f2
Add install script (#176)
Simplify the install process by adding a lightly configurable install script based on the README.md instructions.
2020-02-15 13:26:32 +01:00
Gianluca Boiano ceeb08ee96
Revert "Uncommented Dell idVendor line" (#175) 2020-01-21 21:24:53 +01:00
ercollin 724095c38e Add Sonim as vendor (#174)
* Add Sonim as vendor

* Put Sonim in alphabetical order
2020-01-16 11:47:08 +01:00
Gianluca Boiano bd437f29da
Merge pull request #173 from hlovdal/rpm
Add RPM spec file to allow building rpm packages
2019-12-16 09:01:01 +01:00
Håkon Løvdal ad68e0b0af Add RPM spec file to build rpm packages 2019-12-15 23:19:41 +01:00
Gianluca Boiano 32a2d39d3a
Merge pull request #172 from concatime/patch-1
Essential Phone PH-1 is also known as `2e17:c032`
2019-12-11 20:53:56 +01:00
Issam Maghni 883c76510b
Essential Phone PH-1 is also known as `2e17:c032`
Fix https://forum.xda-developers.com/essential-phone/help/fastboot-commands-t3950106
2019-12-11 00:20:29 +00:00
M0Rf30 f0a2f85367 20191103 2019-11-03 12:12:14 +01:00
Gianluca Boiano 0d2c63fee9
Reverting android universal rule. We prefer a punctual device detection (commented as reminder) 2019-08-31 13:25:29 +02:00
Gianluca Boiano 97c93409be
Merge pull request #168 from KAMiKAZOW/patch-1
Add GPLv3 header to rule file
2019-05-30 19:42:31 +02:00
KAMiKAZOW 3c83eada42
Add GPLv3 header to rule file 2019-05-30 16:58:20 +02:00
M0Rf30 fc939ecb53 Xiaomi RedMi 7 added 2019-05-14 23:09:27 +02:00
Gianluca Boiano c01699c00c
Merge pull request #167 from davidcesarino/patch-1
Fix nVidia label definition.
2019-05-09 20:19:44 +02:00
David Cesarino 6126cfb1d0
Fix nVidia label definition. 2019-05-09 11:51:39 -03:00
M0Rf30 eeb5e904d4 added Nvidia Shield TV product 2019-04-11 20:19:14 +02:00
Gianluca Boiano a12c9a2598
Merge pull request #165 from bluemarvin/pico-vendor
Added Pico vendor ID
2019-04-11 19:54:16 +02:00
Randall E. Barker b593ab64b7 Added Pico vendor ID 2019-04-10 15:22:29 -07:00
Gianluca Boiano d830fa908d
Merge pull request #162 from steadfasterX/steadfasterX-patch-oneplus
oneplus: added Asia productid
2019-03-25 15:44:14 +01:00
stay steadfast 374791ad97
oneplus: added Asia productid 2019-03-22 10:58:07 +01:00