У меня планшет Assistant. Сделал так 1.Включил режим разроботчика 2. подключил планшет к ноуту. 3. lsusb
alex-Lenovo-B570 platform-tools # lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 003: ID 04f2:b272 Chicony Electronics Co., Ltd Lenovo EasyCamera
Bus 002 Device 003: ID 1c7a:0603 LighTuning Technology Inc.
Bus 002 Device 004: ID 0bda:0139 Realtek Semiconductor Corp.
Bus 001 Device 024: ID 2207:0010
1. создал файлик /etc/udev/rules.d/##-android.rule с текстом
SUBSYSTEMS=="usb",
ATTRS{idVendor}=="2207",
ATTRS{idProduct}=="0010",
MODE="0660",
OWNER="alex"
Сделал
alex-Lenovo-B570 platform-tools # service udev restart
udev stop/waiting
udev start/running, process 19079
alex-Lenovo-B570 platform-tools # ./adb kill-server
alex-Lenovo-B570 platform-tools # ./adb start-server
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
alex-Lenovo-B570 platform-tools #
alex-Lenovo-B570 platform-tools # ./adb devices
List of devices attached
alex-Lenovo-B570 platform-tools #
Операционка - Linux mint
alex-Lenovo-B570 platform-tools # uname -a
Linux alex-Lenovo-B570 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux