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