index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
usb.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-17
Merge tag 'usb-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
1
-6
/
+15
2026-01-16
rust: driver: drop device private data post unbind
Danilo Krummrich
1
-2
/
+2
2026-01-16
rust: driver: add DriverData type to the DriverLayout trait
Danilo Krummrich
1
-0
/
+2
2026-01-16
rust: driver: add DEVICE_DRIVER_OFFSET to the DriverLayout trait
Danilo Krummrich
1
-0
/
+3
2026-01-16
rust: driver: introduce a DriverLayout trait
Danilo Krummrich
1
-7
/
+11
2026-01-07
rust: usb: use "kernel vertical" style for imports
Danilo Krummrich
1
-6
/
+15
2025-11-18
rust: Add trait to convert a device reference to a bus device reference
Markus Probst
1
-1
/
+14
2025-11-04
rust: usb: fix broken call to T::disconnect()
Danilo Krummrich
1
-1
/
+1
2025-10-29
rust: device: narrow the generic of drvdata_obtain()
Danilo Krummrich
1
-2
/
+2
2025-10-21
rust: driver: let probe() return impl PinInit<Self, Error>
Danilo Krummrich
1
-4
/
+4
2025-09-26
rust: usb: keep usb::Device private for now
Danilo Krummrich
1
-1
/
+1
2025-09-26
rust: usb: don't retain device context for the interface parent
Danilo Krummrich
1
-6
/
+5
2025-09-24
rust: usb: add basic USB abstractions
Daniel Almeida
1
-0
/
+457