summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2001-11-06syncPeter Stromberg
2001-11-06new devicePeter Stromberg
2001-11-02i do not think everybody needs USB_DEBUGMichael Shalayeff
2001-10-31syncNathan Binkert
2001-10-31new deviceNathan Binkert
2001-10-31syncNathan Binkert
2001-10-31Synchronize usb code with NetBSD.Nathan Binkert
2001-10-26syncNathan Binkert
2001-10-26MCT USB-232 interfaceNathan Binkert
2001-10-25ddb entry support using usb (console) keyboard.Dale Rahn
2001-10-25If a usb keyboard is detached, check if the intrpipe is still active.Dale Rahn
2001-10-04Match a IEEE 1284.4 protocol. We do not support this protocol directly,Grigoriy Orlov
2001-10-02make usb work across apm suspends. okay millert@, niklas@, aaron@, deraadt@Niels Provos
2001-10-02regen with uplcom devicesTodd C. Miller
2001-10-02Add support for I/O DATA USB-RSAQ2 serial adapter; ichiro@netbsd.orgTodd C. Miller
2001-09-25Change to umass to not attach immediately if the system is still 'cold'.Dale Rahn
2001-09-20occured->occurredMike Pechkin
2001-09-17Save the result of the configure children, so that the deviceDale Rahn
2001-09-15Add a timer to reinable the OHCI RHSC (Root Hub Status Change)Dale Rahn
2001-09-02regenJakob Schlyter
2001-09-02add Todos Argos Mini Smartcard ReaderJakob Schlyter
2001-08-23Add show_scsipi_xs and show_scsipi_cmd. Closes PR#2008Constantine Sapuntzakis
2001-07-25be carefull about initializing timeoutsMichael Shalayeff
2001-07-15regenMichael Shalayeff
2001-07-15add support for SOHOware NUB100; from Jason Ackley <jason@ackley.net>Michael Shalayeff
2001-07-08Don't set up ifq_maxlen manually for drivers that uses IFQ_MAXLENFederico G. Schwindt
2001-06-27ALTQ'ify network drivers.Kenjiro Cho
2001-06-25ether_input_mbuf() conversion.Federico G. Schwindt
2001-06-24cold is in systm nowMichael Shalayeff
2001-06-15change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.Jun-ichiro itojun Hagino
2001-06-13dmesg cleanupTheo de Raadt
2001-06-12interrupts cannot happen beforeMichael Shalayeff
2001-05-24Angelos' Fuji camera is an 8070i device and it only accepts 12 byte CDBs.Constantine Sapuntzakis
2001-05-03Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three differentAaron Campbell
2001-03-25Missing splx(). Thanks to dawson and team for finding this oneConstantine Sapuntzakis
2001-03-25Missing splx(). Thanks to dawson and team for finding this oneConstantine Sapuntzakis
2001-03-25Avoid dereferencing a null pointerConstantine Sapuntzakis
2001-03-22contify usbdevs a littleMichael Shalayeff
2001-03-07Add some non US encodings. Add option UKBD_LAYOUT. -moj ok @aaronMats O Jansson
2001-03-01Add CTRL-ALT-DEL machine reset support, like PCVT had, enabled by theAaron Campbell
2001-02-24#else if/#elifMichael Shalayeff
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2001-02-20Compile with USCANNER_DEBUG, implied by USB_DEBUG.Hakan Olsson
2001-02-20Forgot $OpenBSD$ tagsNathan Binkert
2001-02-20Add the uftdi driver for the FTDI usb->serial converter.Nathan Binkert
2001-02-11Allow up to 12 virtual terminals (CTRL-ALT-F1 through CTRL-ALT-F12). OnlyAaron Campbell
2001-02-04Permit scrollback (SHIFT+PGUP/PGDN) to be activated from a USB keyboard.Aaron Campbell
2001-02-03oops, sleep(9)Michael Shalayeff
2001-02-03new timeouts; somebody, fold it back to {f,n}bsdMichael Shalayeff
2001-01-30syncTheo de Raadt