Re: [patch 0/5] Hotplug firmware loader for Keyspan usb-serial driver

2005-04-05 Thread Jan Harkes
On Tue, Apr 05, 2005 at 10:45:30PM +0200, Kay Sievers wrote: > On Tue, 2005-04-05 at 15:38 -0400, Jan Harkes wrote: > > Here is another stab at making the keyspan firmware easily loadable with > > hotplug. Differences from the previous version, > > > > - keep the IHEX parser into a separate

Re: [patch 0/5] Hotplug firmware loader for Keyspan usb-serial driver

2005-04-05 Thread Kay Sievers
On Tue, 2005-04-05 at 15:38 -0400, Jan Harkes wrote: > Here is another stab at making the keyspan firmware easily loadable with > hotplug. Differences from the previous version, > > - keep the IHEX parser into a separate module. > - added a fw-y and fw-m install targets to kbuild which will

[patch 0/5] Hotplug firmware loader for Keyspan usb-serial driver

2005-04-05 Thread Jan Harkes
Here is another stab at making the keyspan firmware easily loadable with hotplug. Differences from the previous version, - keep the IHEX parser into a separate module. - added a fw-y and fw-m install targets to kbuild which will install a driver's firmware files in /lib/modules/`uname

[patch 0/5] Hotplug firmware loader for Keyspan usb-serial driver

2005-04-05 Thread Jan Harkes
Here is another stab at making the keyspan firmware easily loadable with hotplug. Differences from the previous version, - keep the IHEX parser into a separate module. - added a fw-y and fw-m install targets to kbuild which will install a driver's firmware files in /lib/modules/`uname

Re: [patch 0/5] Hotplug firmware loader for Keyspan usb-serial driver

2005-04-05 Thread Kay Sievers
On Tue, 2005-04-05 at 15:38 -0400, Jan Harkes wrote: Here is another stab at making the keyspan firmware easily loadable with hotplug. Differences from the previous version, - keep the IHEX parser into a separate module. - added a fw-y and fw-m install targets to kbuild which will install a

Re: [patch 0/5] Hotplug firmware loader for Keyspan usb-serial driver

2005-04-05 Thread Jan Harkes
On Tue, Apr 05, 2005 at 10:45:30PM +0200, Kay Sievers wrote: On Tue, 2005-04-05 at 15:38 -0400, Jan Harkes wrote: Here is another stab at making the keyspan firmware easily loadable with hotplug. Differences from the previous version, - keep the IHEX parser into a separate module. -