Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linux-device-driver

what is the meaning of obj-m: in Linux device driver Makefile

How do I determine if a connected USB device is a USB flash drive?

What is the significance of /queue/rotational in Linux?

What is the difference between module_init and init_module in a Linux kernel module?

Enlarge Linux Kernel Log Buffer more that 2M

device-tree mismatch: .probe never called

how to access and debug a FDT/DTS device tree from a Linux driver (seg-fault)

Device tree driven kernel for raspberry pi

IS_ERR() macro in Linux

how to find Linux module path

What is the difference between .dts file and .dtsi file?

How can I programmatically set permissions on my char device

What is the significance of THIS_MODULE in Linux kernel module drivers?

difference between pci_alloc_consistent and dma_alloc_coherent

What are coding conventions for using floating-point in Linux device drivers?

how to compile a kernel module

Why empty critical section within netfilter hooks, occurs `BUG: scheduling while atomic error`?

How can I pause for 100+ milliseconds in a linux driver module?

Mapping DMA buffers to userspace [closed]

Linux: direct access to the hard-disk in C