From mboxrd@z Thu Jan 1 00:00:00 1970 From: Therry Fagundes Date: Sun, 07 Aug 2005 07:48:35 +0000 Subject: Hotplug + firmware (newbie) Message-Id: <42F5BCD3.1040003@mpcnet.com.br> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org Hi, Im trying to get a Hp 1000 (usb) to work with hotplug, let me see if I understood: 1. Create a file, into /etc/hotplug/usb called hp100fw.usermap (the device could be included into /etc/hotplug/usb.usermap, but in hotplug/usb/device.usermap is good pratice) 2. Insert into this file the fowlling lines (using pre-enumeration) : # HP LaserJet 1000 hp1000fw 0x0003 0x03f0 0x0517 0x0000 0x0000 0x00 0x00 0x00 0x00 0x00 0x00 0x00000000 3. Create a file called hp1000fw (the name which I gave to the device) and put into this file the script (action) which needs to be done when it is connected : #!/bin/sh cat /lib/firmware/sihp1000.dl > /dev/usb/lp0 The firmware only will be uploaded if the device isnt "pre-enumerated". Is that right ? (I think that Im missing something) ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel