summaryrefslogtreecommitdiff
path: root/sys/dev/usb
AgeCommit message (Collapse)Author
2010-06-19Remove more splbio/splx pairs from around scsi_done() calls.Kenneth R Westerback
From Matthew Dempsky.
2010-06-15various Huawei 3g devices share a usb id, some of them need DEV_UMASS5 for ↵Felix Kronlage
proper initialization, old ones still work with DEV_UMASS5 as well. This enables a whole bunch of newer huawei devices to work. Also reported on misc@ by David Zeillinger. discussed with jsg@ and mpf@ ok mpf@
2010-06-14attach CNU-680 to umsm(4)Felix Kronlage
ok jsg@
2010-06-14regen after adding CNU-680Felix Kronlage
2010-06-14add usb device id for edvo device CNU-680Felix Kronlage
ok jsg@
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
From Bryan Vyhmeister
2010-05-20add mode change command to support ZTE 3G modem (MF633 etc)Yojiro Uo
ok jsg@
2010-05-20regenYojiro Uo
2010-05-20add ZTE633 (3G modem) etcYojiro Uo
ok jsg@
2010-05-20New scsi code seems to be stable. Pluck previously identifiedKenneth R Westerback
low-hanging splbio/splx pairs that are no longer needed and see if this reveals any hidden scsi flaws. ok dlg@
2010-05-05regenDamien Bergamini
2010-05-05USB Id for Atheros AR3011 bluetooth adapter.Damien Bergamini
A firmware must be loaded into the device to enable it though.
2010-05-01put the read macros into functions so gcc4 doesn't whinge.Jonathan Gray
ok marco@ oga@ miod@
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
webcam. ok mglocker
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
ok deraadt@
2010-04-22Remove unused sysctl.h include. Inspired by claudio's commit the other day.Michael Knudsen
ok sthen
2010-04-21sys/sysctl.h is not needed here. OK deraadt@Claudio Jeker
2010-04-20remove proc.h include from uvm_map.h. This has far reaching effects, asTed Unangst
sysctl.h was reliant on this particular include, and many drivers included sysctl.h unnecessarily. remove sysctl.h or add proc.h as needed. ok deraadt
2010-04-20some misc cleanup of dmesgTheo de Raadt
2010-04-20start the sensors off invalid... ok yuoTheo de Raadt
2010-04-17syncMark Kettenis
2010-04-17Add Sitecom WL-349 v1.Mark Kettenis
2010-04-16syncMark Kettenis
2010-04-16Add ID for Sitecom WL-353.Mark Kettenis
2010-04-16fix condition of retry counter.Yojiro Uo
reported by enami-san
2010-04-15new Hawking run(4) idsDamien Bergamini
from Linux
2010-04-15new Hawking run(4) ids.Damien Bergamini
from Linux
2010-04-15spacingTheo de Raadt
2010-04-15add yet another TEMPerHUM device identifier.Yojiro Uo
Reported by naddy@
2010-04-15use SENSOR_HUMIDITY instead of SENSOR_PERCENT.Yojiro Uo
support new TEMPer sensors: TEMPer, TEMPer1, TEMPer2, TEMPerNTC ok jsg@, deraadt@
2010-04-15use SENSOR_HUMIDITY instead of SENSOR_PERCENT.Yojiro Uo
and add LED blink routine. ok jsg@, deraadt@
2010-04-14clean Sitecom run(4) ids.Damien Bergamini
use real product names, add some ids, remove some ids that never made it into production.
2010-04-14clean Sitecom run(4) ids.Damien Bergamini
use real product names, add some ids, remove some ids that never made it into production.
2010-04-14more otus(4) idsDamien Bergamini
2010-04-14more otus(4) idsDamien Bergamini
2010-04-14syncKevin Lo
2010-04-14add support for Quanta Q101.Kevin Lo
ok jsg@
2010-04-12Enable transparent console cursor by adding a driver internal characterMarcus Glocker
backing store.
2010-04-12Some of the line disciplines want to check for suser. Better to pass themTed Unangst
a process instead of using curproc. ok deraadt