Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-24 | sync | Todd T. Fries | |
2003-12-24 | additional camera device; ok deraadt@ | Todd T. Fries | |
2003-12-23 | recognize several more wi@usb devices. | Dale Rahn | |
2003-12-23 | sync | Dale Rahn | |
2003-12-23 | Addional wi@usb devices. ok deraadt@ | Dale Rahn | |
2003-12-23 | init ether address correctly, since our Ether_ifattach macro does not do | Theo de Raadt | |
that job; 3612, rspmn@arcor.de | |||
2003-12-15 | Set devclass to DV_IFNET for all USB network drivers. | Cedric Berger | |
ok deraadt@ nate@ | |||
2003-12-08 | Matrix Orbital MX200 Series | Henning Brauer | |
mostly From: nj@obsd.com | |||
2003-12-08 | sync | Henning Brauer | |
2003-12-08 | Matrix Orbital MX200 Series LCD | Henning Brauer | |
2003-12-05 | consistently treat wi_keylen as le16, fixes wicontrol crash for if_wi | Dale Rahn | |
and if_wi_usb ok millert@ | |||
2003-12-03 | my USB_PRODUCT_SHUTTLE_EUSB needs PQUIRK_NOSENSE; ok henning | Markus Friedl | |
2003-11-27 | add quirk for Datum Networks SSF-7X USB Multi Players | Henning Brauer | |
PR3580; Aldo Cortesi <aldo@nullcube.com> | |||
2003-11-27 | sync | Henning Brauer | |
2003-11-27 | Datum Networks SSF-7X Multi Players | Henning Brauer | |
from PR3580; Aldo Cortesi <aldo@nullcube.com> | |||
2003-11-16 | convert __attribute__((__packed__)) to __packed so that parsers unaware | Anil Madhavapeddy | |
of gcc extensions have more of a chance. ok mcbride@, no objections from millert@, deraadt@ | |||
2003-11-11 | Do not free() stack variables; reported by Mario Lang (mlang at delysid dot org) | Miod Vallat | |
2003-11-09 | Zero the tx buffer before reusing it. This way stray bits will | Dale Rahn | |
not remain set on the text packet sent, seems to improve wi@usb on large transfers. | |||
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-11-07 | more updated URLs from Jared Yanovich; | Jason McIntyre | |
2003-11-07 | updated URLs from Jared Yanovich; | Jason McIntyre | |
however, I did not apply the diff exactly. After hunting around I found URLs for the missing files, and the ../index.html link appears not to work. I replaced it with a more suitable link. | |||
2003-10-26 | Uhm, disable debugging my default, even if it probably is good to | Dale Rahn | |
run with it enabled for now. | |||
2003-10-26 | Driver for PRISM 2.5/3 based (wifi) USB adapters. This is a work in progress, | Dale Rahn | |
it does not yet handle bulk data copies or hostap mode. Only one model currently supported, however driver may support other PRISM based adapters. ok millert@ fgsch@ | |||
2003-10-26 | sync | Dale Rahn | |
2003-10-26 | Add netgear MA111 USB wifi. | Dale Rahn | |
2003-10-04 | sync | Theo de Raadt | |
2003-10-04 | Support for Matrix Orbital USB LCD Modules; cjeker@diehard.n-r-g.com | Theo de Raadt | |
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | Miod Vallat | |
separate tty registering is gone now that sparc has switched to wscons, and this makes the code less error-prone. Also, remove tests for ttymalloc() failure, since it uses M_WAITOK. ok millert@ deraadt@, tested by various people as well besides me... | |||
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller | |
now call the poll backend. With this change we implement greater poll(2) functionality instead of emulating it via the select backend. Adapted from NetBSD and including some changes from FreeBSD. Tested by many, deraadt@ OK | |||
2003-09-19 | Disable USB_USE_SOFTINTR until we have generic support for soft interrupts. | Anil Madhavapeddy | |
Solves a number of hangs on ohci (and possibly uhci) machines. Found by me prodding around, and drahn@ more cluefully ok pvalchev@, nate@ | |||
2003-09-02 | sync | Alexander Yurchenko | |
2003-09-02 | Add Mustek DV2000 video camera; from Lizardo Desilos <lizardo@itvictoria.edu.mx> | Alexander Yurchenko | |
ok nate@ | |||
2003-09-01 | sync | Alexander Yurchenko | |
2003-09-01 | New vendor Micro Star International and its USB Bluetooth adapter | Alexander Yurchenko | |
ok nate@ | |||
2003-08-23 | correct function names; from NetBSD. | Federico G. Schwindt | |
krw@ and tdeval@ ok. | |||
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst | |
argument. old cred only calls user suser_ucred. this will allow future work to more flexibly implement the idea of a root process. looks like something i saw in freebsd, but a little different. use of suser_ucred vs suser in file system code should be looked at again, for the moment semantics remain unchanged. review and input from art@ testing and further review miod@ | |||
2003-08-06 | Fix a memleak on error in usb_block_allocmem(); Patrick Latifi | Todd C. Miller | |
deraadt@ OK | |||
2003-08-06 | The cleanup in ohci_init() is wrong; the statements for label bad2 | Todd C. Miller | |
and label bad3 should be swapped. From Patrick Latifi ok deraadt@ and fgs@ | |||
2003-08-05 | sync with netbsd | joshua stein | |
makes my samsung i500 attach a ucom ok nate@ | |||
2003-07-19 | Ericsson DCU-10 & DCU-11 is a simple USB->Serial device. | Cedric Berger | |
ok+thanks todd@ | |||
2003-07-19 | sync | Cedric Berger | |
2003-07-19 | Ericsson DCU-10 & DCU-11, made by Susteen, Inc. | Cedric Berger | |
ok+thanks todd@ | |||
2003-07-08 | Sync USB code with NetBSD. | Nathan Binkert | |
This includes numerous fixes and paves the way for usb 2.0 support. | |||
2003-07-05 | sync with netbsd | Nathan Binkert | |
2003-07-05 | sync with NetBSD | Nathan Binkert | |
remove unused global. | |||
2003-06-27 | more quirks from netbsd | Nathan Binkert | |
2003-06-27 | kqueue support for various usb devices including: usb, uhid, ugen, | Nathan Binkert | |
and uscanner From NetBSD | |||
2003-05-29 | sync | Nathan Binkert | |
2003-05-29 | another Iomega device | Nathan Binkert | |
2003-05-21 | sync | Nathan Binkert | |