]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add rules for MXC UARTs.
authorRobert Bradford <rob@openedhand.com>
Wed, 3 Oct 2007 14:23:09 +0000 (14:23 +0000)
committerRobert Bradford <rob@openedhand.com>
Wed, 3 Oct 2007 14:23:09 +0000 (14:23 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2826 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/udev/udev-115/udev.rules

index 72be706e8421f69ab84f7934e85e01be5be7ab8f..4d29acac0c508fb0dfa5b03ab8317ec7c10cb3bd 100644 (file)
@@ -100,3 +100,6 @@ ACTION=="add", SUBSYSTEM=="firmware", RUN+="/lib/udev/firmware_helper"
 # Samsung UARTS
 KERNEL=="s3c2410_serial[0-9]",   NAME="ttySAC%n"
 
+# MXC UARTs
+KERNEL=="ttymxc[0-4]",   NAME="ttymxc%n"
+