Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-device-driver

`ioctl` to read and write GPIO: invalid argument

EXPORT_SYMBOL causes undefined reference in one direction, but not the other (relocation truncated)

Proper way to lock the queue in a block device driver while serving requests

linux disable_irq() and local_irq_save()

Can a user thread directly enter kernel w/o a kernel thread being called?

wait queues vs semaphores in linux

device driver documentation for linux

get /dev/random in kernel module

Purpose of wake_up_sync/wake_up_interruptible_sync in the Linux kernel

How to write things to USB HID in Linux?

Books/Tutorials/Video Lectures for Linux Device Driver Development Books [closed]

how to retrieve bus pointer from device tree

Is it true that "volatile" in a userspace program tends to indicate a bug?

Communicate between a linux device and Perl scripts