Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2001 09:28:52 +0100
From:      "Nick Hibma" <n_hibma@qubesoft.com>
To:        <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org>
Subject:   RE: cvs commit: src/sys/dev/usb usbdevs
Message-ID:  <CEEKLNFIGKODPCCPEKLDCEDCCCAA.n_hibma@qubesoft.com>
In-Reply-To: <200109090307.f8937G797046@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

FYI: When updating this file (adding IDs & strings for USB devices) you
will need to do the following to make sure you commit everything ok:

	cd sys/dev/usb
	make -f Makefile.usbdevs
	cd ../../modules/usb
	make obj clean
	make
	cd ../../dev/usb
	cvs diff usbdevs | less
	cvs commit -m "Add ID for Durk's favourite food (banana's)" usbdevs
	make -f Makefile.usbdevs
	cvs commit -m "Regen." usbdevs*.h
	# Commit the updated driver if applicable.

This will make two IDs per added product: USB_VENDOR_vendor &
USB_PRODUCT_vendor_product, which can be used in the various driver
files to add support for the device. Adding the ID in itself does not
make the device supported or anything.

Cheers,

Nick



> -----Original Message-----
> From: owner-cvs-committers@FreeBSD.org
> [mailto:owner-cvs-committers@FreeBSD.org]On Behalf Of Doug White
> Sent: 09 September 2001 04:07
> To: cvs-committers@FreeBSD.org; cvs-all@FreeBSD.org
> Subject: cvs commit: src/sys/dev/usb usbdevs
>
>
> dwhite      2001/09/08 20:07:16 PDT
>
>   Modified files:
>     sys/dev/usb          usbdevs
>   Log:
>   Add entry for Accton USB320-EC Ethernet adapter.
>
>   MFC after:	14
>
>   Revision  Changes    Path
>   1.64      +4 -1      src/sys/dev/usb/usbdevs
>
>
> http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/usb/usbdevs?
> r1=1.63&r2=1.64&cvsroot=freebsd
>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CEEKLNFIGKODPCCPEKLDCEDCCCAA.n_hibma>