index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
Age
Commit message (
Expand
)
Author
2020-11-02
sync
tobhe
2020-11-02
Enable brightness keys on powerbooks where the keyboard attaches as ukbd(4).
tobhe
2020-10-28
Apple Geyser3 keyboards need munging as well. Reported by Mathius Schocker.
Mark Kettenis
2020-10-28
regen
Mark Kettenis
2020-10-28
Add a few more Apple Geyser IDs.
Mark Kettenis
2020-10-25
sync
Peter Hessler
2020-10-25
add my new graphics tablet, not yet working
Peter Hessler
2020-10-23
Subtract threshold from absolute position to allow absolute pointer
tobhe
2020-10-23
Don't panic on curlen == 0. This DIAGNOSTIC code should have been removed
Marcus Glocker
2020-10-17
regen
Marcus Glocker
2020-10-17
Add Logitech Webcam Pro 9000.
Marcus Glocker
2020-10-14
regen
Jonathan Gray
2020-10-14
don't match on 17ef:3083 in ure(4)
Jonathan Gray
2020-10-11
Stop exporting `wt_hwqueue' now that drivers don't advertise it.
Martin Pieuchot
2020-10-09
Kill unused IEEE80211_RADIOTAP_HWQUEUE.
Martin Pieuchot
2020-10-05
add more ure(4) ids
Jonathan Gray
2020-10-05
regen
Jonathan Gray
2020-10-05
add more ure(4) ids
Jonathan Gray
2020-09-29
Set the correct length before copying to userland.
Martin Pieuchot
2020-09-29
Add TP-LINK UE300 device.
Kevin Lo
2020-09-22
Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd'
Kenneth R Westerback
2020-09-14
umstc_intr is not in process context when adjusting wscons brightness. When b...
Theo de Raadt
2020-09-11
Correctly set y_sensors for Geyser2 touchpads.
tobhe
2020-09-05
Rename SID_INQUIRY_HDR (a.k.a. 5) to more explicit SID_SCSI2_HDRLEN and use it
Kenneth R Westerback
2020-09-02
Don't rely on wTotalLength for usbd_get_cdesc() malloc/free but on the
Marcus Glocker
2020-08-31
Backout clear endpoint stall on open(2). It seems to break an illuminated
Patrick Wildt
2020-08-27
Fix a potential panic during free(9) which can be caused by an USB
Marcus Glocker
2020-08-27
usbd_get_cdesc() returns usb_config_descriptor_t *. Therefore return
Marcus Glocker
2020-08-27
Clear endpoint stall on open(2) of /dev/uhidX to synchronize toggle bit
Patrick Wildt
2020-08-26
Remove needless uses of SDEV_ONLYBIG. It was always set when SDEV_UMASS was set,
Kenneth R Westerback
2020-08-25
usbd_set_idle() use requires prototype from usbdi_util.h
Theo de Raadt
2020-08-23
uhidev(4) does apply the SET_IDLE request to all its child drivers
Marcus Glocker
2020-08-21
ubcmtp(4) doesn't attach to uhidev(4) but to uhub(4).
Marcus Glocker
2020-08-17
Fix typo in comment
gnezdo
2020-08-06
Remove duplicate comment.
Marcus Glocker
2020-08-04
Pack multiple packets into one xfer as possible. Given this is a 5x-7x
Kevin Lo
2020-08-03
sync
Theo de Raadt
2020-08-03
Gear Head keyboard IDs, from Tom Murphy
Theo de Raadt
2020-07-31
In xhci_device_isoc_start() do first check if the transfer is
Marcus Glocker
2020-07-31
Nuke all occurrences of usbd_abort_pipe() if it gets called right
Marcus Glocker
2020-07-29
Don't turn on SDEV_DB* flags via UDMASS_UPPER. If you want SCSI debug output,
Kenneth R Westerback
2020-07-29
Don't nest a enum declaration inside a struct declaration, and anyway
Theo de Raadt
2020-07-28
Fix a problem related to isochronous transfers appearing in certain
Marcus Glocker
2020-07-22
Nuke unused struct scsi_link members of adapter softc's where the
Kenneth R Westerback
2020-07-22
regen
Jonathan Gray
2020-07-22
add Intel AX200 Bluetooth
Jonathan Gray
2020-07-22
deprecate interface input handler lists, just use one input function.
David Gwynne
2020-07-20
Move remaining scsi bus initialization info from "prototype scsi link"
Kenneth R Westerback
2020-07-19
Move the adapter related items (luns, adapter, adapter_target,
Kenneth R Westerback
2020-07-16
Access adapter softc via link->bus->sb_adapter_softc.
Kenneth R Westerback
[next]