From: Johan Hovold Date: Mon, 4 Apr 2011 09:38:07 +0000 (+0200) Subject: Revert "USB: sam-ba: add driver for Atmel SAM Boot Assistant (SAM-BA)" X-Git-Tag: v3.0-rc1~337^2~138^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b750106bafbf9e8cb888a2b3681f444d8183a296;p=pandora-kernel.git Revert "USB: sam-ba: add driver for Atmel SAM Boot Assistant (SAM-BA)" This reverts commit 90593899de83a6e6fdea563d058acd2f4334e3f9. SAM-BA devices identify themselves CDC-ACM devices and should be using the cdc-acm driver. Since commit 5b239f0aebd4dd6f85b13decf5e18e86e35d57f0 (USB: cdc-acm: Add pseudo modem without AT command capabilities) cdc-acm also binds to them. Note that the Atmel SAM-BA tools expect to use a USB-serial driver and thus require a symlink from /dev/ttyACMn to some /dev/ttyUSBm (with m < 30) to be able to select the device. This is simply a UI-issue that should be fixed by Atmel. Tested with the SAM-BA 2.10 tools and an Atmel at91sam9260-ek. Signed-off-by: Johan Hovold Cc: Sven Köhler Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed