summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/serial/uvisor.c
Commit message (Expand)AuthorAgeFilesLines
* Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canhselasky2015-01-051-1/+1
* Revert r239178 and implement two new functions, namelyhselasky2012-08-151-9/+9
* Take advantage of new UCOM and bus functionality so thathselasky2012-08-101-2/+26
* Style change.hselasky2011-11-121-1/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* - Move all USB device ID arrays into so-called sections,hselasky2011-06-241-1/+1
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* Implement ucom_set_pnpinfo_usb() providing ttyname and port numbern_hibma2010-11-051-0/+2
* - Simplify the way unit/subunit allocation is done in ucom.n_hibma2010-11-031-1/+1
* Add missing MODULE_VERSION() definitions, this resolves problems aroundthompsa2010-09-011-0/+1
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-221-2/+2
* Add new uvisor(4) device ID.thompsa2010-03-111-0/+1
* It appears that some UVISOR devices do not handle when the clear stall commandthompsa2010-03-111-5/+0
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-031-7/+0
* Use macros to strip off USB_VENDOR_ and USB_PRODUCT_ from some id tables to makethompsa2009-12-261-26/+28
* - fix uvisor support, mostly correct buffer sizes used.alfred2009-08-241-11/+35
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-25/+44
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-32/+32
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-6/+6
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-29/+29
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.thompsa2009-05-211-2/+2
* - rename usb2_mode to usb_mode [1]thompsa2009-05-211-1/+1
* MFp4 //depot/projects/usb@159909thompsa2009-04-051-6/+6
* MFp4 //depot/projects/usb @159375,159376,159377thompsa2009-03-201-6/+6
* Rename the ushub device class back to uhub as it was in the old usb stack,thompsa2009-03-021-1/+1
* Move the serial drivers from Giant to using their own mutexs.thompsa2009-03-021-3/+8
* Move the new USB stack into its new home.thompsa2009-02-231-0/+610
OpenPOWER on IntegriCloud