diff options
| -rw-r--r-- | docs/html/guide/developing/device.jd | 3 | ||||
| -rw-r--r-- | docs/html/sdk/oem-usb.jd | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/docs/html/guide/developing/device.jd b/docs/html/guide/developing/device.jd index 3127e10f3f5f..cb5a0b61e0e9 100644 --- a/docs/html/guide/developing/device.jd +++ b/docs/html/guide/developing/device.jd @@ -145,6 +145,9 @@ USB device support on Linux. The USB Vendor ID is the value given to the <td>Kyocera</td> <td><code>0482</code></td></tr> <tr> + <td>Lenevo</td> + <td><code>17EF</code></td></tr> + <tr> <td>LG</td> <td><code>1004</code></td></tr> <tr> diff --git a/docs/html/sdk/oem-usb.jd b/docs/html/sdk/oem-usb.jd index 27e742a0bec1..3c2ba8b6501d 100644 --- a/docs/html/sdk/oem-usb.jd +++ b/docs/html/sdk/oem-usb.jd @@ -80,6 +80,12 @@ href="http://www.kttech.co.kr/cscenter/download05.asp">http://www.kttech.co.kr/c <td><a href="http://www.kyocera-wireless.com/support/phone_drivers.htm">http://www.kyocera-wireless.com/support/phone_drivers.htm</a> </td> </tr> + <tr> + <td>Lenevo</td> + <td><a href="http://developer.lenovomm.com/developer/download.jsp" + >http://developer.lenovomm.com/developer/download.jsp</a> + </td> + </tr> <tr><td>LGE</td> <td><a href="http://www.lg.com/us/mobile-phones/mobile-support/mobile-lg-mobile-phone-support.jsp">http://www.lg.com/us/mobile-phones/mobile-support/mobile-lg-mobile-phone-support.jsp</a></td> </tr><tr><td>Motorola</td> <td><a |