summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Collapse)Author
2008-05-14Remove the duplicate Billionton id.Brad Smith
2008-05-14regenBrad Smith
2008-05-14Remove the duplicate Billionton product id named SnapPort which isBrad Smith
the same as the USB2AR product id and was placed separately further down.
2008-05-14regenBrad Smith
2008-05-14Add the CONWISE Technology vendor id and the CW6622 product id.Brad Smith
From Jason George
2008-05-12If we find an E220 device in umass mode send the magic commandJonathan Gray
to enable the serial portions of the device. From Yojiro UO <yuo@iijlab.net>, tested by bernd@
2008-05-11Add the Buffalo (MELCO) LUA-U2-GT id.Brad Smith
ok jsg@
2008-05-11regenBrad Smith
2008-05-11Add the USB id for the Melco (Buffalo) LUA-U2-GT Ethernet adapter.Brad Smith
From the Linux ASIX driver
2008-05-09Add support for NTT DoCoMo A2502.Jonathan Gray
From/tested by Yojiro UO <yuo@iijlab.net>
2008-05-09regenJonathan Gray
2008-05-09NTT DoCoMo A2502.Jonathan Gray
From Yojiro UO <yuo@iijlab.net>
2008-05-09Increase buffer size to 4k and make use of interrupt endpointJonathan Gray
to increase responsiveness. From Yojiro UO <yuo@iijlab.net>
2008-05-08regenMiod Vallat
2008-05-08Add support for yet another exotic Microsoft Mouse, this time theMiod Vallat
``Microsoft Notebook Optical Mouse 3000 Model 1049''. From FreeBSD.
2008-05-08Add support for Microsoft Wireless Intellimouse, from FreeBSD. Not only doesMiod 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-06Add 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-06syncMarco Pfatschbacher
2008-05-06Add Apple USB Ethernet.Marco Pfatschbacher
2008-05-06syncTheo de Raadt
2008-05-06someone making usb keyboards.. for oems.. owned by vladas.urbonasTheo de Raadt
2008-05-06syncTheo de Raadt
2008-05-06another omron usb that must be ugen; vladas.urbonas@gmailTheo de Raadt
2008-05-05Make umsm only claim a single interface so it doesn't matchJonathan Gray
on umass interfaces, and add Huawei E220. From rivo nurges <rix@estpak.ee>. And add another device while here.
2008-05-05regenJonathan Gray
2008-05-05Another msm.Jonathan Gray
Reported on misc@ by Denis Doroshenko <denis.doroshenko@gmail.com>
2008-04-25Another HSDPA MSM.Jonathan Gray
From/tested by giovanni <qgiovanni@gmail.com>. No man page addition as it is unclear who makes it.
2008-04-25regenJonathan Gray
2008-04-25Another HSDPA MSM.Jonathan Gray
From giovanni <qgiovanni@gmail.com>
2008-04-21allow 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-20Parse VS_INPUT_HEADER descriptor.Marcus Glocker
2008-04-19Sort functions and remove obsolete bits.Marcus Glocker
2008-04-18Add VS_INPUT_HEADER descriptor.Marcus Glocker
2008-04-18Add a function which can identify an USB descriptor explicitly by it'sMarcus Glocker
size, since the UVC spec uses different USB descriptors with the same bDescriptorSubtype ID.
2008-04-17attach FTDI 2232LFelix Kronlage
2008-04-17Add missing monitor mode capabilities flag.Brad Smith
ok damien@
2008-04-16Tune isoc maximal transfer size to a better value. Makes all availableMarcus Glocker
resolutions on my cam work.
2008-04-16Kernel implementation of the 4-way handshake and group-keyDamien 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-16Oops, decrease debug log level back to 1.Marcus Glocker
2008-04-16Use the timeout(9) API the right way: Don't initialize the timeoutMichael 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-16Start to make device initialization automatic instead all the staticMarcus Glocker
games. Tested by robert@ and myself
2008-04-13syncChris Kuethe
2008-04-13add my logitech cameraChris Kuethe
"add the product id to usbdevs" robert@
2008-04-12Fix some debug output.Marcus Glocker
2008-04-11ditch c99 style struct initialisers that should have been removed.Jonathan Gray
2008-04-11Correctly initialize the probe sequence buffer.Marcus Glocker
2008-04-10Fix MJPEG Video Frame Descriptor struct.Marcus Glocker
2008-04-09Add OpenBSD cvs id.Marcus Glocker
2008-04-09Initial 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-07syncOleg Safiullin