mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-18 20:00:11 +00:00
With previous commit, this module managed to leave the counting to each
drivers, but the isochronous resources functionality still increment/decrement
the count.
This commit purge such codes to leave the responsibility to each drivers.
Fix:
|
||
|---|---|---|
| .. | ||
| bebob | ||
| dice | ||
| fireworks | ||
| oxfw | ||
| amdtp.c | ||
| amdtp.h | ||
| cmp.c | ||
| cmp.h | ||
| fcp.c | ||
| fcp.h | ||
| isight.c | ||
| iso-resources.c | ||
| iso-resources.h | ||
| Kconfig | ||
| lib.c | ||
| lib.h | ||
| Makefile | ||
| packets-buffer.c | ||
| packets-buffer.h | ||
| scs1x.c | ||