]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/usb
unfinished sblive driver, playback/mixer only for now - not enabled in
[FreeBSD/FreeBSD.git] / sys / dev / usb /
2000-04-02 jmb if USB support is not compiled into the kernel,
2000-03-30 obrienThis commit was generated by cvs2svn to compensate...
2000-03-29 wpaulRegenerate.
2000-03-29 wpaulAdd vendor/product ID for two more KLSI-based devices...
2000-03-29 gehennaRegen.
2000-03-29 gehennaAdd ID (Keisokugiken Corp. HKS-0200 USBDAQ)
2000-03-29 ruThis commit was generated by cvs2svn to compensate...
2000-03-28 n_hibmaRevert to a static value for the timeout. The timeout...
2000-03-27 obrienThis commit was generated by cvs2svn to compensate...
2000-03-27 obrienThis commit was generated by cvs2svn to compensate...
2000-03-26 krisThis commit was generated by cvs2svn to compensate...
2000-03-26 n_hibmaThe REQUEST SENSE command is 6b not 16b. Use the struct...
2000-03-25 krisThis commit was generated by cvs2svn to compensate...
2000-03-21 wpaulRegenerate usbdevs files.
2000-03-21 wpaulAdd device ID for LinkSys USB10T ethernet adapter ...
2000-03-20 gehennaRegen.
2000-03-20 gehennaAdd 22 vendor IDs.
2000-03-20 gehennaRegen.
2000-03-20 gehennaAdd 80 vendor IDs.
2000-03-19 acheThis commit was generated by cvs2svn to compensate...
2000-03-18 n_hibmaThe completely rewritten USB Mass Storage driver. It...
2000-03-18 n_hibmaGet rid of the last remnants of powerhook abuse.
2000-03-18 wpaulAdd another device/vendor code combination to support...
2000-03-16 n_hibmaPlease welcome the URio driver. Written by
2000-03-15 n_hibmaAdd the TD's to the hash when they are created not...
2000-03-15 n_hibmaAdd an ID for the SiS 5571.
2000-03-15 n_hibmapowerhooks no longer used
2000-03-15 n_hibmaMake the makefile work properly.
2000-03-15 n_hibmaDo not use the powerhooks at all, instead of abusing...
2000-03-15 n_hibmaNever stop the control pipe
2000-03-15 n_hibmaRegen.
2000-03-15 n_hibmaAdd Y-E Data floppy drive.
2000-03-15 n_hibmaUpdate the e-mail address to a valid one.
2000-03-09 gehennaAdd vendor/device ID for Corega FEther USB-TX.
2000-03-09 gehennaRegen.
2000-03-09 gehennaAdd Corega FEther USB-TX.
2000-03-09 obrienThis commit was generated by cvs2svn to compensate...
2000-03-03 robertoThis commit was generated by cvs2svn to compensate...
2000-03-02 n_hibmaFix flushing of the clists before deleting them. Stops...
2000-02-24 markmThis commit was generated by cvs2svn to compensate...
2000-02-24 markmThis commit was generated by cvs2svn to compensate...
2000-02-24 markmThis commit was generated by cvs2svn to compensate...
2000-02-24 markmThis commit was generated by cvs2svn to compensate...
2000-02-20 n_hibmaMove the warning on wrong IRQ values to the right place...
2000-02-10 n_hibmaCorrectly handle the conversion from virtual to physica...
2000-02-09 guidoThis commit was generated by cvs2svn to compensate...
2000-02-07 n_hibmaAdd PCI Id's for i810 chipsets.
2000-02-06 n_hibmaDon't use tsleep when cold booting. It is called before...
2000-02-06 n_hibmaDisable the generation of SMIs (System Management Inter...
2000-02-04 n_hibmaCommit missing bits, forgotten when committing support...
2000-02-02 obrienThis commit was generated by cvs2svn to compensate...
2000-01-31 n_hibmabus_release_resource is spellt like bus_release_resourc...
2000-01-31 ruThis commit was generated by cvs2svn to compensate...
2000-01-30 fennerThis commit was generated by cvs2svn to compensate...
2000-01-30 fennerThis commit was generated by cvs2svn to compensate...
2000-01-29 n_hibmaGet the KASSERT right.
2000-01-29 n_hibmaFix debugging output. The TDs are linked through the...
2000-01-29 n_hibmaRemove a warning from LINT
2000-01-29 n_hibmaUnbreak LINT.
2000-01-29 n_hibmaFirst part of the fix for ohci_hash_find_td panic.
2000-01-29 n_hibmaAdd comments and debugging info.
2000-01-29 n_hibmaThe toggle carry bit is stored in the headp not the...
2000-01-29 n_hibmaMask off the last two bits before comparing. It might...
2000-01-29 n_hibmaTripmine for bad hardware.
2000-01-29 wpaulMinor tweak: the D-Link 10/100 USB ethernet adapter...
2000-01-28 robertoThis commit was generated by cvs2svn to compensate...
2000-01-28 n_hibmaCorrect the list of error messages. It was incomplete.
2000-01-28 n_hibmaRegen.
2000-01-28 n_hibmaCorrect the entry for the Kodak DC290.
2000-01-28 wpaulFix a bug in the uhci driver that breaks large bulk...
2000-01-28 n_hibmaThe values for OHCI_HALTED and OHCI_TOGGLECARRY were...
2000-01-27 n_hibmaMove the defines to the right location.
2000-01-27 n_hibmaAdd umass.c
2000-01-26 peterThis commit was generated by cvs2svn to compensate...
2000-01-26 n_hibmaProperly teardown the allocated and initialised stuff...
2000-01-26 n_hibmaDon't set ivars until we checked the return value from...
2000-01-26 n_hibmaAdd comments
2000-01-25 n_hibmaAdd usbd_clear_endpoint_toggle(pipe) function.
2000-01-25 n_hibmaCorrect subroutine names in DPRINTF
2000-01-24 markmThis commit was generated by cvs2svn to compensate...
2000-01-24 n_hibmaThe previous fix for the USB ugen device set configurat...
2000-01-23 peterFix some warnings.
2000-01-23 peterremove "extern int cold" from SPLUSBCHECK - it causes...
2000-01-23 peterFix a warning in DIAGNOSTIC code.
2000-01-23 n_hibmaCheck whether we can change config at all. If any of...
2000-01-23 n_hibmaZap the vnodes for the control endpoint as well.
2000-01-22 obrienThis commit was generated by cvs2svn to compensate...
2000-01-21 n_hibmaAdd ID for the AMD-756 OHCI controller
2000-01-20 n_hibmaAdd support for DEVICE_SUSPEND, DEVICE_RESUME and DEVIC...
2000-01-20 n_hibmaRemove duplicate include
2000-01-20 n_hibmaProperly remove interrupts if initialisation fails.
2000-01-20 wpaulFix test for deciding when a bulk IN transfer got trunc...
2000-01-20 yokotaDo not include `ukbd.h'; it's not used.
2000-01-20 wpaulRegen.
2000-01-20 wpaulMore USB ethernet tweaks:
2000-01-19 wpaulFix a couple of bugs:
2000-01-18 ruThis commit was generated by cvs2svn to compensate...
2000-01-17 wpaulChange the mechanism by which we detect that the firmwa...
2000-01-17 wpaulThe correct part number for the CATC ASIC is USB-EL1210...
2000-01-17 obrienThis commit was generated by cvs2svn to compensate...
next