summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/usb
AgeCommit message (Collapse)AuthorFilesLines
2010-10-10100 usb_as and usb_ac driver enhancementsAlbert Lee3-7/+7
Reviewed by: garrett@nexenta.com Approved by: garrett@nexenta.com
2010-07-226968282 panic with assertion failed: status & EHCI_QH_STS_HALTEDRaymond Chen1-2/+2
2010-06-306948314 DMA activities from USB host controller throttle some processor's ↵Raymond Chen1-2/+5
package C-state
2010-03-296910840 possible memory leaks in usbsacm driverRaymond Chen1-1/+2
6919665 potential array overflow in usbsacm 6928965 broken links in SUNWcs on ipkg zone 6900875 usbvc driver can panic system
2010-03-12PSARC 2010/041 USB CDC ECM driverRaymond Chen2-2/+292
6922046 Support USB CDC ECM driver
2010-03-02PSARC 2010/067 Interim modernization updatesLiane Praza1-7/+1
6915312 ON should be able to build IPS packages natively 6281004 docbook.dtd is obsolete and unused 6490919 strange file in onnv-gate 6878498 update tools proto ${ROOT} to include ${MACH} and make nightly.sh copy it into parent repository 6888427 SVM packages should drop legacy objects 6893530 Some header files can be opened up 6903324 sharemgr should either use isaexec or not build 64-bit commands 6920651 mktpl will inadvertently reuse stale license files for empty license lists 6920674 svvs kmods should not be built during an open build Portions contributed by Rich Lowe <richlowe@richlowe.net> --HG-- rename : usr/src/cmd/oamuser/user/stdprofile => usr/src/cmd/nsadmin/dot-profile.sh rename : usr/src/cmd/nsadmin/profile => usr/src/cmd/nsadmin/etc-profile.sh rename : usr/src/pkgdefs/common_files/i.manifest => usr/src/cmd/svc/common/i.manifest rename : usr/src/pkgdefs/common_files/r.manifest => usr/src/cmd/svc/common/r.manifest rename : usr/src/lib/brand/native/Makefile => usr/src/lib/brand/ipkg/Makefile rename : usr/src/lib/brand/native/zone/Makefile => usr/src/lib/brand/ipkg/zone/Makefile rename : usr/src/lib/brand/native/zone/SUNWblank.xml => usr/src/lib/brand/ipkg/zone/SUNWblank.xml rename : usr/src/lib/brand/native/zone/SUNWdefault.xml => usr/src/lib/brand/ipkg/zone/SUNWdefault.xml rename : usr/src/lib/brand/native/zone/config.xml => usr/src/lib/brand/ipkg/zone/config.xml rename : usr/src/lib/brand/native/zone/platform.xml => usr/src/lib/brand/ipkg/zone/platform.xml rename : usr/src/lib/brand/native/Makefile => usr/src/lib/brand/labeled/Makefile rename : usr/src/lib/brand/native/zone/Makefile => usr/src/lib/brand/labeled/zone/Makefile rename : usr/src/lib/brand/native/zone/config.xml => usr/src/lib/brand/labeled/zone/config.xml rename : usr/src/lib/brand/native/zone/platform.xml => usr/src/lib/brand/labeled/zone/platform.xml rename : usr/src/lib/brand/native/zone/common.ksh => usr/src/lib/brand/shared/common.ksh rename : usr/src/lib/brand/native/zone/query.ksh => usr/src/lib/brand/shared/query.ksh rename : usr/src/lib/brand/native/zone/uninstall.ksh => usr/src/lib/brand/shared/uninstall.ksh rename : usr/src/pkgdefs/common_files/i.rbac => usr/src/lib/libsecdb/common/i.rbac rename : usr/src/pkgdefs/common_files/r.rbac => usr/src/lib/libsecdb/common/r.rbac rename : usr/src/pkgdefs/license_files/cr_ATT => usr/src/pkg/license_files/cr_ATT rename : usr/src/pkgdefs/SUNWfipe/cr_Intel => usr/src/pkg/license_files/cr_Intel.SUNWfipe rename : usr/src/pkgdefs/SUNWintgige/cr_Intel => usr/src/pkg/license_files/cr_Intel.SUNWintgige rename : usr/src/pkgdefs/license_files/cr_Sun => usr/src/pkg/license_files/cr_Sun rename : usr/src/pkgdefs/SUNWgrub/grubcredits => usr/src/pkg/license_files/grubcredits rename : usr/src/pkgdefs/SUNWcsl/lic_AMD => usr/src/pkg/license_files/lic_AMD rename : usr/src/pkgdefs/license_files/lic_CDDL => usr/src/pkg/license_files/lic_CDDL rename : usr/src/pkgdefs/SUNWemlxs/lic_Emulex => usr/src/pkg/license_files/lic_Emulex rename : usr/src/pkgdefs/license_files/lic_GPLv2 => usr/src/pkg/license_files/lic_GPLv2 rename : usr/src/pkgdefs/CPQary3/lic_HP => usr/src/pkg/license_files/lic_HP rename : usr/src/tools/opensolaris/BINARYLICENSE.txt => usr/src/pkg/license_files/lic_OSBL rename : usr/src/pkgdefs/license_files/lic_OSBL_preamble => usr/src/pkg/license_files/lic_OSBL_preamble rename : usr/src/pkgdefs/SUNWqlc/lic_Qlogic => usr/src/pkg/license_files/lic_Qlogic rename : usr/src/pkgdefs/SUNWhwdata/LICENSE => usr/src/pkg/license_files/lic_SUNWhwdata rename : usr/src/pkgdefs/SUNWroute/copyright.in => usr/src/pkg/license_files/lic_SUNWroute rename : usr/src/pkgdefs/SUNWgss/gss_license => usr/src/pkg/license_files/lic_gss rename : usr/src/pkgdefs/license_files/license_in_headers => usr/src/pkg/license_files/license_in_headers rename : usr/src/uts/intel/os/solaris.xpm.gz => usr/src/uts/intel/os/solaris.xpm
2010-02-286924018 usb audio output races with close, panics on read from freed bufferLin Guo - Sun Microsystems1-1/+4
2010-01-14PSARC/2009/621 usbwcm: Wacom USB Tablet STREAMS modulePengcheng Chen - Sun Microsystems - Beijing China1-0/+465
6901884 usbwcm: Wacom USB Tablet STREAMS module
2010-01-056885249 USB disks hang with IO pending when thunderbird is started along sideVincent Wang1-2/+5
2009-09-296881590 some USB drives return bogus page 83 dataguoqing zhu - Sun Microsystems - Beijing China1-0/+4
2009-08-286842045 usb audio driver should be updated to OSS frameworkBinzi Cao - Sun Microsystems - Beijing China4-24/+155
6855250 "audioplay" may cause system hang when play audio files to USB headset on snv_117 6852046 MPlayer have problems playing on Sun OSS implementation using OSS driver 6854227 considerable usb audio distortion on build 116 6837267 warlock is not clean for usb audio
2009-08-15PSARC 2009/422 VirtualBox USB Device CaptureStrony Zhang - Solaris China Team2-0/+68
6849326 USB filtered capture in Virtual Box is not supported on Solaris
2009-07-22PSARC/2009/329 HIDIOCKM[GS]DIRECT ioctls for the USB HID driverrui zang - Sun Microsystems - Beijing China2-24/+28
6847025 Console loses input when switched back from Xorg
2009-07-136851840 usbftdi/tcdrain(3c) sleeps for 500ms and doesn't check for tx completeTim Marsland2-4/+9
6850067 SUNWuftdi has a duplicate copy of i.preserve
2009-07-096840063 usbsacm stops sending data out when pushed hardRaymond Chen1-1/+6
2009-07-076836590 ehci driver fails to poll for reset completion, causing failures on ↵pengcheng chen - Sun Microsystems - Beijing China1-2/+4
high speed devices
2009-07-026834482 Solaris installation fails to install from live USB-- hangs on AA1guoqing zhu - Sun Microsystems - Beijing China1-0/+2
2009-06-056839931 Run usb video test case cause system panicRaymond Chen3-2/+42
6840438 wusb related warlock warnings
2009-05-276803713 usb device failure while doing multiple rebootsBinzi Cao - Sun Microsystems - Beijing China1-1/+7
2009-05-206839463 usb audio device out of use with hid_open failurepengcheng chen - Sun Microsystems - Beijing China1-3/+0
6833779 Warlock warnings in hubdi, ohci, and hid
2009-05-116772044 Support for USB keyboard report protocolpengcheng chen - Sun Microsystems - Beijing China1-1/+11
2009-04-27PSARC 2008/318 Boomer: Next Generation Solaris AudioGarrett D'Amore3-50/+23
6824027 Deliver Boomer (PSARC 2008/318) audio system 6216252 mixerctl needs CLI options to set the play,record gain and the balance 6824524 inadequate locking in usb_as isoc pipe handling causes audio corruption 6819627 Add support for Ensoniq ES1371 (for VMware) 6803095 HP Mini 1000 After probing devices at install constant white noise 6775793 Audio distortion when adjusting volume via Gnome Volume Applet 6763299 VT8233/A/8235/8237 AC97 Audio Controller vendor 0x1106 device 0x3059 6819634 need driver for SiS AC'97 audio 6486306 Audio driver should allow for plugs configuration 6363625 default sampling rate should be set to 8k in mixer mode 6754251 audioixp has no quiesce() 6828944 devfsadm support for ISDN links can be removed 6759385 audiovia823x has no quiesce() 6754454 audio810 has no quiesce() 6819142 VirtualBox - No Audio 6389136 audio mixer could do device cleanup 6717717 audiohd does not attach to "pciclass,0403", but "pciexclass,0403" 6495365 Attach of "Creative Technology Ltd SB Audigy 2 NX" panics 6193343 Audio Mixer Sample Rate Conversion, Audio Support Module leak kernel memory --HG-- rename : usr/src/pkgdefs/SUNWad810/postinstall => usr/src/pkgdefs/SUNWad810/postinstall.tmpl rename : usr/src/pkgdefs/SUNWad810/preremove => usr/src/pkgdefs/SUNWad810/preremove.tmpl rename : usr/src/pkgdefs/SUNWadixp/postinstall => usr/src/pkgdefs/SUNWadixp/postinstall.tmpl rename : usr/src/pkgdefs/SUNWadixp/preremove => usr/src/pkgdefs/SUNWadixp/preremove.tmpl rename : usr/src/pkgdefs/SUNWaudd/postinstall => usr/src/pkgdefs/SUNWaudd/postinstall.tmpl rename : usr/src/pkgdefs/SUNWaudd/preremove => usr/src/pkgdefs/SUNWaudd/preremove.tmpl rename : usr/src/uts/sun/io/audio/sada/drv/audio1575/audio1575.c => usr/src/uts/common/io/audio/drv/audio1575/audio1575.c rename : usr/src/uts/sun/io/audio/sada/drv/audio1575/audio1575.conf => usr/src/uts/common/io/audio/drv/audio1575/audio1575.conf rename : usr/src/uts/sun/sys/audio/audio1575.h => usr/src/uts/common/io/audio/drv/audio1575/audio1575.h rename : usr/src/uts/common/io/audio/sada/drv/audio810/audio810.c => usr/src/uts/common/io/audio/drv/audio810/audio810.c rename : usr/src/uts/common/io/audio/sada/drv/audio810/audio810.conf => usr/src/uts/common/io/audio/drv/audio810/audio810.conf rename : usr/src/uts/common/sys/audio/audio810.h => usr/src/uts/common/io/audio/drv/audio810/audio810.h rename : usr/src/uts/common/io/audio/sada/drv/audiohd/audiohd.c => usr/src/uts/common/io/audio/drv/audiohd/audiohd.c rename : usr/src/uts/common/io/audio/sada/drv/audiohd/audiohd.conf => usr/src/uts/common/io/audio/drv/audiohd/audiohd.conf rename : usr/src/uts/common/sys/audio/audiohd.h => usr/src/uts/common/io/audio/drv/audiohd/audiohd.h rename : usr/src/uts/common/io/audio/sada/drv/audioixp/audioixp.c => usr/src/uts/common/io/audio/drv/audioixp/audioixp.c rename : usr/src/uts/common/io/audio/sada/drv/audioixp/audioixp.conf => usr/src/uts/common/io/audio/drv/audioixp/audioixp.conf rename : usr/src/uts/common/sys/audio/audioixp.h => usr/src/uts/common/io/audio/drv/audioixp/audioixp.h rename : usr/src/uts/common/io/audio/sada/drv/audiots/audiots.c => usr/src/uts/common/io/audio/drv/audiots/audiots.c rename : usr/src/uts/common/io/audio/sada/drv/audiots/audiots.conf => usr/src/uts/common/io/audio/drv/audiots/audiots.conf rename : usr/src/uts/common/sys/audio/audiots.h => usr/src/uts/common/io/audio/drv/audiots/audiots.h rename : usr/src/uts/sun/io/audio/sada/drv/audiocs/audio_4231.c => usr/src/uts/sun/io/audio/drv/audiocs/audio_4231.c rename : usr/src/uts/sun/sys/audio/audio_4231.h => usr/src/uts/sun/io/audio/drv/audiocs/audio_4231.h rename : usr/src/uts/sun/io/audio/sada/drv/audiocs/audio_4231_apcdma.c => usr/src/uts/sun/io/audio/drv/audiocs/audio_4231_apcdma.c rename : usr/src/uts/sun/io/audio/sada/drv/audiocs/audio_4231_eb2dma.c => usr/src/uts/sun/io/audio/drv/audiocs/audio_4231_eb2dma.c rename : usr/src/uts/sun/io/audio/sada/drv/audiocs/audiocs.conf => usr/src/uts/sun/io/audio/drv/audiocs/audiocs.conf
2009-04-236788256 regression: Stop-A or L1-A does not break into OK prompt using Xorg ↵pengcheng chen - Sun Microsystems - Beijing China1-13/+26
1.5 packages
2009-04-23PSARC 2007/425 Wireless USB supportRaymond Chen16-10/+2508
6422602 Wireless USB support under Solaris
2009-04-126763764 Support for FTDI USB Serial adaptersTim Marsland2-0/+574
6798921 usbser mishandles some ioctls 4696628 USB serial needs properties to ignore CD 6821751 Add support for 921600 baud
2009-03-316662693 req Microsoft Wireless keyboard mouse supportStrony Zhang - Solaris China Team3-5/+25
2009-03-196817700 EHCI/OHCI need support polled I/O for usbserial consolezhigang lu - Sun Microsystems - Beijing China4-6/+43
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 China3-3/+13
2009-01-146759202 ata: S3 suspend to ram hangs in pci_save_config_regs()Seth Goldberg1-2/+2
6759210 uhci: suspend to ram on Toshiba Tecra S1 hangs in uhci_cpr_suspend() 6759217 uppc: state of legacy pic must be saved / restored to support suspend to ram 6761267 pci interrupt routing entries not restored after wakeup from S3 sleep 6759220 ipw2100: needs DDI_SUSPEND / DDI_RESUME support, for suspend to ram 6761274 acpi-crs property not freed after wakeup from s3 suspend to ram 6766845 Tecra S1: ata0 "timeout: abort request" errors for PATA HDD after S3 resume Contributed by Juergen Keil <jk@tools.de>.
2008-11-116767150 USB flash disk from Transcend is not usableguoqing zhu - Sun Microsystems - Beijing China1-0/+3
2008-10-146748123 The ekiga application when displaying images from your camera hangs ↵Raymond Chen1-0/+8
upon resume
2008-10-156709634 USB input devices on Ultra 45 stop responding after certain time of ↵zhigang lu - Sun Microsystems - Beijing China1-0/+1
inactivity
2008-09-246742310 Certain EHCI chips has potential dma address issuesbinzi cao - Sun Microsystems - Beijing China1-0/+1
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 China77-249/+138
2008-08-046654713 panic: free page is not. pp , unix:page_get_mnode_freelist+301bc2245721-0/+2
2008-07-30PSARC/2008/468 usbvc(7D) Interface Additionlc1522432-11/+17
6655739 Gstreamer v4l2 plugin needs several new ioctls to work on Solaris 6730314 YUYV format doesn't work in usbvc driver
2008-07-306624786 Shows 'device was busy' message after ejecting and unplugginglg1501421-0/+3
6716589 Can not do fdisk on Aigo Miniking L8202 (8GB) USB flash disk
2008-07-206723639 ehci_handle_root_hub_status_change() causes more than 11% of CPU ↵zl2270522-2/+3
wakeups from idle state 6723643 uhci_handle_root_hub_status_change() causes more than 25% of CPU wakeups from idle state
2008-07-186724581 apple macbook pro: internal usb keyboard doesn't worksethg1-6/+6
Contributed by Juergen Keil <jk@tools.de>
2008-04-136681221 Solaris hangs during early boot when EHCI-2 is enabled from BIOSsl1471001-2/+2
2008-01-076634608 Super Top USB disk enclosure caused panic on nevadasl1471001-1/+4
6635751 ehci: data buffer error should not be considered transaction error
2008-01-056359387 uhci doesn't support suspendqz1500455-50/+58
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)lc1522432-8/+61
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 resetlg1501423-6/+87
4904724 client drivers should be able to request a port reset
2007-08-09backout 4904724: RTI not approveddm1207693-87/+6
2007-08-09PSARC 2007/406 USB device resetlg1501423-6/+87
4904724 client drivers should be able to request a port reset
2007-08-084629125 usb /etc/usb/config_map.conf.old file not removed after OS upgradefb2093751-0/+6
5104777 patriot usb 1.1 hard disk got unusable on s10_67 6477568 A USB disk device that has an error on it is not handled well 6567635 USB scsa2usb mem size not reported messages
2007-04-096525848 ELECOM UC-SGT and IO DATA USB-RSAQ3 should be supported.lg1501421-1/+2
6534667 REG: acomp failed for usb_ac.c in Solaris ON (s11_60) debug build in mars b43.0 on sparc