|
|
|
@fb422312
|
13 years |
jano.vesely |
libusbdev: Warn about not closing hc connections.
There is not much …
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@612af1a0
|
13 years |
jano.vesely |
uhcirh: Improve error handling.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@0d103aef
|
13 years |
jano.vesely |
uhcirh: make sure connection to hc is opoen during device removal.
…
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@32ec5671
|
13 years |
jano.vesely |
usb: Remove unused port_no argument.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@013517b
|
13 years |
jano.vesely |
usb: Remove assigned_handle output parameter.
Use new_fun instead.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@162726b
|
13 years |
jano.vesely |
libusbdev: Remove child_handle output parameter.
Use child_fun instead.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@90994fa
|
13 years |
jano.vesely |
usb: Hubs should store child functions not just handles.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@205f0766
|
13 years |
jano.vesely |
usbhub: Implement device gone routine.
Fix error path.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@6626bba9
|
13 years |
jano.vesely |
usbhub: Rename usb_hub_info ⇒ usb_hub_dev.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@196fbb0
|
13 years |
jano.vesely |
usbhub: Store hub function ptr within hub structure.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@940f576
|
13 years |
jano.vesely |
usbhub: Add device_gone skeleton
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@51f033ce
|
13 years |
jano.vesely |
libusbdev: Comments
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@9636bad
|
13 years |
jano.vesely |
libusbdev: Remove some redundant tests.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@844f4ef
|
13 years |
jano.vesely |
libusbdev: Implement generic gone and remove callbacks.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@7be3638
|
13 years |
jano.vesely |
uhcirh: Handle ghost device removal, improve output.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@96fde65
|
13 years |
jano.vesely |
usbmast: don't use ddf_dev_t driver_data for soft-state.
That is …
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@4501e207
|
13 years |
jano.vesely |
rename: usb_hc_attached_device_t ⇒ usb_hub_attached_device_t
Host …
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@aa1922c
|
13 years |
jano.vesely |
uhcirh: Implement removal of attached devices.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@8e5ce07
|
13 years |
jano.vesely |
usb: Add bunch of const qualifiers.
We shall need them.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@96646a6
|
13 years |
jano.vesely |
libusbdev: device remove and gone skeleton callbacks
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@1a4ea01d
|
13 years |
jano.vesely |
usb: Rename add_device ⇒ device_add
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@49a98c8
|
13 years |
jano.vesely |
ohci: Display leading zeros in TD and ED debug messages.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@fec6bf2
|
13 years |
jano.vesely |
usbhub: Check size before touching configuration descriptor.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@6f05705
|
13 years |
jano.vesely |
usbhub: Declare iteration variables inside for loops.
Codestyle.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@75f9dcd
|
13 years |
jano.vesely |
uhci: Declare iteration variables inside for loops.
Fix typo.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@9b8958b
|
13 years |
jano.vesely |
ohci: Declare iteration variables inside for loops.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@58edcfb
|
13 years |
jano.vesely |
uhci: Remove redundant if statement.
free() can handle NULL pointers.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@5357620
|
13 years |
jano.vesely |
ohci: Remove redundant if.
free() can handle NULL pointers.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@dbd54f72
|
13 years |
jano.vesely |
usbhub: Handle device removal on port.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@21881bd8
|
13 years |
jakub |
Fix a variable name conflict.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@32cd37f
|
13 years |
jakub |
Fix stack buffer overflow.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@bd830128
|
13 years |
sucha14 |
Fix memory leak in libext2 (thx Maurizio Lombardi)
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@80099c19
|
13 years |
martin |
cherrypick a sanitized NE2K driver from lp:~helenos-nicf/helenos/nicf …
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@49bd793b
|
13 years |
martin |
networking fixes
* use sysarg_t for packet_id_t to avoid potential …
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@00d7e1b
|
13 years |
martin |
networking improvements
* start the networking stack from init
* add …
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@e2c50e1
|
13 years |
martin |
cherrypick hashset implementation from lp:~helenos-nicf/helenos/nicf
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@609243f4
|
13 years |
martin |
cherrypick general networking improvements from …
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@f51b1d3
|
13 years |
martin |
cstyle
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@892022a1
|
13 years |
martin |
hash table improvements cherrypicked from lp:~helenos-nicf/helenos/nicf
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@f98bec0f
|
13 years |
martin |
fix error path in find_dev_node_no_lock()
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@d6c953e9
|
13 years |
jakub |
Do not interfere with DDF deallocating device driver data.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@4c50c8d
|
13 years |
jakub |
Fix use-after-free in async_hangup().
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@3d79f5b
|
13 years |
jiri |
Allocate usbmast device soft state using ddf_dev_data_alloc().
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@d95f02ff
|
13 years |
jiri |
Fix bug usbmast soft state allocation.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@60c6fe0
|
13 years |
jakub |
Fix a possible use-after-free.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@8fa6d4c7
|
13 years |
jakub |
Be more robust in service_connect_blocking().
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@c21ff31
|
13 years |
jakub |
Fix a possible double free().
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@655cc56
|
13 years |
vojtechhorky |
devman: add missing call answer
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@0f3744d
|
13 years |
jakub |
Merge from lp:~jakub/helenos/fs.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@b69e4c0
|
13 years |
jakub |
Update the FAT32 file system info on unmount.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@e231d26
|
13 years |
jano.vesely |
usbhub: Fix compile issues.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@747a1e71
|
13 years |
jakub |
Merge from lp:mfs.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@36cb22f
|
13 years |
m.lombardi85 |
fix a bug in the mfs_write() and mfs_read_map() functions.
- …
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@ab545980
|
13 years |
jano.vesely |
Merge from usb branch.
usbhub driver rewrite.
There are still some …
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@a1cb170
|
13 years |
jano.vesely |
usbhub: Minor fixes
License and whitespace.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@d650494
|
13 years |
jano.vesely |
ushub: Handle situation when both connection and enabled change occur.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@c94f643
|
13 years |
sucha14 |
Print an error message if apic server cannot enable PIO.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@e0e00d7
|
13 years |
sucha14 |
cstyle
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@fb45c7b
|
13 years |
sucha14 |
Call PSE variant of map_kernel on AP.
This fixes boot on ia32 with SMP …
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@6d8c4654
|
13 years |
sucha14 |
Add missing copyright header
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@1db44ea
|
13 years |
m.lombardi85 |
Merge mainline changes
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@dcc44ca1
|
13 years |
m.lombardi85 |
We don't need to call block_cache_fini() if block_cache_init() failed.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@f9d8c3a
|
13 years |
jakub |
mkfile sparse file support
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@113093a
|
13 years |
vojtechhorky |
Merge from lp:~vojtech-horky/helenos/usb
* Fixed #349 (usbhid hit a …
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@b3bf143
|
13 years |
jakub |
Merge from lp:~jakub/helenos/fs.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@40cdbec
|
13 years |
jakub |
FAT can be mounted using nolfn mount option.
* With nolfn , FAT …
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@024fcc5
|
13 years |
vojtechhorky |
Do not discard input events when in kcon (#377)
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@32f623d9
|
13 years |
jakub |
Make FAT use instance data.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@d03da17
|
13 years |
vojtechhorky |
console: initialize event-queue of kconsole (#377)
When some kernel …
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@eb87adb
|
13 years |
vojtechhorky |
Merge mainline changes
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@5bf76c1
|
13 years |
jakub |
Move the fs instance managing logic out of mfs to libfs.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@f1a9e87
|
13 years |
jakub |
Merge from lp:~jakub/helenos/ia64-revival.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@925a21e
|
13 years |
jakub |
Merge mainline changes.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@1ab4aca
|
13 years |
jakub |
Trivial: fix typos.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@400f363
|
13 years |
jano.vesely |
usbhub: Rename port_status.h ⇒ status.h
It contains both …
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@a61c683
|
13 years |
jano.vesely |
usbhub: Fix endian TODOs
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@aefa0d5
|
13 years |
jano.vesely |
usbhub: Convert add device mechanism to use usb_hub_port_t instead of …
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@0212751
|
13 years |
jano.vesely |
usbhub: IMplement some easy TODOs
Convert process_intterrupt to use …
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@286286c
|
13 years |
jakub |
Cstyle fixes and cleanup.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@4979403
|
13 years |
jakub |
Allow more instances of the same FS to be used.
(Thanks to Maurizio …
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@4559d89
|
13 years |
jano.vesely |
usbhub: Remove unused control_pipe field.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@621ba8c
|
13 years |
jano.vesely |
usbhub: Request only hub descriptor header. DOn't use deserialize …
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@3b617579
|
13 years |
jano.vesely |
usbhub: Add license lines.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@442fa6b
|
13 years |
jano.vesely |
usbhub: More functions use new usb_hub_port_t elements.
Use per port …
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@c0587d90
|
13 years |
jano.vesely |
usbhub: Add pipe and port number to port structure.
Use these fields …
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@a590a23
|
13 years |
jano.vesely |
usbhub: Rename ports ⇒ port.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@6c5abf9
|
13 years |
jano.vesely |
usbhub: Further unused code removal.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@aff1880
|
13 years |
jano.vesely |
usbhub: Move feature set/clear to ports.h, refactor reset sequence.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@48a31be
|
13 years |
jano.vesely |
usbhub: Remove unused code.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@d6e2938
|
13 years |
jano.vesely |
usbhub: Refactor handling of port changes.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@bba0f1fc
|
13 years |
jano.vesely |
usbhub: Use generic device requests for hub device features.
…
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@b3433a2
|
13 years |
jano.vesely |
usbhub: Create GET_PORT_STATUS request inline isntead of creation function.
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@8d3cd30
|
13 years |
jano.vesely |
usbhub: Remove is_default_address_used.
Contrary to what the comment …
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@75eb6735
|
13 years |
jano.vesely |
usbhub: Reduce the use of usb_info_t.control_pipe
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@ea6de35
|
13 years |
jano.vesely |
usbhub: Refactoring
Add note about GET_STATUS request. …
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@4093b14
|
13 years |
vojtechhorky |
USB HID: mouse button count read from report (#349)
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@8895d05
|
13 years |
jano.vesely |
usbhub: Do not register in "hub" category as there is no such category …
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@3019612
|
13 years |
martin |
free(NULL) should be a no-op by convention
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@a96a982
|
13 years |
martin |
do not discard the error value
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|
@4bb7ffe
|
13 years |
vojtechhorky |
cstyle
lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
|
|