• Home
  • History
  • Annotate
  • only in /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
NameDateSize

..24-Mar-20144 KiB

readme.txt24-Mar-2014758

uim.c24-Mar-201425.3 KiB

uim.h24-Mar-20144.7 KiB

readme.txt

1This is UIM utility required for TI's shared transport driver in order
2to open UART and to deliver the control of it to the driver.
3
4The author of the utility is Pavan Savoy <pavan_savoy@ti.com>
5
6--- Running UIM utility
7
8It needs to be run at boot, Since linux flavors might require Bluetooth or
9GPS to be turned on at boot. For this have the UIM entry in your either one
10of your rc.S files or you can have special udev rule based on the platform
11driver addition of device "kim".
12
13For Android, the following entry in init.rc should suffice,
14service uim /system/bin/uim-sysfs
15    user root
16    group media bluetooth
17    oneshot
18[edit]
19
20For Angstrom, the following command should be done,
21./uim /dev/ttyO1 3686400 none 22 &
22
23--- Building UIM utility
24make uim
25
26