Isnt it possible to generate usbdevs.h and usbdevs_data.h on the fly during build as well instead of having to commit it?
//Jonas On 8/2/07, Hasso Tepper <[EMAIL PROTECTED]> wrote: > hasso 2007/08/02 04:53:30 PDT > > DragonFly src repository > > Modified files: > share/man/man4 uplcom.4 > sys/bus/usb usbdevs.h usbdevs_data.h > sys/dev/usbmisc/uplcom uplcom.c > Log: > Add support for many new devices into uplcom(4). IDs are obtained from > OpenBSD, NetBSD and Linux (mostly). Also clarify comments in driver and > info in the manpage based on info from vendors (if available). > > Revision Changes Path > 1.5 +63 -15 src/share/man/man4/uplcom.4 > 1.19 +38 -8 src/sys/bus/usb/usbdevs.h > 1.19 +110 -14 src/sys/bus/usb/usbdevs_data.h > 1.18 +73 -25 src/sys/dev/usbmisc/uplcom/uplcom.c > > > http://www.dragonflybsd.org/cvsweb/src/share/man/man4/uplcom.4.diff?r1=1.4&r2=1.5&f=u > http://www.dragonflybsd.org/cvsweb/src/sys/bus/usb/usbdevs.h.diff?r1=1.18&r2=1.19&f=u > http://www.dragonflybsd.org/cvsweb/src/sys/bus/usb/usbdevs_data.h.diff?r1=1.18&r2=1.19&f=u > http://www.dragonflybsd.org/cvsweb/src/sys/dev/usbmisc/uplcom/uplcom.c.diff?r1=1.17&r2=1.18&f=u >
