1
0
mirror of https://github.com/M0Rf30/android-udev-rules.git synced 2024-06-20 06:46:52 +02:00
Commit Graph

241 Commits

Author SHA1 Message Date
watermelonjuice
f0c8c0d7a0 Add LG G3 D855 2014-12-14 16:38:00 +08:00
Mathias Rav
1707906aad Add OnePlus One variant 2014-11-18 14:58:26 +01:00
Hans-Christoph Steiner
e047cd2c2c fix weird quotes (”) not (") 2014-10-22 19:17:01 -04:00
Hans-Christoph Steiner
1951c9ca64 add BQ devices (http://www.bqreaders.com/) 2014-10-21 20:00:50 -04:00
M0Rf30
521176065e Trial for Zenphone 5 2014-10-17 16:26:37 +02:00
M0Rf30
cf40993e13 Ignore false positive samsung printer 2014-10-16 16:44:54 +02:00
Hans-Christoph Steiner
39bd54c7e8 HTC G1 - the original! 2014-09-28 00:18:06 -04:00
Hans-Christoph Steiner
ed253f2449 Azpen Onda tablets 2014-09-28 00:16:26 -04:00
M0Rf30
83caaee9f8 indentation 2014-09-26 15:30:08 +02:00
Florentin Raud
21b1b793d4 Adding the OnePlus One
This is the phone you can find here http://oneplus.net/
Let me know if you require more data/debug/info etc...

lsusb -v
Bus 001 Device 005: ID 05c6:6769 Qualcomm, Inc. 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.10
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x05c6 Qualcomm, Inc.
  idProduct          0x6769 
  bcdDevice            2.32
  iManufacturer           1 OnePlus
  iProduct                2 A0001
  iSerial                 3 d492f65e
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass     66 
      bInterfaceProtocol      1 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
Binary Object Store Descriptor:
  bLength                 5
  bDescriptorType        15
  wTotalLength           22
  bNumDeviceCaps          2
  USB 2.0 Extension Device Capability:
    bLength                 7
    bDescriptorType        16
    bDevCapabilityType      2
    bmAttributes   0x00000002
      Link Power Management (LPM) Supported
  SuperSpeed USB Device Capability:
    bLength                10
    bDescriptorType        16
    bDevCapabilityType      3
    bmAttributes         0x00
    wSpeedsSupported   0x000f
      Device can operate at Low Speed (1Mbps)
      Device can operate at Full Speed (12Mbps)
      Device can operate at High Speed (480Mbps)
      Device can operate at SuperSpeed (5Gbps)
    bFunctionalitySupport   1
      Lowest fully-functional device speed is Full Speed (12Mbps)
    bU1DevExitLat           1 micro seconds
    bU2DevExitLat         500 micro seconds
Device Status:     0x0000
  (Bus Powered)
2014-09-26 11:11:39 +02:00
Massimiliano Torromeo
973bd5990c Moto G XT1033 Dual SIM 2014-08-05 15:55:58 +02:00
M0Rf30
796703706b Nothing special 2014-07-11 16:17:10 +02:00
Mizux
7ac9ddfb14 Adding Mi3 2014-07-10 18:07:15 +02:00
M0Rf30
3009a15eaa Recovery adb entry for Nexus family 2014-06-09 13:38:35 +02:00
Alexandre Eudes
9f326d6d3b Add Sony Xperia Z1 compact 2014-06-08 12:35:25 +02:00
M0Rf30
ef7d2f0508 Iconia A1-830 2014-05-07 17:02:52 +02:00
Anatol
88db0fd066 Added consistent result of GROUP=aduser, MODE=0660 2014-04-24 20:36:55 -07:00
Joe Da Silva
4407b08106 If Sony_Ericsson==0fce found, we don't need to repeat idVendor test again.
When done, go directly to bottom of script.
2014-04-23 23:22:25 -07:00
Joe Da Silva
e870e637ac If Samsung==04e8 found, we don't need to repeat idVendor test again.
When done, go directly to bottom of script.
2014-04-23 23:15:32 -07:00
Joe Da Silva
7f61fb4edc If Motorola==22b8 found, we don't need to repeat idVendor test again.
When done, go directly to bottom of script.
2014-04-23 23:07:18 -07:00
Joe Da Silva
e177bba3b0 If LG==1004 found, we don't need to repeat idVendor test again.
When done, go directly to bottom of script.
2014-04-23 23:02:31 -07:00
Joe Da Silva
16ffef1e96 If HTC==0bb4 found, we don't need to repeat idVendor test again.
When done, go directly to bottom of script.
2014-04-23 22:54:15 -07:00
Joe Da Silva
3db1c81830 If Google==18d1 (and friends) found, we don't need to repeat idVendor test
again. NOTE some vendors also used 18d1 as their idVendor code too.
When done, go directly to bottom of script.
2014-04-23 22:41:26 -07:00
Joe Da Silva
0da97faa57 If Archos==0a5c found, we don't need to repeat idVendor test again.
When done, go directly to bottom of script
2014-04-23 22:26:49 -07:00
Joe Da Silva
5a26dca4a2 If Acer==0502 found, we don't need to repeat idVendor test again.
When done, go directly to bottom of script
2014-04-23 22:21:33 -07:00
M0Rf30
a4bc2e772f Note 8.0 description 2014-04-08 15:27:19 +02:00
Leong Hean Hong
f09bab7079 Add Sony Acro 2014-04-07 22:54:46 +08:00
M0Rf30
9f1e148458 Xperia V added 2014-04-05 18:45:39 +02:00
M0Rf30
b2f153bfcd Xperia SP rules 2014-04-03 16:13:21 +02:00
M0Rf30
4abab7d95c LG G2 added 2014-03-23 15:26:14 +01:00
M0Rf30
c9bfd90581 Moto G (Global GSM added) 2014-03-01 13:52:00 +01:00
M0Rf30
4d7e062daf Geeksphone Zero 2014-02-25 19:10:55 +01:00
M0Rf30
f816a4d6e1 Intel, Geeksphone Revolution 2014-02-25 19:09:04 +01:00
M0Rf30
0f972061ee Ubislate 7Ci added 2014-02-19 16:14:22 +01:00
M0Rf30
99d5e269cd Fairphone update 2014-02-16 15:00:06 +01:00
M0Rf30
d4b6997359 Updated 2014-02-10 15:58:09 +01:00
Tom Anderson
85952d4717 Added Spreadtrum vendor ID 2014-02-04 13:49:27 +00:00
ilaxel2033
fc8795efcc style 2014-01-31 18:39:03 +04:00
M0Rf30
a9c493bb85 Updated 2014-01-10 18:23:26 +01:00
Gianluca Boiano
076436e1d6 Merge pull request #29 from Arguggi/master
Add Motorola Moto G
2014-01-10 09:18:47 -08:00
Gianluca Boiano
9ec059a2e2 Merge pull request #27 from spamn/patch-1
Update 51-android.rules
2014-01-10 09:18:18 -08:00
Arguggi
40c47fcba5 Add Motorola Moto G 2014-01-09 18:00:17 +01:00
M0Rf30
228a25fb40 added HTC one (m7) and lg 4x 2014-01-05 16:00:00 +01:00
M0Rf30
e789c308e5 TI OMAP 44xx added 2013-12-05 13:22:44 +01:00
spamn
9b0673e04d Update 51-android.rules
Added rule for Xperia Mini Pro
2013-11-26 19:15:34 +01:00
M0Rf30
d45ea07c11 Typo 2013-11-05 16:40:15 +01:00
M0Rf30
0bb6a8e2d0 Updated 2013-10-31 15:00:45 +01:00
Scott Moak
d2e925aada Add rules for the Motorola Droid Razr XT912 2013-10-28 09:35:25 -07:00
Firef0x
5d2b8c14ca Added rules for LG Optimus LTE 2013-10-20 00:04:42 +08:00
lizaifang
efcb5f6056 XiaoMi Mi2A 2013-10-13 10:15:33 +08:00
M0Rf30
8dfd1cd000 style 2013-09-11 20:08:07 +02:00
laloch
e6db8904d4 Zopo C2 MTP support 2013-09-11 08:15:04 +02:00
M0Rf30
8f61d3d741 Haier and MTK entries added 2013-09-10 18:29:22 +02:00
blueperil
a9924676da Added Sony Xperia L 2013-08-29 11:25:06 +02:00
M0Rf30
3b7ebf22dd Added 101 xs 2013-08-08 15:05:08 +02:00
M0Rf30
4f8bf303f3 Rules updated 2013-07-21 14:45:52 +02:00
Martín Cigorraga
ed7bfbafce Update 51-android.rules
Hello and thank you for maintaining this list.
I own the Intl. Samsung Galaxy S4 GT-I9500 Exynos Octo Core and was having a hard time to make it recognized within Windows so I can use Odin to root it.
The issue was that my current kernel [OS: Chakra, kernel 3.9.2-CHAKRA] detects it as 04e8:6860 while it's correct ID is 04e8:685d (I got aware of this later when rebooted the smartphone into recovery mode), once I corrected the ID I created a new rule following advice here: http://developer.android.com/tools/device.html and then I finally was able to make the Windows guest recognize it.

Note: this is my first ever contribution to a GIT project/repository, please excuse if there's anything wrong with it :/

Best regards.
2013-07-21 05:07:27 -03:00
M0Rf30
756f9530e1 Blank lines 2013-06-24 13:44:42 +02:00
Raudi1
1dd5a5d20e Added correct device ids for Nexus 4/7
Google Nexus 4/7 devices change their id when you enable debugging or go into the bootloader. The id's for my Nexus 4 and 7 according to lsusb are these:

Nexus 4:
Fastboot - ID 18d1:4ee0 Google Inc.
MTP      - ID 18d1:4ee1 Google Inc. Nexus 4
MTP+ADB  - ID 18d1:4ee2 Google Inc. Nexus 4 (debug)

Nexus 7:
Fastboot - ID 18d1:4e40 Google Inc. Nexus 7 (fastboot)
MTP      - ID 18d1:4e41 Google Inc. ASUS Nexus 7 (MTP modus)
MTP+ADB  - ID 18d1:4e42 Google Inc. Nexus 7 (debug)

I hope I made the necessary changes. Also the Nexus 10 seems to have a wrong id, so I commented it out since it would be the same as for the Nexus 4 in MTP mode. Someone with the device should check. Also I deleted the entries for the Nexus 4/7 in the Samsung devices section. As far as I understand Udev (not much sadly), they are duplicates, but it should be checked by someone who understands Udev.
2013-06-23 23:52:22 +03:00
M0Rf30
10d7d0fe22 Oppo Find 5 added 2013-06-09 12:44:41 +02:00
Adrian
21f85d2bac Added Galaxy Nexus 2013-06-07 14:49:05 -03:00
M0Rf30
339cfbcc72 syntax 2013-06-03 00:43:43 +02:00
averred
8b321116a9 Added Sony Xperia S 2013-06-02 19:05:47 +02:00
kuci
2b08fba82a Add rules for Xperia Neo V 2013-06-02 10:10:46 +02:00
M0Rf30
19dd5d796c cleanup 2013-05-13 01:27:09 +02:00
CupIvan
54dc425fe3 add Zopo ZP900 rules 2013-05-12 19:29:07 +04:00
CupIvan
725eb441f5 Update 51-android.rules 2013-05-06 17:29:43 +04:00
M0Rf30
1a8ad101c7 ADVANCE vendor S5 product added 2013-05-04 17:14:30 +02:00
Marius T
60a6f724bc add uaccess tag to devices
udev automatically gives the user in the active
session permissions on all devices with the
uaccess tag (see also 70-uaccess.rules). This
means that it not necessary anymore to be
in the adbusers group if the user is in an active
session (which should pretty much cover 99% of
all use cases).
2013-04-27 19:23:44 +02:00
Joe Da Silva
44e2daa44b Added consistent result of GROUP=aduser, MODE=0660 2013-02-25 20:33:21 -08:00
Joe Da Silva
7d246f47e9 Don't need to test for SUBSYSTEM=="usb" every time. Tested only once now. 2013-02-25 20:13:25 -08:00
M0Rf30
f4ae5b717e updated 2013-02-24 20:36:42 +01:00
princeofgiri
5364d7cd0d Add Wearnes Device 2013-02-24 10:47:04 +07:00
M0Rf30
1760ab8497 HTC Desire S (Saga) added 2013-01-23 02:15:13 +01:00
cyberMe
ba6a2cc222 Add Huawei U8850 Vision 2013-01-22 00:04:34 +04:00
M0Rf30
a076d8f1dc Updated 2012-12-19 21:13:01 +01:00
Gianluca Boiano
bd884bb429 Merge pull request #5 from vIiRuS/master
Added support for Nexus 4 and Nexus 7
2012-12-19 12:03:15 -08:00
lizaifang
bef02f7feb add_rules: Google Nexus 10 2012-12-19 09:48:21 +08:00
Gianluca Boiano
926a0a7c36 added nexus 4 e 7 rules 2012-12-18 21:37:05 +01:00
Phillip Thelen
22bd0192e2 Added values for Nexus 7 2012-12-18 16:20:17 +01:00
Phillip Thelen
2649ee6378 added values for Nexus 4 2012-12-18 16:20:07 +01:00
M0Rf30
48c5e1754b nothing of interesting 2012-11-11 16:49:51 +01:00
M0Rf30
0dc1827fb7 T&A added 2012-11-09 18:48:31 +01:00
M0Rf30
0b04810efe Nexus GSM added 2012-11-08 17:37:35 +01:00
M0Rf30
f6e94e28fe Fuzhou Rockchip Electronics added (Mediacom devices) 2012-07-14 02:03:56 +02:00
M0Rf30
985603471f merged solsticedhiver fixes 2012-07-11 19:04:56 +02:00
M0Rf30
0822d0c2c6 Zte Blade S added 2012-07-10 19:34:33 +02:00
M0Rf30
f938e5660a S3 additions 2012-07-10 13:47:38 +02:00
M0Rf30
2b624570d3 typo 2012-06-12 22:34:50 +02:00
M0Rf30
5025551d5b added wildfire s rule 2012-06-12 22:32:23 +02:00
M0Rf30
2a404262b5 first commit 2012-05-09 03:14:18 +02:00