From bddacd87740b3678fa800749087f0ee9eff034c4 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Sat, 7 Jan 2012 13:20:09 -0600 Subject: [PATCH] ofono.rules: Add N900 rule for stock kernels From a patch set by Luke Dash --- plugins/ofono.rules | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/ofono.rules b/plugins/ofono.rules index 30a1b7e8..3ed9f161 100644 --- a/plugins/ofono.rules +++ b/plugins/ofono.rules @@ -9,6 +9,7 @@ KERNELS=="gadget", GOTO="ofono_isi_end" # Nokia N900 modem SUBSYSTEMS=="hsi", ENV{OFONO_DRIVER}="n900", ENV{OFONO_ISI_ADDRESS}="108" +KERNEL=="phonet*", ENV{OFONO_DRIVER}="n900", ENV{OFONO_ISI_ADDRESS}="108" # STE u8500 KERNEL=="shrm0", ENV{OFONO_DRIVER}="u8500"