Age | Commit message (Expand) | Author |
2015-07-16 | add USB3.0 related code | Yojiro Uo |
2015-07-16 | ignore 4 byte trailing padding of each recv packet, when copying to upper | Yojiro Uo |
2015-07-16 | fix recv packet header definiton | Yojiro Uo |
2015-07-15 | Fix urtw(4) error code paths to not panic the kernel. Makes the driver work | Stefan Sperling |
2015-07-15 | Use mallocarray() and unsigned integers. | Miod Vallat |
2015-07-15 | Match another Netgear WG111T. This one shares the Non-Firmware ID of a | Martin Pieuchot |
2015-07-15 | regen | Martin Pieuchot |
2015-07-15 | Another ID for the Netgear WG111T. | Martin Pieuchot |
2015-07-15 | Fix two bugs in the variable keys handling: | Miod Vallat |
2015-07-15 | add support for newer PCsensor TEMPerHUM thermo- and hygrometers: | Joerg Jung |
2015-07-15 | Fix a crash caused by uath(4) if device init fails. | Stefan Sperling |
2015-07-12 | Do not trust the hardware when it says that the number of remaining | Martin Pieuchot |
2015-07-10 | usbd_{endpoint,interface}_count() are no longer used and die. | Martin Pieuchot |
2015-07-10 | Do not use usbd_endpoint_count() and usbd_interface_count(), theses | Martin Pieuchot |
2015-07-09 | Revert previous, doesn't fix anything. I managed to reproduce | Stefan Sperling |
2015-07-09 | Move the softc definition to uvideo.c so that userland can include | Martin Pieuchot |
2015-07-09 | Allow more time for USB athn(4) firmware boot. It seems people on daemonforums | Stefan Sperling |
2015-07-09 | Do not use usbd_endpoint_count(), this function is almost unused and | Martin Pieuchot |
2015-07-09 | Name unamed structures, from Ludovic Coues with some tweaks. | Martin Pieuchot |
2015-07-05 | regen | Joerg Jung |
2015-07-05 | add id for TEMPerHUM sensor | Joerg Jung |
2015-06-30 | Rename if_output() into if_enqueue() to avoid confusion with comments | Martin Pieuchot |
2015-06-29 | Clear root hub's "port link state". | Martin Pieuchot |
2015-06-29 | Move the logic to handle a "connect status change" from uhub_explore() | Martin Pieuchot |
2015-06-29 | Add missing definition of "usb_interface_assoc_descriptor" needed to for | Martin Pieuchot |
2015-06-28 | Convert list_head lists into TAILQs and LISTs and fix up header includes | Jonathan Matthew |
2015-06-26 | Revert previous. uvideo checks the transfered length of every frame and | Martin Pieuchot |
2015-06-24 | Allow uvideo_mmap_queue() to fail gracefully when the mmap queue is full; | Miod Vallat |
2015-06-24 | Quirk needed for SuperTop IDE bridge from frantisek holop. | Martin Pieuchot |
2015-06-24 | regen | Martin Pieuchot |
2015-06-24 | SuperTop IDE bridge from frantisek holop. | Martin Pieuchot |
2015-06-24 | Increment if_ipackets in if_input(). | Martin Pieuchot |
2015-06-22 | Do not update frame lengths to reflect what has really been transfered | Martin Pieuchot |
2015-06-22 | Make xhci(4)'s root hub report the same status bits as physical USB3 hubs. | Martin Pieuchot |
2015-06-20 | Only match devices with a valid configuration. | Martin Pieuchot |
2015-06-19 | Only match devices with a valid configuration. | uaa |
2015-06-18 | CP2110 is handled by uslhcom not uslcom | Jonathan Gray |
2015-06-18 | Only match devices with a valid configuration. | Martin Pieuchot |
2015-06-18 | Only match devices with a valid configuration. | Martin Pieuchot |
2015-06-18 | Only match devices with a valid configuration. | Martin Pieuchot |
2015-06-17 | when no fingers are down, send 0 for z | Joshua Stein |
2015-06-17 | fix compilation with UBCMTP_DEBUG | Joshua Stein |
2015-06-17 | Four new sensors, from David Higgs. | Martin Pieuchot |
2015-06-16 | Add a uslcom id for the Netgear M7100 console from Andrew Daugherity. | Jonathan Gray |
2015-06-16 | regen | Jonathan Gray |
2015-06-16 | Add a uslcom id for the Netgear M7100 console from Andrew Daugherity. | Jonathan Gray |
2015-06-15 | Bring back r1.78 and r1.79, now that ajactouto@'s regression has | Martin Pieuchot |
2015-06-15 | Set the length of isochronous transfers as the sum of the frames lengths. | Martin Pieuchot |
2015-06-12 | Only match devices with a valid configuration. | Martin Pieuchot |
2015-06-10 | Typos: equalivant, fucntion, libary. | Miod Vallat |