summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Expand)Author
2010-07-03No more ss(4) or usscanner(4). Unused, unloved and unmaintained.Kenneth R Westerback
2010-07-02Move common code for waking up writers on a tty into a function.Nicholas Marriott
2010-07-02syncIgor Sobrado
2010-07-02the IBM Optical Wheel Mouse (89P5088) is a supported USB device.Igor Sobrado
2010-07-02fix a variety of uninit errors. ok and one correction deraadtTed Unangst
2010-07-02m_copyback can fail to allocate memory, but is a void fucntion so gymnasticsBret Lambert
2010-07-01regenJonathan Gray
2010-07-01Add the Intel Rate Matching Hub, which is builtin to 3400/PCH chipsetsJonathan Gray
2010-07-01any TODO containing the item "Use lock manager locks." is provably wrong.Ted Unangst
2010-06-30syncPeter Hessler
2010-06-30add Realtek RTL8171Peter Hessler
2010-06-30regenYojiro Uo
2010-06-30add MOSCHIP MCS7715Yojiro Uo
2010-06-30Instead of failing immediately , check for ENOTTY from the parent (umodem)Nicholas Marriott
2010-06-29Interface drivers should use DV_IFNET, not DV_DULL.Matthew Dempsky
2010-06-28Remove all adapter-specific 'struct scsi_device's. They are never used. FirstKenneth R Westerback
2010-06-28Allow tty drivers to request larger buffers at attach time using aTheo de Raadt
2010-06-27Add support for 800x480. Tested on Lilliput UM-70, MIMO UM-710 and UM-740.Mats O Jansson
2010-06-27Add another one. -mojMats O Jansson
2010-06-27Regen. -mojMats O Jansson
2010-06-27Another DisplayLink device. -mojMats O Jansson
2010-06-26add HUAWEI E182 (aka Emobile D31HW)Yojiro Uo
2010-06-26regenYojiro Uo
2010-06-26add new umsm device (HUAWEI E182 / aka Emobile D31HW)Yojiro Uo
2010-06-19Remove more splbio/splx pairs from around scsi_done() calls.Kenneth R Westerback
2010-06-15various Huawei 3g devices share a usb id, some of them need DEV_UMASS5 for pr...Felix Kronlage
2010-06-14attach CNU-680 to umsm(4)Felix Kronlage
2010-06-14regen after adding CNU-680Felix Kronlage
2010-06-14add usb device id for edvo device CNU-680Felix Kronlage
2010-06-06Use usb_lookup() instead of rolling our own. ok armani@ fabien@Miod Vallat
2010-06-05'operational' takes a single 'n'Damien Bergamini
2010-06-01regenMarcus Glocker
2010-06-01Add ``StarTech CONV-USB2DVI'' udl device.Marcus Glocker
2010-05-20add mode change command to support ZTE 3G modem (MF633 etc)Yojiro Uo
2010-05-20regenYojiro Uo
2010-05-20add ZTE633 (3G modem) etcYojiro Uo
2010-05-20New scsi code seems to be stable. Pluck previously identifiedKenneth R Westerback
2010-05-05regenDamien Bergamini
2010-05-05USB Id for Atheros AR3011 bluetooth adapter.Damien Bergamini
2010-05-01put the read macros into functions so gcc4 doesn't whinge.Jonathan Gray
2010-04-29- add another run, from markus bergkvistJasper Lievisse Adriaanse
2010-04-29- add another run, from markus bergkvistJasper Lievisse Adriaanse
2010-04-27Add a couple more frames in order to support the latest logitech pro 9000Marco Peereboom
2010-04-27spacingMarco Peereboom
2010-04-26syncStephan A. Rickauer
2010-04-26add Logitech Webcam C500, ok sthen@Stephan A. Rickauer
2010-04-25Novatel MC760 bits from Ted Roby <ted.roby@gmail.com>.Jonathan Gray
2010-04-25regenJonathan Gray
2010-04-25Novatel MC760 ids from Ted Roby <ted.roby@gmail.com>Jonathan Gray
2010-04-22Don't include sysctl.h, and remove an unused struct from the softc.Stuart Henderson