Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-27 | attach AnyDATA E100H to ubsa. | Felix Kronlage | |
from netbsd, ok jsg@ | |||
2007-02-27 | regen | Felix Kronlage | |
2007-02-27 | add AnyDATA vendor id and device id for one of their modems. | Felix Kronlage | |
from netbsd, ok jsg@ | |||
2007-02-26 | Fix typo, allowing this to compile again. Committed over cdcef0 | Chris Kuethe | |
ok millert | |||
2007-02-26 | Make the buffer size more reasonable, drop packets that dont fit in buffer. | Dale Rahn | |
2007-02-24 | Add myself to copyright since I took the skeleton driver and made it complete. | Dale Rahn | |
Work around a transmit hang problem by setting a delay on transmitting back-to-back packets. Count dropped packets as input errors. Abort pipe if a watchdog occurs to clean up state better. | |||
2007-02-23 | Belkin USB to LAN -> Belkin F5D5050 | Jonathan Gray | |
2007-02-23 | regen | Jonathan Gray | |
2007-02-23 | Belkin USB to LAN -> Belkin F5D5050 | Jonathan Gray | |
2007-02-23 | Use FORCE_SHORT_XFER on tx, hardware driver doesn't use it yet, but will. | Dale Rahn | |
2007-02-23 | force usb to send a zero length packet on the end of usb packets | Dale Rahn | |
which happen to be a multple of 64 bytes, to indicate end of packet. | |||
2007-02-21 | let the Globetrotter 3G+ attach to ubsa, from Victor Meghesan through bugs@ | Felix Kronlage | |
2007-02-21 | regen | Felix Kronlage | |
2007-02-21 | usb device id for Globetrotter 3G+ from Victor Meghesan through bugs@ | Felix Kronlage | |
2007-02-19 | do not do a curproc test for interrupt context, because it is plainly wrong. | Theo de Raadt | |
this lets these work on macppc, for instance diagnosed by kettenis, but damien is not around, so ok jsg and others | |||
2007-02-18 | Add support for ShanTou ST268. | Jonathan Gray | |
Tested by Paul de Weerd. | |||
2007-02-18 | regen | Jonathan Gray | |
2007-02-18 | another udav(4) | Jonathan Gray | |
2007-02-17 | Add some additional device ids found in Linux driver. | Jonathan Gray | |
2007-02-17 | regen | Jonathan Gray | |
2007-02-17 | Add some axe(4) device ids found in Linux driver. | Jonathan Gray | |
2007-02-17 | Add some device ids found in Linux driver. | Jonathan Gray | |
2007-02-17 | regen | Jonathan Gray | |
2007-02-17 | Add some uslcom(4) ids found in Linux. | Jonathan Gray | |
2007-02-15 | Reorder endpoints so that endpoint numbers match, remove more debug. | Dale Rahn | |
2007-02-15 | Dont hang completely on watchdog. | Dale Rahn | |
2007-02-15 | It is not valid to have the input endpoint and output endpoint the same. | Dale Rahn | |
2007-02-15 | USB host is not scanning for packets if attached but cdce is not up. | Dale Rahn | |
As an initial workaround for this, do not attempt to send any packets until a packet has been recieved. | |||
2007-02-13 | USB client mode with cdce function driver is coming along, RX and TX kinda work. | Dale Rahn | |
Limitations include failing to recieve packets that are a multiple of 64 bytes and sending packets longer than 128 bytes appears to be messed up. Work in progress. | |||
2007-02-11 | Remove _KERNEL_OPT leftovers. | Miod Vallat | |
2007-02-11 | Don't enable debug spam by default. | Jonathan Gray | |
2007-02-09 | Add a bunch more zyd(4) devices | Jonathan Gray | |
2007-02-09 | regen | Jonathan Gray | |
2007-02-09 | Add a bunch more zyd(4) devices. | Jonathan Gray | |
2007-02-08 | regen. | Marc Balmer | |
2007-02-08 | id Quantique and the Quantis USB device (Quantum Random Number Generator) | Marc Balmer | |
2007-02-08 | commit the correct version of this, which matches recent additions. | Jonathan Gray | |
2007-02-08 | add entry for WLI-U2-SG54HP. forgotten on previous commit. | Jun-ichiro itojun Hagino | |
tnx to: yuo at nui.org | |||
2007-02-08 | Add quite a few more rum(4) devices. | Jonathan Gray | |
Two from Yojiro UO in NetBSD PR 35552 | |||
2007-02-08 | regen | Jonathan Gray | |
2007-02-08 | Add quite a few more rum(4) devices. | Jonathan Gray | |
Two from Yojiro UO in NetBSD PR 35552 | |||
2007-02-07 | Add support for MaxStream XBee ZigBee Development Kit USB interface. | Jonathan Gray | |
From Darrin Chandler | |||
2007-02-07 | regen | Jonathan Gray | |
2007-02-07 | MaxStream XBee ZigBee development kit. | Jonathan Gray | |
From Darrin Chandler. | |||
2007-02-07 | Several improvements to the usb client code. Still not working. | Dale Rahn | |
2007-01-30 | Oops, missed this in the regen commit. | Jonathan Gray | |
Pointed out by pedro@ | |||
2007-01-30 | Add some umsm devices found in Linux driver. | Jonathan Gray | |
"looks good" fkr@ | |||
2007-01-30 | regen | Jonathan Gray | |
2007-01-30 | Add some additional umsm products found in Linux driver. | Jonathan Gray | |
2007-01-22 | iterate over the endpoints looking for appropriate interface descriptors to | David Gwynne | |
use. this makes my adsl modem and ckeuthes cable modem work. idea from freebsd, via a diff from Krystian Baniak |