Messages in this thread |  | | From | Keith Owens <> | Subject | Re: [PATCH] modutils: ieee1394 device_id extraction | Date | Sun, 16 Sep 2001 18:46:37 +1000 |
| |
On 15 Sep 2001 18:02:10 +0200, Kristian Hogsberg <hogsberg@users.sf.net> wrote: >I've been adding hotplug support to the ieee1394 subsystem, and the >ieee1394 stack in cvs now calls the usermode helper just like usb, pci >and the rest of them. Next step is to extend depmod so it extracts >the device id tables from the 1394 device drivers, which is exactly >what the patch below does. > >Keith, would you apply this to modutils?
Patch looks OK, expect that sometimes you use hpsb and sometimes ieee1394 as a prefix for variable names. Can they all be iee1394, including the device table? Use MODULE_DEVICE_TABLE(ieee1394,name) instead of MODULE_DEVICE_TABLE(hpsb, name).
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |