Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-11 | Remove or indent #define GNU_SOURCE | Zbigniew Jędrzejewski-Szmek | |
It is only needed in files designed to be usable in standalone compilation. In those files the #ifdefinery is indented. When compiling in-tree, GNU_SOURCE is always defined, so remove one definition. | |||
2013-02-12 | cdrom_id: add data track count for bad virtual drive implementations | Harald Hoyer | |
/# /lib/udev/cdrom_id --debug /dev/sr0 probing: '/dev/sr0' INQUIRY: [AMI ][Virtual CDROM ][1.00] GET CONFIGURATION failed with SK=5h/ASC=20h/ACQ=00h drive is pre-MMC2 and does not support 46h get configuration command trying to work around the problem READ DISC INFORMATION failed with SK=5h/ASC=20h/ACQ=00h no current profile, but disc is present; assuming CD-ROM READ TOC: len: 12, start track: 1, end track: 1 last track 1 starts at block 0 READ DISC INFORMATION failed with SK=5h/ASC=20h/ACQ=00h ID_CDROM=1 ID_CDROM_MEDIA=1 ID_CDROM_MEDIA_CD=1 What is missing here is ID_CDROM_MEDIA_TRACK_COUNT_DATA to trigger blkid in /lib/udev/rules.d/60-persistent-storage.rules KERNEL=="sr*", ENV{DISK_EJECT_REQUEST}!="?*", ENV{ID_CDROM_MEDIA_TRACK_COUNT_DATA}=="?*", ENV{ID_CDROM_MEDIA_SESSION_LAST_OFFSET}=="", \ IMPORT{builtin}="blkid --noraid" | |||
2012-11-12 | use the same email address everywhere | Kay Sievers | |
2012-07-26 | udev: cdrom_id, accelerometer - enable debug output for --debug | Kay Sievers | |
2012-07-05 | udev: add some O_CLOEXEC | Kay Sievers | |
2012-04-14 | udev: move all unconditionally installed rules to rules/ | Kay Sievers | |
2012-04-08 | udev: switch to systemd logging functions | Kay Sievers | |
2012-04-04 | udev: fix gcc warnings | Kay Sievers | |
2012-04-04 | move imported udev into place | Kay Sievers | |