summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2010-07-29Add some more devices. -mojMats O Jansson
2010-07-29syncMats O Jansson
2010-07-29Add some more displaylink devices. -mojMats O Jansson
2010-07-26Microsoft LifeCam needs the framesize quirk as well.Michael Knudsen
2010-07-26syncMichael Knudsen
2010-07-26Add Microsoft LifeCam.Michael Knudsen
2010-07-26Fix some spacing / comment.Marcus Glocker
2010-07-26Make one more Sonix chipset cam work with 640x480 by a) adding it to theMarcus Glocker
2010-07-26Correct the links between threads, processes, pgrps, and sessions,Philip Guenthe
2010-07-25syncMarcus Glocker
2010-07-25Add another uvideo(4) device which needs theMarcus Glocker
2010-07-23bring back changes in uaudio.c r1.83, this time remembering to commitJacob Meuser
2010-07-23revert last commit, unbreaking the tree; was missing a macro definitionStuart Henderson
2010-07-23support for playback sync endpointsJacob Meuser
2010-07-21add a couple quirks for the E-MU 0202Jacob Meuser
2010-07-21* check that the bytes per frame the device is reporting isn't aJacob Meuser
2010-07-21move use_maxpkt out of struct chan, use a local variable in theJacob Meuser
2010-07-21some bits for USB 2.0 playback support. I'm not 100% sure aboutJacob Meuser
2010-07-21currently we use the endpoint's maximum packet size for recording,Jacob Meuser
2010-07-20support 24-bit encodings. simplify the way supported encodings areJacob Meuser
2010-07-19Lilliput UM-70 uses the newer DL1x5 chipset. -mojMats O Jansson
2010-07-19* don't round blocksize to multiples of 16; can cause problems whenJacob Meuser
2010-07-19add a quirk to allow attaching devices which claim to have a vendorJacob Meuser
2010-07-19syncJacob Meuser
2010-07-19Creative Labs/E-MU 0202 USBJacob Meuser
2010-07-19move audio specific quirks out of usb_quirks and into uaudioJacob Meuser
2010-07-15knock out MetaGeek Wi-Spy 2.4i from attaching to uhid.Stuart Henderson
2010-07-15syncStuart Henderson
2010-07-15add MetaGeek Wi-Spy 2.4iStuart Henderson
2010-07-15* Comment poll support in conf.hMarcus Glocker
2010-07-15add two new members to structs audio_encoding and audio_prinfo.Jacob Meuser
2010-07-14implement poll() for video(4)Jacob Meuser
2010-07-14In urndis_decap(), delay the memcpy() for as long as possible. There isMichael Knudsen
2010-07-14urndis_newbuf() is only called with NULL as it's third argument so justMichael Knudsen
2010-07-08make the buffer big enough to hold a 1500 byte packet. Workaround (mtuChris Kuethe
2010-07-08Move ss and friends to the attic.Kenneth R Westerback
2010-07-03No more ss(4) or usscanner(4). Unused, unloved and unmaintained.Kenneth R Westerback
2010-07-02Move common code for waking up writers on a tty into a function.Nicholas Marriott
2010-07-02syncIgor Sobrado
2010-07-02the IBM Optical Wheel Mouse (89P5088) is a supported USB device.Igor Sobrado
2010-07-02fix a variety of uninit errors. ok and one correction deraadtTed Unangst
2010-07-02m_copyback can fail to allocate memory, but is a void fucntion so gymnasticsBret Lambert
2010-07-01regenJonathan Gray
2010-07-01Add the Intel Rate Matching Hub, which is builtin to 3400/PCH chipsetsJonathan Gray
2010-07-01any TODO containing the item "Use lock manager locks." is provably wrong.Ted Unangst
2010-06-30syncPeter Hessler
2010-06-30add Realtek RTL8171Peter Hessler
2010-06-30regenYojiro Uo
2010-06-30add MOSCHIP MCS7715Yojiro Uo
2010-06-30Instead of failing immediately , check for ENOTTY from the parent (umodem)Nicholas Marriott