summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/usb/usba
AgeCommit message (Collapse)AuthorFilesLines
2021-02-0313493 usba: multiply-defined symbolsToomas Soome1-2/+2
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-06-1411177 usba should read the device binary object storeRobert Mustacchi5-18/+280
11178 USB topology could know about supported, minimum speeds 11179 usba parsing code should take const data pointers 11176 usba kernel module should be CERRWARN and smatch clean Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Rob Johnston <rob.johnston@joyent.com> Approved by: Gordon Ross <gordon.ross@nexenta.com>
2017-03-101979 USB 3.0 supportRobert Mustacchi4-5/+71
7918 want usb_pipe_xopen(9F) 7919 usbai burst macros for endpoint descriptor are wrong 7920 usba_hcdi_register() should fail if driver is using private data 7921 failing to load the usba root hub module destroys driver parent private data 7922 want ::hubd walker 7923 ::prtusb should include version 7924 usb_*_request(9S) manual pages should match structure names Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Bryan Cantrill <bryan@joyent.com> Reviewed by: Dale Ghent <daleg@omniti.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-08-157215 usba logging through cmn_err (via usba_bus_ctl) output erroneously ↵James Blachly1-1/+0
includes tab 7216 usba logging through cmn_err (via usba_bus_ctl) output truncates (leading) some device names Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-05-305708 rid usbser/Makefile of CERRWARNRichard PALO1-4/+4
Reviewed by: Josef 'Jeff' Sipek<jeffpc@josefsipek.net> Reviewed by: Dan McDonald<danmcd@omniti.com> Approved by: Gordon Ross <gwr@nexenta.com>
2015-04-125832 EOF wireless usb (aka UWB)Garrett D'Amore3-56/+6
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: "Joshua M. Clulow" <josh@sysmgr.org> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2013-02-093503 usba doesn't initialize cc_no_resources, causes gibberish output in kstat:David Höppner1-12/+0
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@nexenta.com>
2009-08-15PSARC 2009/422 VirtualBox USB Device CaptureStrony Zhang - Solaris China Team1-0/+9
6849326 USB filtered capture in Virtual Box is not supported on Solaris
2009-06-056839931 Run usb video test case cause system panicRaymond Chen2-2/+40
6840438 wusb related warlock warnings
2009-04-23PSARC 2007/425 Wireless USB supportRaymond Chen8-4/+1558
6422602 Wireless USB support under Solaris
2009-03-196806653 Billions and billions of root-hub lookupsrui wang - Sun Microsystems - Beijing China1-2/+3
2009-03-026764185 DVD problems during OS usage (READ RETRY)guoqing zhu - Sun Microsystems - Beijing China1-1/+7
2008-09-22PSARC 2008/382 Fast RebootSherry Moore1-0/+1
6714038 Fast Reboot support for x86 platforms
2008-09-056726636 lint cleanup for USBzhigang lu - Sun Microsystems - Beijing China15-56/+32
2008-01-056359387 uhci doesn't support suspendqz1500451-6/+7
6637698 The USB ISR should not handle the interrupt during the suspend 6641756 improper value may be returned in usb_get_current_frame_number
2007-12-07PSARC/2007/653 Support for isochronous transfer in ugen(7D)lc1522431-4/+26
6595166 ugen_check_open_flags() should not use endpoint descriptor stored in ug_ep array 6604087 inconsistent allocation and access of memory cause illegal access panic in ehci isoc xfer 6604692 ugen isoc xfer support 6620176 isoc_error_count is not calculated correctly in ehci_parse_isoc_error()
2007-08-09PSARC 2007/406 USB device resetlg1501421-4/+4
4904724 client drivers should be able to request a port reset
2007-08-09backout 4904724: RTI not approveddm1207691-4/+4
2007-08-09PSARC 2007/406 USB device resetlg1501421-4/+4
4904724 client drivers should be able to request a port reset
2007-01-316516835 usb warlock is not clean due to CR6463853gc1614891-2/+4
2006-12-27PSARC 2006/649 USB Interface Association supportgc1614892-10/+64
6463853 USB IAD should be supported in solaris (updated usb bindings, FWARC 2006/671)
2006-06-146426010 Need ability to direct console to USB serial deviceszhou2-10/+57
2005-11-284108775 The hub driver needs to do power budgeting.sl1471002-1/+14
6340699 NULL pointer reference in usba module causes panic
2005-11-10Contributed by Juergen Keil jk@tools.de.frits1-1/+4
6337131 ehci_detach panics debug kernel with a failed assertion with ALi USB2.0 PCI card
2005-06-14OpenSolaris Launchstevel@tonic-gate15-0/+3637