Age | Commit message (Expand) | Author |
2010-04-07 | - add my shantou DM9601 (UQ_NO_STRINGS). | Jasper Lievisse Adriaanse |
2010-04-07 | Add Velleman K8055 USB experimenter kit (from Jens Teglhus Moller) | Stuart Henderson |
2010-04-07 | sync | Stuart Henderson |
2010-04-07 | Add Velleman K8055 USB experimenter kit (from Jens Teglhus Moller) | Stuart Henderson |
2010-04-07 | Move UQ_BAD_HIDs together and line up columns better. | Stuart Henderson |
2010-04-07 | Move descriptive comments right onto the line with the definition | Stuart Henderson |
2010-04-06 | always enable both 2GHz and 5GHz LNAs regardless of the band | Damien Bergamini |
2010-04-06 | sync again | Alexander Hall |
2010-04-06 | tweak previous | Alexander Hall |
2010-04-06 | add BELKIN F5D8055V2 | Alexander Hall |
2010-04-06 | sync | Alexander Hall |
2010-04-06 | ids for BELKIN F5D8055V2 | Alexander Hall |
2010-04-05 | Remove a useless usbd_get_interface_descriptor. | Jonathan Armani |
2010-04-04 | Fix 5GHz channels TX power settings for RT2860/RT2870 (does not | Damien Bergamini |
2010-04-03 | Add support for Nokia Internet Stick CS-15. | Marco Pfatschbacher |
2010-04-03 | sync | Marco Pfatschbacher |
2010-04-03 | Add Nokia Internet Stick CS-15. | Marco Pfatschbacher |
2010-03-27 | Fix TX power per rate settings. | Damien Bergamini |
2010-03-27 | add mode switch code for Huawei K3765; much help from & ok jsg@ | Otto Moerbeek |
2010-03-27 | sync | Otto Moerbeek |
2010-03-27 | add ids for Huawei K3765; ok jsg@ | Otto Moerbeek |
2010-03-25 | Update to match renamed product id. | Michael Knudsen |
2010-03-25 | sync | Michael Knudsen |
2010-03-25 | Rename product id. It seems to be used for several Android based | Michael Knudsen |
2010-03-23 | Change the scsi_cmd function member of scsi_adapter from int to | Kenneth R Westerback |
2010-03-20 | Allow kernels configurations with bluetooth but no USB to build. | Matthieu Herrb |
2010-03-20 | NEC Aterm WL300NU-G | Damien Bergamini |
2010-03-20 | the NEC Aterm WL300NU-G is an otus(4). | Damien Bergamini |
2010-03-15 | Correct return from attach on error, add splx() and urndis_stop(). | Fabien Romano |
2010-03-14 | Rewrite urndis_match() logic for the HTC Hero to match on vendor and | Michael Knudsen |
2010-03-14 | sync | Michael Knudsen |
2010-03-14 | Add product ID for HTC Hero. | Michael Knudsen |
2010-03-11 | Correct a wrong printf and move a check than should be before the debug. | Jonathan Armani |
2010-03-07 | Garbage collect a softc member that we don't use because we don't do | Michael Knudsen |
2010-03-07 | Update my address, while there update armani's too per his request. | Fabien Romano |
2010-03-07 | Rename RNDIS_DEBUG to match device name. | Fabien Romano |
2010-03-07 | Some cleanup and dead code removal to bring us in line with other | Michael Knudsen |
2010-03-07 | We're only sending one packet at a time, so garbage collect sc_lim_pktcnt | Michael Knudsen |
2010-03-07 | Remove unused DPRINTF() macro. | Michael Knudsen |
2010-03-07 | Garbage collect some struct members that we don't use. | Michael Knudsen |
2010-03-06 | Forgot this one, sorry, reported by maja@. | Jonathan Armani |
2010-03-06 | In cdce_detach(), add usbd_add_drv_event(USB_EVENT_DRIVER_DETACH, ...) | Michael Knudsen |
2010-03-06 | Add a flag to know if the interface successfully attached like | Jonathan Armani |
2010-03-05 | Correct a wrong printf message, from fabien, ok mk@ | Jonathan Armani |
2010-03-05 | Fix spelling in a comment. | Michael Knudsen |
2010-03-04 | Add defines for header and data offset, offsetof() uses from mk@. | Jonathan Armani |
2010-03-04 | utilize the fact that the softc is zero'd to simplify the initialization | Theo de Raadt |
2010-03-03 | Change third parameter for urndis_decap() to be of type u_int32_t. | Michael Knudsen |
2010-03-03 | In urndis_ctrl_recv(), don't copy the received data to a newly allocated | Michael Knudsen |
2010-03-03 | Correctly initialize the command frame in uyurex_write_value_request(); | Miod Vallat |