Received: by 10.180.105.41 with SMTP id gj9mr3118535wib.3.1350351128915; Mon, 15 Oct 2012 18:32:08 -0700 (PDT) Path: q10ni65137979wif.0!nntp.google.com!feeder1.cambriumusenet.nl!94.232.116.12.MISMATCH!feed.xsnews.nl!border-2.ams.xsnews.nl!feeder2.cambriumusenet.nl!feed.tweaknews.nl!216.196.110.146.MISMATCH!border3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!news.panservice.it!diesel.cu.mi.it!bofh.it!news.nic.it!robomod From: Maxin B John Newsgroups: linux.kernel Subject: Re: [PATCH] Support for OWI/Maplin USB Robotic Arm Date: Tue, 09 Oct 2012 06:00:01 +0200 Message-ID: References: X-Original-To: Greg KH Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=7Hw5KIo4hjNSkC8Rqg0UlkemD8Wk+bArRbEE7O2dNRM=; b=T6idtlHewKA4fVCpdH0mm6vTTI0ANGXSPN5LGey51/tRmT0fzVsJQyfLi6mC54PTjL hRkeQa4zwe/eBkQFChICUxFteffojj2h2UgRZhr0OA4RFM0b1FtQn8LbrBjQ1EiiFVxB 7JQ05hQX0VZ9HxTcSDBOT4X0BU8cUrzUfjMKePH+562TDEy210uWBuSgPkxGi4l4+L6J 91xnieaC1n/i0tAzRXfy5OkWzB3KQKHsUUdxIzQjDP/skESY8hh30J7D9lqVsb6S51U8 en4JlNXp2pWgXkLuHWSY6MMaQSOtYe12bSh12txNj3DZlEtokk+w4lJcwnzZFIzjRpNS Ih8g== MIME-Version: 1.0 Sender: robo...@news.nic.it List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Approved: robo...@news.nic.it Lines: 42 Organization: linux.* mail to news gateway X-Original-Cc: de...@linuxdriverproject.org, linux-ker...@vger.kernel.org X-Original-Date: Mon, 8 Oct 2012 23:52:56 -0400 X-Original-Message-ID: X-Original-References: <20121008212943.GA3...@linux-3ix0.site> <20121008235503.GD8...@kroah.com> X-Original-Sender: linux-kernel-ow...@vger.kernel.org Bytes: 3440 Content-Type: text/plain; charset=ISO-8859-1 Hi Greg, On Mon, Oct 8, 2012 at 7:55 PM, Greg KH wrote: > On Mon, Oct 08, 2012 at 05:29:43PM -0400, Maxin B. John wrote: >> Hi Greg, >> >> This driver helps us to control the OWI/Maplin USB Robotic Arm device. >> >> I have tested this driver in my x86 Laptop and it works as expected >> (Some clean-ups and modifications are in the pipeline, though). >> >> After review process and the life in staging,I hope this driver will >> find it's place in "drivers/usb/misc/" :) >> >> The userspace utility program is available from the below URL: >> https://github.com/maxinbjohn/robotic_arm_driver >> >> OWI/Maplin USB Robotic arm is available from: >> http://www.maplin.co.uk/robotic-arm-kit-with-usb-pc-interface-266257 >> http://www.owirobots.com/cart/html/owi-535pc-robotic-arm-kit-with-usb-pc-interface-assembled.html >> >> Please let me know your comments. > > Very nice, but are there any real requirement to have this be a kernel > driver, and not just be driven from userspace through libusb/usbfs > instead? Thanks. A number of people are using the libusb based userspace applications to control these devices. This was an attempt to remove the libusb dependency and control the device easily like: # echo 1 > /sys/bus/usb/drivers/robotic_arm/5-1:1.0/led > thanks, > greg k-h Best Regards, Maxin B. John -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/