cascardo/kernel/samples/02.char/.git
2009-12-09 Thadeu Lima... Change to misc device. master
2009-12-08 Thadeu Lima... Added buffer length to proc entry.
2009-12-08 Thadeu Lima... Control size of buffer.
2009-12-08 Thadeu Lima... Allocate buffers for any number of devices.
2009-12-08 Thadeu Lima... Allow writing to a buffer for our devices.
2009-12-08 Thadeu Lima... Implemented open/release with multiple devices.
2009-12-08 Thadeu Lima... Added comments about our code.
2009-12-08 Thadeu Lima... Fix releasing cdev when if registering fails.
2009-12-06 Thadeu Lima... kfree is OK in case we haven't added the device.
2009-12-06 Thadeu Lima... First character device.