summaryrefslogtreecommitdiffstats
path: root/meta/packages/udev/files/50-hostap_cs.rules
diff options
context:
space:
mode:
authorChris Larson <kergoth@openedhand.com>2006-10-05 21:56:07 +0000
committerChris Larson <kergoth@openedhand.com>2006-10-05 21:56:07 +0000
commit16e5c3b37721d0e2b335de6a9d4514f394c2f336 (patch)
treee7ea111f3e549383d82ed773579d2cd00c1cb1b9 /meta/packages/udev/files/50-hostap_cs.rules
parent009c24a4011928da2a9a4e38e6ca384fa7c654f8 (diff)
downloadpoky-16e5c3b37721d0e2b335de6a9d4514f394c2f336.tar.gz
Update udev from upstream oe (still using 092, just a newer PR, so the .debug stuff is split out of its packaging).
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@788 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/udev/files/50-hostap_cs.rules')
-rw-r--r--meta/packages/udev/files/50-hostap_cs.rules4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/packages/udev/files/50-hostap_cs.rules b/meta/packages/udev/files/50-hostap_cs.rules
new file mode 100644
index 0000000000..efefdc58fc
--- /dev/null
+++ b/meta/packages/udev/files/50-hostap_cs.rules
@@ -0,0 +1,4 @@
1# hostap_cs needs ignore_cis_vcc=1 set - this should handle all cards
2#
3ACTION=="add", DEVICE=="hostap_cs", \
4 SYSFS{func_id}=="0x06", RUN+="/sbin/modprobe hostap_cs ignore_cis_vcc=1"