4633c69229
For some reason the ofono rules don't always work for the N900's modem. This picks out the relevant parts of that rule and seems to successfully set up the modem device every time now.
6 lines
292 B
Text
6 lines
292 B
Text
# Export GPIOs for nokia-modem
|
|
DRIVER=="nokia-modem", RUN+="/bin/ln -sf /sys/bus/hsi/devices/n900-modem /dev/cmt"
|
|
|
|
# Tag modem device for ofono
|
|
SUBSYSTEMS=="hsi", ENV{OFONO_DRIVER}="n900", ENV{OFONO_ISI_ADDRESS}="108"
|
|
KERNEL=="phonet*", ENV{OFONO_DRIVER}="n900", ENV{OFONO_ISI_ADDRESS}="108"
|