Age | Commit message (Expand) | Author |
2010-09-23 | rename uyurex(4) to utwitch(4) | Yojiro Uo |
2010-09-23 | returning here can cause the usb task thread to go to sleep forever, | Jacob Meuser |
2010-09-23 | add two members to struct usb_task | Jacob Meuser |
2010-09-23 | add a 'dying' flag to struct usbd_bus. use this to signify the bus | Jacob Meuser |
2010-09-23 | instead of waiting the full power-up-to-power-steady time for root | Jacob Meuser |
2010-09-23 | instead of running usb_explore() from individual kthreads for each | Jacob Meuser |
2010-09-23 | rename usb_discover to usb_explore for consistency. | Jacob Meuser |
2010-09-22 | as dying flag didn't set in aue_detach(), set it. | Yojiro Uo |
2010-09-21 | The size of sc_status[] (the buffer for USB hub's interrupt pipe) will be | sasano |
2010-09-21 | Better PHY probing adapted from FreeBSD by Laurent Ghigonis | Jonathan Gray |
2010-09-21 | umass is set up to only handle one command on the bus at any point | David Gwynne |
2010-09-20 | If during resume we get an interrupt, sure, be a bit noisy about it | Theo de Raadt |
2010-09-20 | Fix unitialised variable access in the suspend/resume case | Jonathan Gray |
2010-09-15 | - prevent about then dots from being emitted by my rum(4) upon attach. | Jasper Lievisse Adriaanse |
2010-09-12 | anonymous unions aren't standard C and don't work with gcc2. name the | Jacob Meuser |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-09-06 | All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME} | Theo de Raadt |
2010-08-31 | Add DVACT_QUIECE support. This is called before splhigh() and before | Theo de Raadt |
2010-08-31 | sort DVACT_ actions in order of use | Theo de Raadt |
2010-08-31 | annotate that this driver needs sc_dying code | Theo de Raadt |
2010-08-31 | sort DVACT_ actions according to the order likely to be used | Theo de Raadt |
2010-08-31 | In xxactivate() DVACT_DEACTIVATE, when calling a series of config_deactivate() | Theo de Raadt |
2010-08-31 | activate functions should not return EOPNOTSUPP | Theo de Raadt |
2010-08-31 | uhci is apparently is unaware that it could be on a shared interrupt | Theo de Raadt |
2010-08-30 | Change powerhooks into activate functions, and provide stub powerhook | Theo de Raadt |
2010-08-29 | regen | Miod Vallat |
2010-08-29 | Translation code for Fn-key sequences on the Gdium Liberty internal keyboard, | Miod Vallat |
2010-08-28 | regen | Miod Vallat |
2010-08-27 | remove the unused if_init callback in struct ifnet | Jonathan Gray |
2010-08-27 | Delete comments about these drivers needing powerhook support; they don't. | Theo de Raadt |
2010-08-27 | kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumber | Theo de Raadt |
2010-08-21 | Match the Huawei E1820, from David Zeillinger. | Jonathan Gray |
2010-08-21 | regen | Jonathan Gray |
2010-08-21 | Huawei E1820, from David Zeillinger. | Jonathan Gray |
2010-08-21 | - add a quirk for the apple clear orb usb speakers | Jasper Lievisse Adriaanse |
2010-08-20 | regen | Damien Bergamini |
2010-08-20 | The Hercules HWNUP-150 is a urtwn (Realtek RTL8192SU). | Damien Bergamini |
2010-08-18 | * indentation fix | Jacob Meuser |
2010-08-18 | * the detach and drain functions do the same waiting for channels to | Jacob Meuser |
2010-08-17 | regen | Jasper Lievisse Adriaanse |
2010-08-17 | - TI doesn't mean Texas Intel | Jasper Lievisse Adriaanse |
2010-08-07 | No "\n" needed at the end of panic() strings. | Kenneth R Westerback |
2010-08-02 | Handle USB_GET_REPORT, USB_GET_REPORT_DESC, USB_GET_REPORT_ID and | Miod Vallat |
2010-08-02 | Quirk for USB_PRODUCT_MICROSOFT_WLINTELLIMOUSE turns out not to be | Miod Vallat |
2010-08-01 | Be more generous when parsing the report descriptor: | Miod Vallat |
2010-07-31 | regen | Miod Vallat |
2010-07-31 | Support extra F-keys (up to F24) on HID keyboards. | Miod Vallat |
2010-07-31 | Factorization of the bluetooth and usb hid input driver logic, to reduce code | Miod Vallat |
2010-07-31 | The code referencing urndis_watchdog() is #if 0'd out, but the actual | Michael Knudsen |
2010-07-31 | Break some really long lines. | Michael Knudsen |