Age | Commit message (Expand) | Author |
2009-11-21 | in the detach function remove our usb task before calling any other | Theo de Raadt |
2009-11-21 | Do the operations in atu_detach in the right order, as done in | Theo de Raadt |
2009-11-18 | - regen | Jasper Lievisse Adriaanse |
2009-11-18 | - add startech.com and the product id for their ICUSB2321X/2X/4X devices, | Jasper Lievisse Adriaanse |
2009-11-17 | regen | Damien Bergamini |
2009-11-17 | another shitload of run(4) usb ids | Damien Bergamini |
2009-11-17 | regen | Damien Bergamini |
2009-11-17 | the D-Link DWA-160 rev A2 is an otus(4) too. | Damien Bergamini |
2009-11-13 | do not need to pad up the uhub allocation anymore, from miod | Theo de Raadt |
2009-11-12 | Avoid using the trick of malloc'ing more than a struct to grow the array | Theo de Raadt |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-11-04 | Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it. | Mark Kettenis |
2009-11-03 | setting of WEP keys is defered until interface is brought up, | Damien Bergamini |
2009-11-03 | don't take playback blocksize constraints into account when rounding | Jacob Meuser |
2009-11-03 | don't claim to support full-duplex if the device doesn't support both | Jacob Meuser |
2009-11-03 | provide a get_default_params method. tries aucat(1) defaults first | Jacob Meuser |
2009-11-03 | rewrite supported audio parameter matching code | Jacob Meuser |
2009-10-31 | Use suser when possible. Suggested by miod@. | Federico G. Schwindt |
2009-10-31 | Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE() | Theo de Raadt |
2009-10-26 | better test for if the parent is ohci; ok mglocker | Theo de Raadt |
2009-10-22 | add Option GT HSUPA 380E, as found in the Acer AspireOne AOA150-BG model. | Stuart Henderson |
2009-10-22 | regen | Stuart Henderson |
2009-10-22 | add Option GT HSUPA 380E, as found in the Acer AspireOne AOA150-BG model. ok ... | Stuart Henderson |
2009-10-17 | remove bogus quirk. these devices do not lie about their type, but | Jacob Meuser |
2009-10-15 | If the bSynchAddress of the AudioStreaming isochronous audio data | Jacob Meuser |
2009-10-13 | Pass audio keys to the audio layer even when the keyboard is in raw mode, | Miod Vallat |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-10-12 | TCT Mobile modem, rebadged as Alcatel One Touch X060/X200. | Jonathan Gray |
2009-10-12 | regen | Jonathan Gray |
2009-10-12 | TCT Mobile modem, rebadged as Alcatel One Touch X060/X200. | Jonathan Gray |
2009-10-11 | Minor cleanup run, no functional changes; | Marcus Glocker |
2009-10-10 | Let udl select the maximum resolution supported by the udl device and the | Mats O Jansson |
2009-09-27 | If no xfer buffer is free for the UDLIO_DAMAGE ioctl, sleep in the kernel | Marcus Glocker |
2009-09-26 | Fix artefacts in compression mode especially seen when running X. | Marcus Glocker |
2009-09-23 | Disable SPLUSBCHECK for now, as these turn out to be harmful on sparc64. | Miod Vallat |
2009-09-21 | Document a private ioctl range for wscons drivers (from Miod). Therefore | Marcus Glocker |
2009-09-20 | sync | Theo de Raadt |
2009-09-20 | Support the AX88772A model (found while shopping today); tested by mtu | Theo de Raadt |
2009-09-20 | Remove XXX content about missing screen repaint when switching to EMUL | Marcus Glocker |
2009-09-20 | For now just clear the screen when switching to emulation mode (need to | Marcus Glocker |
2009-09-20 | Add WSDISPLAYIO_SMODE, WSDISPLAYIO_SVIDEO, WSDISPLAYIO_GVIDEO ioctl. To | Marcus Glocker |
2009-09-19 | Rename another function; udl_cmd_set_xfer -> udl_cmd_set_xfer_type is | Marcus Glocker |
2009-09-19 | Rename two functions; udl_cmd_get_offset -> udl_cmd_save_offset, and | Marcus Glocker |
2009-09-19 | Re-sort function pointer assignments. No functional changes. | Marcus Glocker |
2009-09-19 | If UDLIO_DAMAGE fails to queue the damage drawing request, undo the | Marcus Glocker |
2009-09-19 | Add bits for X11 support over the wsdisplay framework (fully Huffman | Marcus Glocker |
2009-09-16 | fix ENETRESET handling in run_ioctl() and run_media_change(). | Damien Bergamini |
2009-09-15 | TP-LINK TL-WN821N | Damien Bergamini |
2009-09-15 | usb id for TP-LINK TL-WN821N (otus(4)). | Damien Bergamini |
2009-09-13 | Remove (last) obsolete panic() case. | Marcus Glocker |