Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-14 | Remove the duplicate Billionton id. | Brad Smith | |
2008-05-14 | regen | Brad Smith | |
2008-05-14 | Remove the duplicate Billionton product id named SnapPort which is | Brad Smith | |
the same as the USB2AR product id and was placed separately further down. | |||
2008-05-14 | regen | Brad Smith | |
2008-05-14 | Add the CONWISE Technology vendor id and the CW6622 product id. | Brad Smith | |
From Jason George | |||
2008-05-12 | If we find an E220 device in umass mode send the magic command | Jonathan Gray | |
to enable the serial portions of the device. From Yojiro UO <yuo@iijlab.net>, tested by bernd@ | |||
2008-05-11 | Add the Buffalo (MELCO) LUA-U2-GT id. | Brad Smith | |
ok jsg@ | |||
2008-05-11 | regen | Brad Smith | |
2008-05-11 | Add the USB id for the Melco (Buffalo) LUA-U2-GT Ethernet adapter. | Brad Smith | |
From the Linux ASIX driver | |||
2008-05-09 | Add support for NTT DoCoMo A2502. | Jonathan Gray | |
From/tested by Yojiro UO <yuo@iijlab.net> | |||
2008-05-09 | regen | Jonathan Gray | |
2008-05-09 | NTT DoCoMo A2502. | Jonathan Gray | |
From Yojiro UO <yuo@iijlab.net> | |||
2008-05-09 | Increase buffer size to 4k and make use of interrupt endpoint | Jonathan Gray | |
to increase responsiveness. From Yojiro UO <yuo@iijlab.net> | |||
2008-05-08 | regen | Miod Vallat | |
2008-05-08 | Add support for yet another exotic Microsoft Mouse, this time the | Miod Vallat | |
``Microsoft Notebook Optical Mouse 3000 Model 1049''. From FreeBSD. | |||
2008-05-08 | Add support for Microsoft Wireless Intellimouse, from FreeBSD. Not only does | Miod Vallat | |
this device bends the uhid specs backwards, it is also completely unusable for left-handed people due to its shape. Tested on actual hardware thanks to a donation from Maxim Belooussov. | |||
2008-05-06 | Add support for the Apple USB Ethernet adapter. | Marco Pfatschbacher | |
Work around the "latch in at the first working PHY address hack", that fails for this adapter because it returns 0xffff when reading from lower PHY addresses. Also add more debugging printfs. Testing and OK jsg@ | |||
2008-05-06 | sync | Marco Pfatschbacher | |
2008-05-06 | Add Apple USB Ethernet. | Marco Pfatschbacher | |
2008-05-06 | sync | Theo de Raadt | |
2008-05-06 | someone making usb keyboards.. for oems.. owned by vladas.urbonas | Theo de Raadt | |
2008-05-06 | sync | Theo de Raadt | |
2008-05-06 | another omron usb that must be ugen; vladas.urbonas@gmail | Theo de Raadt | |
2008-05-05 | Make umsm only claim a single interface so it doesn't match | Jonathan Gray | |
on umass interfaces, and add Huawei E220. From rivo nurges <rix@estpak.ee>. And add another device while here. | |||
2008-05-05 | regen | Jonathan Gray | |
2008-05-05 | Another msm. | Jonathan Gray | |
Reported on misc@ by Denis Doroshenko <denis.doroshenko@gmail.com> | |||
2008-04-25 | Another HSDPA MSM. | Jonathan Gray | |
From/tested by giovanni <qgiovanni@gmail.com>. No man page addition as it is unclear who makes it. | |||
2008-04-25 | regen | Jonathan Gray | |
2008-04-25 | Another HSDPA MSM. | Jonathan Gray | |
From giovanni <qgiovanni@gmail.com> | |||
2008-04-21 | allow low level audio drivers to specify a default sample format, | Jacob Meuser | |
instead of 8-bit mono mulaw @ 8kHz. this is just the infrastructure; no drivers are specifying a default yet. ok ratchov@, deanna@ | |||
2008-04-20 | Parse VS_INPUT_HEADER descriptor. | Marcus Glocker | |
2008-04-19 | Sort functions and remove obsolete bits. | Marcus Glocker | |
2008-04-18 | Add VS_INPUT_HEADER descriptor. | Marcus Glocker | |
2008-04-18 | Add a function which can identify an USB descriptor explicitly by it's | Marcus Glocker | |
size, since the UVC spec uses different USB descriptors with the same bDescriptorSubtype ID. | |||
2008-04-17 | attach FTDI 2232L | Felix Kronlage | |
2008-04-17 | Add missing monitor mode capabilities flag. | Brad Smith | |
ok damien@ | |||
2008-04-16 | Tune isoc maximal transfer size to a better value. Makes all available | Marcus Glocker | |
resolutions on my cam work. | |||
2008-04-16 | Kernel implementation of the 4-way handshake and group-key | Damien Bergamini | |
handshake protocols (both supplicant and authenticator state machines) as defined in the IEEE 802.11i standard. Software implementation of the TKIP (Temporal Key Integrity Protocol) and CCMP (CTR with CBC-MAC Protocol) protocols. This diff doesn't implement any of the 802.1X authentication protocols and thus only PSK authentication (using pre-shared keys) is currently supported. In concrete terms, this adds support for WPA-PSK and WPA2-PSK protocols, both in station and hostap modes. The following drivers are marked as WPA-capable and should work: bwi(4), malo(4), ral(4), iwn(4), wpi(4), ural(4), rum(4), upgt(4), and zyd(4) The following options have been added to ifconfig(8): wpa, wpapsk, wpaprotos, wpaakms, wpaciphers, wpagroupcipher wpa-psk(8) can be used to generate keys from passphrases. tested by many@ ok deraadt@ | |||
2008-04-16 | Oops, decrease debug log level back to 1. | Marcus Glocker | |
2008-04-16 | Use the timeout(9) API the right way: Don't initialize the timeout | Michael Knudsen | |
cookie all the time, and only call timeout_del if we're not going to timeout_add right away. Testing by johan@, oga@, sthen@, and possibly some more people (thanks). Ok krw@, oga@, sthen@. | |||
2008-04-16 | Start to make device initialization automatic instead all the static | Marcus Glocker | |
games. Tested by robert@ and myself | |||
2008-04-13 | sync | Chris Kuethe | |
2008-04-13 | add my logitech camera | Chris Kuethe | |
"add the product id to usbdevs" robert@ | |||
2008-04-12 | Fix some debug output. | Marcus Glocker | |
2008-04-11 | ditch c99 style struct initialisers that should have been removed. | Jonathan Gray | |
2008-04-11 | Correctly initialize the probe sequence buffer. | Marcus Glocker | |
2008-04-10 | Fix MJPEG Video Frame Descriptor struct. | Marcus Glocker | |
2008-04-09 | Add OpenBSD cvs id. | Marcus Glocker | |
2008-04-09 | Initial import for uvideo(4) and video(4): | Robert Nagy | |
uvideo(4) is a driver for USB video device class devices including webcams, camcorders and other cameras. video(4) is a device-independent layer that implements the V4L2 (Video for Linux Two) API. These drivers are *really* work in progress so don't even try to use them just yet, because the driver still has some issues, even if it can be used to capture simple MJPEG videos. ok mglocker@, deraadt@ | |||
2008-04-07 | sync | Oleg Safiullin | |