svn commit: r184178 - head/sys/dev/usb
Nick Hibma
n_hibma at FreeBSD.org
Wed Oct 22 20:18:48 UTC 2008
Author: n_hibma
Date: Wed Oct 22 20:18:47 2008
New Revision: 184178
URL: http://svn.freebsd.org/changeset/base/184178
Log:
Remove a comment that belonged to a deleted if statement.
Modified:
head/sys/dev/usb/ubsa.c
Modified: head/sys/dev/usb/ubsa.c
==============================================================================
--- head/sys/dev/usb/ubsa.c Wed Oct 22 19:55:12 2008 (r184177)
+++ head/sys/dev/usb/ubsa.c Wed Oct 22 20:18:47 2008 (r184178)
@@ -433,7 +433,6 @@ ubsa_request(struct ubsa_softc *sc, u_in
usb_device_request_t req;
usbd_status err;
- /* The huawei Exxx devices support none of these tricks */
req.bmRequestType = UT_WRITE_VENDOR_DEVICE;
req.bRequest = request;
USETW(req.wValue, value);
More information about the svn-src-head
mailing list