drivers/usb: add usbother driver and usbdrv.dat config #253
Closed
Doczom
wants to merge 6 commits from
add_usbother
into main
pull from: add_usbother
merge into: KolibriOS:main
KolibriOS:main
KolibriOS:webview-new-proxy
KolibriOS:blocks-add-models
KolibriOS:rewrite_ide_drv
KolibriOS:info3ds-update
KolibriOS:refactor/links
KolibriOS:webview-3.91
KolibriOS:qrcodegen
KolibriOS:ci/update
KolibriOS:add-license-file-header-to-guide
KolibriOS:floppybird-window-fix
KolibriOS:laser-tank-fix-win-height
KolibriOS:improvement/commit-and-branch-styles
KolibriOS:docs/libs
Dismiss Review
Are you sure you want to dismiss this review?
Labels
Clear labels
C
Category/Applications
Category/Drivers
Category/General
Category/Kernel
Category/Libraries
Eolite
FASM
FS
GSoC
This issue in GSoC program
HardwareTested
HLL
Influence/Settings
Influence/Text/TYPO
IRCC
Kernel
Kind
Breaking
Breaking change that won't be backward compatible
Kind
Bug
Something is not working
Kind
Build
Kind
Documentation
Documentation changes
Kind
Enhancement
Improve existing functionality
Kind
Feature
New functionality
Kind
Security
This is security issue
Kind
Testing
Issue or pull request related to testing
Pay for the code
Paid task
PR
Conflicts
PR conflicts with main
PR
Dependent
This PR is dependent on another PR
Priority
Critical
The priority is critical
Priority
High
The priority is high
Priority
Low
The priority is low
Priority
Medium
The priority is medium
PR
Ready to merge
Pull request is ready for merge
PR
Request changes
Changes requested in pull request
PR
Review required
Reviewed
Confirmed
Issue has been confirmed
Reviewed
Duplicate
This issue or pull request already exists
Reviewed
Invalid
Invalid issue
Reviewed
Won't Fix
This issue won't be fixed
Status
Abandoned
Somebody has started to work on this but abandoned work
Status
Blocked
Something is blocking this issue or pull request
Status
Need More Info
Feedback is required to reproduce issue or to continue work
Milestone
No items
No Milestone
Projects
Clear projects
No project
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: KolibriOS/kolibrios#253
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
No description provided.
Delete Branch "add_usbother"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This driver loading usb drivers for class and for vendor and product id device.
@@ -0,0 +18,4 @@
include '../../struct.inc'
; USB device descriptor
struct DEVICE_DESCR
Do you think it would be better to move this to a separate common include file for USB drivers along with those structs? Right now, each USB driver has its own duplicated definitions:
The common file for all USB drivers should be added as a separate PR.
@@ -0,0 +161,4 @@
cmp ecx, .count_ioctl_codes
jae .fail
jmp dword[.table_subfunction + ecx]
ecx * 4
?fixed
10b25bc579
to4813b67aaa
If you don't mind, I'll add this query to the main thread tomorrow.
ffa69689c6
to7db3d22a37
Merged in
e8121c66f8
.Pull request closed